0.1.7 • Published 8 years ago

schema-dot-org v0.1.7

Weekly downloads
6
License
ISC
Repository
github
Last release
8 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

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago