| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ajv/lib/vocabularies/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/ajv/lib/vocabularies/metadata.ts |
import type {Vocabulary} from "../types"
export const metadataVocabulary: Vocabulary = [
"title",
"description",
"default",
"deprecated",
"readOnly",
"writeOnly",
"examples",
]
export const contentVocabulary: Vocabulary = [
"contentMediaType",
"contentEncoding",
"contentSchema",
]