schema-dot-org
v0.1.7
Published
A collection of schema.org compliant JSON schemas Edit
Downloads
11
Readme
schema-dot-org
A collection of schema.org compliant JSON schemas
Use
const schema = require('schema-dot-org');
let example = {};
example.url = "http://google.com";
let isValid = schema.validate(example, schema.thing);//true
Test
$ npm test
Schema support
- Thing (incomplete)
- Text
- URL
- Date