Validation of an array of strings (or other primitives)? #1078
Unanswered
skogowskinetfactory
asked this question in
Q&A
Replies: 1 comment
-
I figured this out myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that DataCollection and DataCollectionOf will not work with simple primitives, ArrayType checks only keys, ListType only checks if property is an array.
Is there no way of checking if every element in an array is a string (and possibly more rules for that string?)
Beta Was this translation helpful? Give feedback.
All reactions