UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

7 lines (6 loc) 202 B
/** * Traverses a Schema node (containing a JSON Schema) to find sub-schemas, * which are then emitted as asequence. * @param {Schema} node */ export default function traverse(schemas: any): any[];