first
This commit is contained in:
17
node_modules/ajv/lib/vocabularies/metadata.ts
generated
vendored
Normal file
17
node_modules/ajv/lib/vocabularies/metadata.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import type {Vocabulary} from "../types"
|
||||
|
||||
export const metadataVocabulary: Vocabulary = [
|
||||
"title",
|
||||
"description",
|
||||
"default",
|
||||
"deprecated",
|
||||
"readOnly",
|
||||
"writeOnly",
|
||||
"examples",
|
||||
]
|
||||
|
||||
export const contentVocabulary: Vocabulary = [
|
||||
"contentMediaType",
|
||||
"contentEncoding",
|
||||
"contentSchema",
|
||||
]
|
||||
Reference in New Issue
Block a user