persona-community-5/.pnpm-store/v3/files/75/21a99be93a63b794ff74adad1cb045f9bf61f7845ac3b1e4fa5374298fbf54b0835d0d15799f4b5c26ae6abdb25edc438d8c798050a2719caeaae754fc6bba
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

17 lines
274 B
Plaintext

import type {Vocabulary} from "../../types"
import idKeyword from "./id"
import refKeyword from "./ref"
const core: Vocabulary = [
"$schema",
"$id",
"$defs",
"$vocabulary",
{keyword: "$comment"},
"definitions",
idKeyword,
refKeyword,
]
export default core