-
Hello, im new with uniforms and need to create a jsonschemabridge with field type of array, is it possible or should i use simpleschema2bridge instead ? And if possible can anyone show me how to do it ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
radekmie
Oct 4, 2022
Replies: 1 comment 1 reply
-
Hey @Zetra416. Of course, it is possible: just use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
radekmie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Zetra416. Of course, it is possible: just use the
array
type and theitems
subschema. Here's an example.