Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
23
my-app/node_modules/ajv/lib/vocabularies/draft2020.ts
generated
vendored
Executable file
23
my-app/node_modules/ajv/lib/vocabularies/draft2020.ts
generated
vendored
Executable file
|
@ -0,0 +1,23 @@
|
|||
import type {Vocabulary} from "../types"
|
||||
import coreVocabulary from "./core"
|
||||
import validationVocabulary from "./validation"
|
||||
import getApplicatorVocabulary from "./applicator"
|
||||
import dynamicVocabulary from "./dynamic"
|
||||
import nextVocabulary from "./next"
|
||||
import unevaluatedVocabulary from "./unevaluated"
|
||||
import formatVocabulary from "./format"
|
||||
import {metadataVocabulary, contentVocabulary} from "./metadata"
|
||||
|
||||
const draft2020Vocabularies: Vocabulary[] = [
|
||||
dynamicVocabulary,
|
||||
coreVocabulary,
|
||||
validationVocabulary,
|
||||
getApplicatorVocabulary(true),
|
||||
formatVocabulary,
|
||||
metadataVocabulary,
|
||||
contentVocabulary,
|
||||
nextVocabulary,
|
||||
unevaluatedVocabulary,
|
||||
]
|
||||
|
||||
export default draft2020Vocabularies
|
Loading…
Add table
Add a link
Reference in a new issue