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

Group together all equals, notEquals and oneOf message fields #1352

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

louisaspicer
Copy link
Contributor

This change means messages that are enum types (which also have only equals, notEquals and oneOf fields), will also be grouped together in the jsonschema. Previously we were only grouping StringQueryInput and IdQueryInput, but enums e.g. Status would allow you to set all three queries.

@louisaspicer louisaspicer requested a review from a team January 9, 2024 12:27
@davenewza
Copy link
Contributor

@louisaspicer LGTM! Also glad to see you've used chore: as that won't bump the minor version on the next release 👍

@louisaspicer louisaspicer merged commit 6f6b53e into main Jan 9, 2024
10 checks passed
@louisaspicer louisaspicer deleted the enum-grouping branch January 9, 2024 14:33
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.

3 participants