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

Interface TestCase

spec/jtd-schema.spec.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import AjvPack from "../dist/standalone/instance"
12
13interface TestCase {
14 schema: SchemaObject
15 instance: unknown
16 errors: TestCaseError[]
17}
18
19interface TestCaseError {
20 instancePath: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…