node-ejs-renderer/node_modules/ajv/lib/vocabularies/metadata.ts

18 lines
304 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import type {Vocabulary} from "../types"
export const metadataVocabulary: Vocabulary = [
"title",
"description",
"default",
"deprecated",
"readOnly",
"writeOnly",
"examples",
]
export const contentVocabulary: Vocabulary = [
"contentMediaType",
"contentEncoding",
"contentSchema",
]