The schemas at https://schema.org/ are very helpful for formats like JSON-LD, but they lack a canonical JSON representation.
This repository includes a canonical plain-JSON serialisation for each of the schema.org types, as well as the scrapers and converters used in their production.
13.0
- Previous versions, from
12.0
, see GitHub tags or install a specific version from npm
const schemaOrg = require('@postman-open-tech/schemaorgjsonschema');
const bookSchema = schemaOrg.getSchema('Book');
node test.js {schema.org type}
- https://github.com/geraintluff/schema-org-gen - MIT
- https://github.com/mhausenblas/schema-org-rdf - Public Domain
- Software - MIT
- Types - Creative Commons Attribution Share Alike 4.0 International