The repository hosts all Datadog JSON Schemas
JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It is generally used for:
- Describes your existing data format(s).
- Provides clear human- and machine- readable documentation.
- Validates data which is useful for:
- Automated testing.
- Ensuring quality of client submitted data.
Here is the list of products that are leveraging JSON Schema at Datadog:
We have registered all Datadog JSON Schemas with the open source Schema Store. By registering with Schema Store, we have added capability for the popular IDEs to auto complete and validate Datadog’s JSON Schemas.
Learn more about JSON schema at https://json-schema.org/.