Files
node-fastify/node_modules/ajv/lib/vocabularies/metadata.ts
heiye111 c74f28caa7 one
2025-09-20 21:06:53 +08: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",
]