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

make instancetype a jsonvalue #103

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

sebastian-toepfer
Copy link
Owner

this allow to use instancetype to define a schema like:

...add("type", InstanceType.STRING)
instead of
...add("type", "string")
or
...add("type", InstanceType.STRING.toString())

this allow to use instancetype to define a schema like:
...add("type", InstanceType.STRING)
instead of
...add("type", "string")
or
...add("type", InstanceType.STRING.toString())
@sebastian-toepfer sebastian-toepfer added the enhancement New feature or request label Jan 30, 2024
@sebastian-toepfer sebastian-toepfer added this to the 0.2.0 milestone Jan 30, 2024
Copy link

@sebastian-toepfer sebastian-toepfer merged commit df2be3f into main Jan 30, 2024
2 checks passed
@sebastian-toepfer sebastian-toepfer deleted the instancetype_is_jsonvalue branch January 30, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant