0.1.7 • Published 7 years ago

schema-dot-org v0.1.7

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

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
0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago