Skip to content

Commit

Permalink
feat: JSON Schema / npm module
Browse files Browse the repository at this point in the history
- Adds JSON Schema version of the spec (for npm module usage)
- Adds basic tests for ensuring JSON Schema spec compliance (using AJV)

see #7
  • Loading branch information
jbottigliero committed Apr 12, 2019
1 parent 3a40e48 commit 38c05a1
Show file tree
Hide file tree
Showing 8 changed files with 2,438 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Versions

- [v1.0.0](versions/1.0.0.md) - *Current*
- [v1.0.0](versions/1.0.0/README.md) - *Current*
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./versions/1.0.0/schema.json')

0 comments on commit 38c05a1

Please sign in to comment.