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

Handle when an option could have multiple types in rule option lists #498

Merged
merged 1 commit into from Nov 5, 2023

Conversation

bmish
Copy link
Owner

@bmish bmish commented Nov 5, 2023

Improvement to how we show named rule options that could be multiple types:

Before: Boolean,string
After: Boolean, String

based on this abbreviated schema:

{
  "type": ["boolean", "string"]
}

Helps with:

@bmish bmish added the bug Something isn't working label Nov 5, 2023
@bmish bmish changed the title Handle when option type is an array of types in rule options lists Handle when an option could have multiple types in rule options lists Nov 5, 2023
@bmish bmish merged commit ec4357b into main Nov 5, 2023
6 of 9 checks passed
@bmish bmish deleted the rule-option-list-type-array branch November 5, 2023 01:18
@bmish bmish changed the title Handle when an option could have multiple types in rule options lists Handle when an option could have multiple types in rule option lists Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant