UNPKG

@squiz/json-schema-library

Version:

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

4 lines (3 loc) 174 B
import { JSONSchema } from "../types"; import { Context } from "./types"; export default function getRef(context: Context, rootSchema: JSONSchema, $ref: string): JSONSchema;