UNPKG

schemaorg-jsd

Version:

JSON Schema validation for JSON-LD files using Schema.org vocabulary.

9 lines (7 loc) 243 B
const index_module = require('./dist/index.js') module.exports = { META_SCHEMATA : index_module.META_SCHEMATA, JSONLD_SCHEMA : index_module.JSONLD_SCHEMA, SCHEMATA : index_module.SCHEMATA, sdoValidate : index_module.sdoValidate, }