Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriszyp/json-schema
JSON Schema specifications, reference schemas, and a CommonJS implementation
https://github.com/kriszyp/json-schema
Last synced: 22 days ago
JSON representation
JSON Schema specifications, reference schemas, and a CommonJS implementation
- Host: GitHub
- URL: https://github.com/kriszyp/json-schema
- Owner: kriszyp
- License: other
- Created: 2010-09-29T01:26:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T16:09:40.000Z (about 2 years ago)
- Last Synced: 2024-05-15T13:26:14.207Z (6 months ago)
- Language: JavaScript
- Homepage: http://json-schema.org/
- Size: 191 KB
- Stars: 513
- Watchers: 19
- Forks: 168
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
This is a historical repository for the early development of the JSON Schema specification and implementation. This package is considered "finished": it holds the earlier draft specification and a simple, efficient, lightweight implementation of the original core elements of JSON Schema. This repository does not house the latest specifications nor does it implement the latest versions of JSON Schema. This package seeks to maintain the stability (in behavior and size) of this original implementation for the sake of the numerous packages that rely on it. For the latest JSON Schema specifications and implementations, please visit the [JSON Schema site](https://json-schema.org/) (or the [respository](https://github.com/json-schema-org/json-schema-spec)).
Code is licensed under the AFL or BSD 3-Clause license.