UNPKG

json-schema-library

Version:

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

9 lines (8 loc) 196 B
export type Type = { type: boolean; definitions?: string[]; validationKeywords?: string[]; keywords?: string[]; }; declare const Types: Record<string, Type>; export default Types;