UNPKG

json-schema-empty-strings

Version:

Generate empty strings for all JSON-Schema string fields.

5 lines (4 loc) 192 B
import { JSONSchema7 } from 'json-schema'; /** Returns an Object containing `""` for all strings in the Schema. */ export declare function jsonEmptyStrings(schema: JSONSchema7): unknown;