UNPKG

@squiz/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>; };