UNPKG

json-schema-library

Version:

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation

7 lines (5 loc) 159 B
import { JsonSchema, JsonPointer } from "../types"; export type Context = { ids: Record<string, JsonPointer>; remotes: Record<string, JsonSchema>; };