UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

8 lines (7 loc) 283 B
export default function build({ header, links, includeProperties, rewritelinks, exampleFormat, skipProperties, }?: { links?: {}; includeProperties?: any[]; rewritelinks?: (x: any) => any; exampleFormat?: string; skipProperties?: any[]; }): (schemas: any) => any;