Implement GitHub Action to Validate examples Field in Schemas #217
Labels
area/ci-cd
Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.
enhancement
New feature or request
good first issue
Good for newcomers
Background/Context
In the current state, nearly all schemas within our bindings include an
examples
field. Automating the validation of these examples against their respective schemas can serve as a proactive measure to identify incorrect or incomplete schemas.Objective
Implement a GitHub Action that automates the validation of the
examples
field in modified or newly added.json
schemas. This action should be triggered at the Pull Request level to ensure the integrity of changes before they are merged.Requirements
.json
files that have been modified or added in the PR should be considered for validation.The text was updated successfully, but these errors were encountered: