@postman-open-tech/schemaorgjsonschema

13.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 13.0.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 13.0.1
    5
  • 13.0.0
    2
  • 12.0.0
    2

Package Sidebar

Install

npm i @postman-open-tech/schemaorgjsonschema

Weekly Downloads

4

Version

13.0.1

License

CC-BY-SA-4.0 AND MIT

Unpacked Size

2.28 MB

Total Files

1334

Last publish

Collaborators

  • arnaudlauret
  • mermade
  • kinlanepostman