Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: remove duplication from JSON schemas (fixes #297) #515

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

henrietta-k
Copy link

Fixes #297

Fix

Deleted properties in JSON schemas that are duplicated due to inheritance.

Update

Only one file was updated, which was component.schema.json. The property that was deleted was "_isA11yCompletionDescriptionEnabled".
component.schema.json makes a $ref: content on line 7, and the "_isA11yCompletionDescriptionEnabled" property has already been defined in content. The other JSON schemas do not seem to contain duplication.

@henrietta-k henrietta-k changed the base branch from issue/297 to master April 9, 2024 19:17
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.

None yet

1 participant