UNPKG

@adobe/jsonschema2md

Version:

Validate and document complex JSON Schemas the easy way.

20 lines (19 loc) 454 B
export default function formatmeta(schema: any): { longcomment: import("mdast").Root; shortcomment: any; comment: string; longdescription: import("mdast").Root; shortdescription: any; description: any; abstract: boolean; extensible: boolean; status: any; identifiable: string; custom: boolean; additional: boolean; definedin: { text: any; link: any; }; restrictions: string; };