UNPKG

json-schema-library

Version:

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

5 lines (4 loc) 187 B
import { SchemaNode } from "../types"; import { Keyword } from "../Keyword"; export declare const prefixItemsKeyword: Keyword; export declare function parseItems(node: SchemaNode): void;