0.0.8 • Published 6 years ago

@kba/anno-schema v0.0.8

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

anno-schema

JSON schema, OpenAPI and JSON-LD context

DEMO

Development

The sources are kept as YAML and transformed to JSON before publishing/linking.

  • Adapt ./data-model.yml / ./context.yml
  • Regenerate the JSON by either
    • node ./scripts/prepublish.js (in anno-schema)
    • npm run prepublish (in anno-schema)
    • lerna bootstrap (anywhere in or below root folder)
  • Make sure the tests pass
    • make test:schema (in root folder)
    • npm test (in anno-schema)