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
We want to use the sparv schema output to generate a config form in Mink, but some details seem to be missing to be able to properly generate form components.
It doesn't seem to like when the datatype is undefined (including the datatype of items in an array). We don't require explicit datatypes in the Sparv config currently, and sometimes you actually want to allow any type of data, which is represented in JSON Schema by NOT specifying the datatype. I'm not sure how to best solve this.
We want to use the
sparv schema
output to generate a config form in Mink, but some details seem to be missing to be able to properly generate form components.I pasted the schema at the react-jsonschema-form playground and got some errors:
array
Note: I don't know yet if
react-jsonschema-form
is the lib we will want to use for this.The text was updated successfully, but these errors were encountered: