UNPKG

json-schema-library

Version:

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

5 lines (4 loc) 180 B
import { JsonSchema } from "../types"; export declare function createOneOfSchemaResult(schema: JsonSchema, oneOfSchema: JsonSchema, oneOfIndex: number): { [x: string]: any; };