6.0.6 • Published 2 years ago

goodeggs-json-schema-validator v6.0.6

Weekly downloads
54
License
MIT
Repository
github
Last release
2 years ago

Good Eggs JSON Schema Validator

build status npm version MIT license we're hiring

npm install goodeggs-json-schema-validator

Common JSON schema and tv4 add-ons for Good Eggs ecosystem.

Common schema add-ons

Adds support for these formats:

  • objectid
  • date (YYYY-MM-DD)
  • date-time (for example, 2014-05-02T12:59:29+00:00)
  • time (HH:mm or HH:mm:ss, e.g. 23:04:20)
  • email

Simply include the format in your schema:

{"type": "string", "format": "date"}

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/goodeggs-json-schema-validator && cd goodeggs-json-schema-validator
$ npm install
$ npm test

Releasing

To release a new version of this module, use yarn to bump the version in package.json and create a git tag, then push. This will automatically get published to the NPM registry via CI.

yarn version --new-version=<major|minor|patch|premajor|preminor|prepatch>
git push --follow-tags
6.0.6

2 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.0.0

6 years ago

4.5.2

7 years ago

4.5.1

8 years ago

4.5.0

8 years ago

4.3.4

8 years ago

4.4.0

8 years ago

4.3.2

8 years ago

4.3.1

8 years ago

4.3.0

8 years ago

4.2.3

8 years ago

4.2.2

8 years ago

4.2.1

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.3.0

9 years ago

3.2.0

9 years ago

3.1.0

10 years ago

3.0.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.1-0

10 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago