You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isn't oneOf, allOf and anyOf still unsupported in react-jsonschema-form? In any case, the Json Schema specifications says type can be an array of strings and not just one type. I was just wondering if the error message I experienced was a bug or if the type array feature is not supported yet.
That's correct, neither oneOf, anyOf, or multiple types are supported yet, for largely the same reason. The documentation you quoted is from the JSON Schema spec, not the react-jsonschema-form documentation. Duplicate of #282.
Description
Array in types does not work
From doc: The value of this keyword MUST be either a string or an array. If it is an array, elements of the array MUST be strings and MUST be unique.
Steps to Reproduce
Schema:
Actual behavior
Version
react-jsonschema-form 0.50.1
The text was updated successfully, but these errors were encountered: