Skip to content

feat: Add Datadog schema hooks - #701

Open
lannuttia wants to merge 3 commits into
python-jsonschema:mainfrom
lannuttia:feat/add-datadog-support
Open

feat: Add Datadog schema hooks#701
lannuttia wants to merge 3 commits into
python-jsonschema:mainfrom
lannuttia:feat/add-datadog-support

Conversation

@lannuttia

@lannuttia lannuttia commented Aug 5, 2026

Copy link
Copy Markdown

Add Datadog schema hooks from https://github.com/DataDog/schema.

Closes #702.

This PR adds three new pre-commit hooks for validating Datadog configuration files:

  • check-datadog-continuous-testing - Validates Datadog Continuous Testing configuration files
  • check-datadog-service-definition - Validates Datadog Service Definition files
  • check-datadog-software-catalog - Validates Datadog Software Catalog entity files

All schemas are sourced from the official DataDog/schema repository on GitHub.

- Add check-datadog-continuous-testing hook for datadog-ci.(json|yml|yaml)
- Add check-datadog-service-definition hook for service.datadog.(json|yml|yaml)
- Add check-datadog-software-catalog hook for entity.datadog.(json|yml|yaml)

All three schemas are from DataDog/schema repository under Apache 2.0 license.
Schemas support remote $ref dependencies which are resolved automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New vendored schemas: Datadog

1 participant