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
looks like we need to document the supported types. This is also an indicator that we need to validate the definitions before attempting to render in order to avoid unintended behavior in the UI. Otherwise the definition should only use types that are supported by the form generator. It may also make sense to add a fallback to text for unsupported types (rather than breaking) and only issue a validation warning rather than an error or breaking UI.
If any of the parameters have an unhandled type, none of the parameters will appear under the affected endpoint.
If the endpoint has a type which is not supported by iodocs (such as "array" or "double"), then none of the parameters will appear.
Affected 9f20175
The text was updated successfully, but these errors were encountered: