MCPcopy
hub / github.com/ajv-validator/ajv / SchemaEnvArgs

Interface SchemaEnvArgs

lib/compile/index.ts:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 readonly schema: AnySchemaObject
63}
64interface SchemaEnvArgs {
65 readonly schema: AnySchema
66 readonly schemaId?: "$id" | "id"
67 readonly root?: SchemaEnv
68 readonly baseId?: string
69 readonly schemaPath?: string
70 readonly localRefs?: LocalRefs
71 readonly meta?: boolean
72}
73
74export class SchemaEnv implements SchemaEnvArgs {
75 readonly schema: AnySchema

Callers

nothing calls this directly

Implementers 1

SchemaEnvlib/compile/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…