Skip to content
New issue

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

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

Already on GitHub? # to your account

Use correct branch name in json schema ids #1402

Merged
merged 1 commit into from
May 6, 2024

Conversation

fahrradflucht
Copy link
Contributor

The $id fields in all JSON schemas were wrongly referring to a non-existent master branch. This isn't too bad because GitHub has some magic to fall back to the default branch when non-existent master branches are requested, but it is still incorrect. Fix it.

The `$id` fields in all JSON schemas were wrongly referring to a
non-existent `master` branch. This isn't too bad because GitHub has some
magic to fall back to the default branch when non-existent `master`
branches are requested, but it is still incorrect. Fix it.
@fahrradflucht

This comment has been minimized.

@BillyONeal BillyONeal merged commit 6081c15 into microsoft:main May 6, 2024
5 checks passed
@BillyONeal
Copy link
Member

Thanks!

@fahrradflucht fahrradflucht deleted the json-schema-id-branch branch May 6, 2024 17:33
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants