Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ know!](https://github.com/jviotti/awesome-jsonschema/issues/new?assignees=&label
- [Mozilla Data Pipeline](https://docs.telemetry.mozilla.org/concepts/pipeline/schemas.html?utm_source=awesome-jsonschema) - Mozilla Data Pipeline uses JSON Schema to define telemetry data ingested from Mozilla products and logs from various services.
- [MuleSoft](https://docs.mulesoft.com/json-module/2.1/json-schema-validation?utm_source=awesome-jsonschema) - The MuleSoft integration framework supports validating a JSON document against a JSON Schema.
- [MySQL](https://dev.mysql.com/doc/refman/8.0/en/json-validation-functions.html?utm_source=awesome-jsonschema) - MySQL 8.0.17 and later support table constraints to validate a JSON document against a JSON Schema.
- [NASA](https://gcn.nasa.gov/docs/notices/schema?utm_source=awesome-jsonschema) - NASA maintains the GCN Unified Schema, a collection of JSON Schemas designed for crafting GCN notices expressed in JSON format.
- [Nakadi](https://nakadi.io?utm_source=awesome-jsonschema) - The Nakadi open-source distributed event bus supports defining event types with JSON Schema.
- [National Cancer Institute](https://github.com/NCI-GDC/gdcdictionary/tree/develop/gdcdictionary/schemas?utm_source=awesome-jsonschema) - The National Cancer Institute uses JSON Schema to model entities for their Genomic Data Commons collection.
- [NinJS](https://www.iptc.org/std/ninjs/userguide/?utm_source=awesome-jsonschema) - NinJS standardises the representation of news content in JSON and maintains a JSON Schema document to help validate NinJS implementations.
Expand Down
6 changes: 6 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,12 @@
type: paper
summary: Analysis of common defects found in publicly available schemas leading to recommend changes to the spec

- title: NASA
url: https://gcn.nasa.gov/docs/notices/schema
year: 2023
type: adoption
summary: NASA maintains the GCN Unified Schema, a collection of JSON Schemas designed for crafting GCN notices expressed in JSON format

- title: JSON Schema CLI
url: https://github.com/intelligence-ai/jsonschema
type: tool
Expand Down