UNPKG

@stencila/schema

Version:

Extensions to schema.org to support semantic, composable, parameterize-able and executable documents

11 lines (10 loc) 253 B
/** * Generate Markdown documentation from JSON Schema files. * * Note that this script requires `public/*.schema.json` * and `./types.ts` files. To generate those: * * npm run build:jsonschema * npm run build:ts */ export {};