JSON Schemas.
Schemas
Although originally JSONs were intended only as an exchange format between JavaScript applications, and not requiring methods of validation, once their use spread to manually written configuration files, third parties designed methods equivalent to XML schemas.
In the xPack project, currently the following JSON schemas are available:
- xbuild v0.3.0 (work in progress)
- xpdsc v0.3.0 (work in progress)
- xsvd v0.1.0 (work in progress)
Other schema resources:
- json-schema.org - the specifications
- JSON schema & payload validator
- JSON buddy schema linter - online JSON validator using schema, but limited to 5K
- JSON Schema Lint - online JSON validator using schema, up to v7
- JSONSchema.net - schema generator