Files
pyrofetes-frontend/node_modules/ajv/lib/vocabularies/metadata.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

18 lines
304 B
TypeScript

import type {Vocabulary} from "../types"
export const metadataVocabulary: Vocabulary = [
"title",
"description",
"default",
"deprecated",
"readOnly",
"writeOnly",
"examples",
]
export const contentVocabulary: Vocabulary = [
"contentMediaType",
"contentEncoding",
"contentSchema",
]