MCPcopy Create free account

hub / github.com/ajv-validator/ajv / functions

Functions786 in github.com/ajv-validator/ajv

Functioncode
(cxt: KeywordCxt)
lib/vocabularies/jtd/elements.ts:16
Functioncode
(cxt: KeywordCxt)
lib/vocabularies/jtd/values.ts:15
Functioncode
(cxt: KeywordCxt)
lib/vocabularies/jtd/enum.ts:18
Functioncode
(cxt: KeywordCxt, ruleType?: string)
lib/vocabularies/format/format.ts:34
Functioncode
(cxt)
spec/keyword.spec.ts:566
FunctioncompileCheckIdExists
(schema: {table: string})
spec/async_schemas.spec.ts:103
FunctioncompileConstant
(schema)
spec/keyword.spec.ts:233
FunctioncompileEven
(schema)
spec/keyword.spec.ts:156
FunctioncompileParser
( this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap )
lib/compile/jtd/parse.ts:39
FunctioncompileRange
(schema, parentSchema)
spec/keyword.spec.ts:244
FunctioncompileSchema
(this: Ajv, sch: SchemaEnv)
lib/compile/index.ts:111
FunctioncompileSerializer
( this: Ajv, sch: SchemaEnv, definitions: SchemaObjectMap )
lib/compile/jtd/serialize.ts:33
FunctioncompileTestValidate
()
spec/options/options_code.spec.ts:102
Functionconstructor
(readonly nodes: ChildNode[] = [])
lib/compile/codegen/index.ts:170
Methodconstructor
(opts: Options = {})
lib/2019.ts:14
Methodconstructor
(opts: JTDOptions = {})
lib/jtd.ts:39
Methodconstructor
(opts: Options = {})
lib/2020.ts:11
Methodconstructor
(opts: Options = {})
lib/core.ts:293
Methodconstructor
(readonly ajv: Ajv)
lib/standalone/instance.ts:7
Methodconstructor
(env: SchemaEnvArgs)
lib/compile/index.ts:92
Methodconstructor
(resolver: UriResolver, baseId: string, ref: string, msg?: string)
lib/compile/ref_error.ts:8
Methodconstructor
( private readonly varKind: Name, private readonly name: Name, private rhs?: SafeExpr )
lib/compile/codegen/index.ts:44
Methodconstructor
( readonly lhs: Code, public rhs: SafeExpr, private readonly sideEffects?: boolean )
lib/compile/codegen/index.ts:70
Methodconstructor
( lhs: Code, private readonly op: Code, rhs: SafeExpr, sideEffects?: boolean )
lib/compile/codegen/index.ts:95
Methodconstructor
(readonly label: Name)
lib/compile/codegen/index.ts:111
Methodconstructor
(readonly label?: Code)
lib/compile/codegen/index.ts:122
Methodconstructor
(readonly error: Code)
lib/compile/codegen/index.ts:133
Methodconstructor
(private code: SafeExpr)
lib/compile/codegen/index.ts:147
Methodconstructor
( private condition: Code | boolean, nodes?: ChildNode[] )
lib/compile/codegen/index.ts:227
Methodconstructor
(private iteration: Code)
lib/compile/codegen/index.ts:282
Methodconstructor
( private readonly varKind: Name, private readonly name: Name, private readonly from: SafeExpr,
lib/compile/codegen/index.ts:302
Methodconstructor
( private readonly loop: "of" | "in", private readonly varKind: Name, private readonly name: Name,
lib/compile/codegen/index.ts:324
Methodconstructor
( public name: Name, public args: Code, public async?: boolean )
lib/compile/codegen/index.ts:350
Methodconstructor
(readonly error: Name)
lib/compile/codegen/index.ts:411
Methodconstructor
(extScope: ValueScope, opts: CodeGenOptions = {})
lib/compile/codegen/index.ts:463
Methodconstructor
(name: ValueScopeName)
lib/compile/codegen/scope.ts:18
Methodconstructor
({prefixes, parent}: ScopeOptions = {})
lib/compile/codegen/scope.ts:65
Methodconstructor
(prefix: string, nameStr: string)
lib/compile/codegen/scope.ts:101
Methodconstructor
(opts: ValueScopeOptions)
lib/compile/codegen/scope.ts:123
Methodconstructor
(s: string)
lib/compile/codegen/code.ts:13
Methodconstructor
(code: string | readonly CodeItem[])
lib/compile/codegen/code.ts:37
Methodconstructor
(it: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string)
lib/compile/validate/index.ts:351
Methodconstructor
(errors: Partial<ErrorObject>[])
lib/runtime/validation_error.ts:8
MethoddefaultMeta
()
lib/ajv.ts:28
MethoddefaultMeta
()
lib/2019.ts:40
MethoddefaultMeta
()
lib/jtd.ts:57
MethoddefaultMeta
()
lib/2020.ts:34
FunctiondefaultRegExp
(str, flags)
lib/core.ts:68
FunctiondiscriminatorForm
(root)
lib/refs/jtd-schema.ts:86
FunctionelementsForm
(root)
lib/refs/jtd-schema.ts:58
FunctionemptyForm
(root)
lib/refs/jtd-schema.ts:19
MethodemptyStr
()
lib/compile/codegen/code.ts:46
FunctionenumForm
(root)
lib/refs/jtd-schema.ts:51
Functionerror
()
lib/core.ts:814
Functionerror
()
spec/options/strictKeywords.spec.ts:78
Functionerror
()
spec/options/strict.spec.ts:436
FunctiongetAjvSyncInstances
(extraOpts?: Options)
spec/ajv_async_instances.ts:6
FunctiongetApplicator
(draft2020 = false)
lib/vocabularies/applicator/index.ts:19
FunctiongetCompilingSchema
(this: Ajv, schEnv: SchemaEnv)
lib/compile/index.ts:232
FunctiongetJsonPointer
( this: Ajv, parsedRef: URIComponent, {baseId, schema, root}: SchemaEnv )
lib/compile/index.ts:296
FunctiongetMetaSchemaOptions
(this: Ajv)
lib/core.ts:808
FunctiongetSchEnv
(this: Ajv, keyRef: string)
lib/core.ts:773
FunctiongetSchemaRefs
(this: Ajv, schema: AnySchema, baseId: string)
lib/compile/resolve.ts:93
FunctiongetValidate
(id: string)
lib/standalone/index.ts:23
FunctionhasItem
()
lib/compile/jtd/parse.ts:157
Functionhook
(...args: any[])
spec/options/comment.spec.ts:48
FunctioninlineOrCompile
(this: Ajv, sch: SchemaEnv)
lib/compile/index.ts:226
Methodinvalid$DataSchema
()
lib/compile/validate/index.ts:486
FunctionisDeepEqual
(data)
spec/keyword.spec.ts:236
FunctionisEven
(data)
spec/keyword.spec.ts:163
FunctionisJSONType
(x: unknown)
lib/compile/rules.ts:9
FunctionisOdd
(data)
spec/keyword.spec.ts:166
FunctionisStrictEqual
(data)
spec/keyword.spec.ts:239
FunctionkeywordMetaschema
(this: Ajv, def: KeywordDefinition)
lib/core.ts:878
MethodloadMetaSchema
(this: Ajv, $ref?: string)
lib/core.ts:429
MethodloadMissingSchema
(this: Ajv, ref: string)
lib/core.ts:452
FunctionloadSchema
(url)
spec/discriminator.spec.ts:210
Functionlog
()
lib/core.ts:814
Functionlog
()
spec/options/strictKeywords.spec.ts:72
Functionlog
()
spec/options/meta_validateSchema.spec.ts:51
Functionlog
(...args: any[])
spec/options/comment.spec.ts:9
Functionlog
()
spec/options/options_reporting.spec.ts:125
Functionlog
()
spec/options/strict.spec.ts:430
FunctionloopAllRequired
()
lib/vocabularies/validation/required.ts:73
FunctionloopEnum
()
lib/vocabularies/validation/enum.ts:38
FunctionloopEnum
()
lib/vocabularies/jtd/enum.ts:37
FunctionloopN
(i: Name, j: Name)
lib/vocabularies/validation/uniqueItems.ts:46
FunctionloopN2
(i: Name, j: Name)
lib/vocabularies/validation/uniqueItems.ts:64
Functionmacro
(schema, _parentSchema, it)
spec/keyword.spec.ts:281
Functionmacro
()
spec/issues/1539_add_keyword_name_to_validation_error.spec.ts:14
FunctionmacroConstant
(schema /*, parentSchema */)
spec/keyword.spec.ts:547
FunctionmacroContains
(_schema)
spec/keyword.spec.ts:522
FunctionmacroDeepProperties
(_schema)
spec/keyword.spec.ts:411
FunctionmacroEven
(schema)
spec/keyword.spec.ts:541
FunctionmacroInvalid
(/* schema */)
spec/keyword.spec.ts:536
FunctionmacroRange
(schema, parentSchema)
spec/keyword.spec.ts:551
FunctionmakeStandalone
(ajv: AjvCore)
spec/ajv_standalone.ts:9
Functionmessage
({keyword, schemaCode})
lib/vocabularies/validation/limitProperties.ts:6
Functionmessage
({keyword, schemaCode})
lib/vocabularies/validation/limitLength.ts:8
Methodname
(prefix: string)
lib/compile/codegen/scope.ts:133
← previousnext →601–700 of 786, ranked by callers