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

feat(JsonSchema)!: type as flag rather than list #115

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

VisualBean
Copy link
Collaborator

About the PR

Changes out List for a Flagged enum instead.

Changelog

  • Changed out the List Schematype for a Flags Enum instead.

Related Issues

BREAKING CHANGE: this changes the type of Type in JsonSchema to be a Flags enum, rather than a List of enum.

BREAKING CHANGE: this changes the type of `Type` in JsonSchema to be a Flags enum, rather than a List of enum.
@VisualBean VisualBean changed the title feat(JsonSchema)!: Type as flag rather than list feat(JsonSchema)!: type as flag rather than list Jun 7, 2023
@VisualBean VisualBean merged commit a0a840c into main Jun 7, 2023
@VisualBean VisualBean deleted the alex/schematypeflags branch June 7, 2023 12:28
VisualBean added a commit that referenced this pull request Jun 7, 2023
BREAKING CHANGE: this changes the type of Type in JsonSchema to be a Flags enum, rather than a List of enum.
VisualBean added a commit that referenced this pull request Jun 7, 2023
BREAKING CHANGE: this changes the type of Type in JsonSchema to be a Flags enum, rather than a List of enum.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type SchemaType of JsonSchema could be represented by Flags rather than a list.
2 participants