Skip to content

Add a GitHub workflow to validate the JSON schema#23

Merged
mickael-menu merged 2 commits intomainfrom
validate-json-schema
Feb 20, 2026
Merged

Add a GitHub workflow to validate the JSON schema#23
mickael-menu merged 2 commits intomainfrom
validate-json-schema

Conversation

@mickael-menu
Copy link
Member

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds automated validation of JSON schema files through a GitHub Actions workflow. The workflow triggers on pushes and pull requests to the master branch when schema files are modified, ensuring that all JSON schema files maintain valid syntax.

Changes:

  • Added GitHub Actions workflow to validate JSON schema syntax automatically
  • Fixed trailing comma issue in object.schema.json (attempted but introduced a bug)

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

File Description
.github/workflows/validate-json-schema.yml Adds new GitHub Actions workflow to validate JSON schema files on push, PR, or manual trigger
schema/object.schema.json Attempts to fix JSON syntax by removing trailing comma, but introduces a missing comma bug

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mickael-menu mickael-menu merged commit d1dbd57 into main Feb 20, 2026
1 check passed
@mickael-menu mickael-menu deleted the validate-json-schema branch February 20, 2026 11:34
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.

2 participants