Schemas for standardizing retail data models. Built using JSON Schemas
Implementation Details:
- Schema.org Product Schema
- Google Product Structured Data
- Structured Data Validation and Testing Tools
yarn util
- runyarn util --help
for instructions on how to use$ yarn util generate:field <name>
- generate new field-level json schema$ yarn util generate:schema <name>
- generate new top-leel json schema$ yarn util compile
- dereference / compile schemas to/dist
yarn validate
- validates schemas in theschemas
directoryyarn validate:examples
- validates schemas in theexamples
directory
Due to limited workload in this repo initially, all work should be done in develop. Submit PRs to master. We can switch to feature branches if we begin to see conflicts.