https://github.com/gregsdennis/json-schema-vocab-test-suites
https://github.com/gregsdennis/json-schema-vocab-test-suites
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregsdennis/json-schema-vocab-test-suites
- Owner: gregsdennis
- License: mit
- Created: 2022-09-29T23:16:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T22:58:29.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:50:17.441Z (2 months ago)
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository is intended as a host for test suites for various custom vocabularies.
(Mostly, I expect this will be for my vocabs, but I'm open to hosting test suites for vocabs from others.)
Currently supported: nothing... but there are a couple in the works.
- [data](https://json-everything.net/json-schema#a-vocabulary-for-accessing-data-stored-in-json)
- [uniqueItems](https://json-everything.net/json-schema#a-vocabulary-for-identifying-uniqueness-of-array-items)## Using this suite
The tests are contained in the `/tests` folder. Each vocabulary suite has its own subfolder.
The format and layout of each vocabulary suite follows the [official JSON Schema Test Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite).
Individual vocab suites have a README that contains any additional information required to run that suite.
## Contributing
Questions and comments are welcome in issues, or you can connect to the [JSON Schema Slack](https://json-schema.org/slack) for a more real-time discussion.
PRs are welcome for new tests, fixes to existing tests, new vocab suites, etc.