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

Indicate type of array for array options in rule option lists #496

Merged
merged 1 commit into from Oct 31, 2023

Conversation

bmish
Copy link
Owner

@bmish bmish commented Oct 31, 2023

Before:

Name Description Type
classNames Some list of classes... Array

After:

Name Description Type
classNames Some list of classes... String[]

With meta.schema:

{
  "type": "object"
  "properties": {
    "classNames": {
      {
        "type": "array"
        "items": {
          "type": "string"
        }
      }
    }
  }
}

Part of:

@bmish bmish added the bug Something isn't working label Oct 31, 2023
@bmish bmish merged commit 7be50d8 into main Oct 31, 2023
5 of 9 checks passed
@bmish bmish deleted the options-list-array-type branch October 31, 2023 20:47
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