Skip to content

postman-open-technologies/schemaOrgJSONSchema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema.Org types in JSON Schema Draft 2020-12 format

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.

Schema.Org version

  • 13.0
  • Previous versions, from 12.0, see GitHub tags or install a specific version from npm

Usage:

const schemaOrg = require('@postman-open-tech/schemaorgjsonschema');

const bookSchema = schemaOrg.getSchema('Book');
node test.js {schema.org type}

Source of converter / scrapers

License

About

Schema.Org Types in JSON Schema draft 2020-12 format

Resources

License

Stars

Watchers

Forks

Packages

No packages published