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
#88: The form is more tolerant now when null is provided for arrays or object types. The form will implicitly convert null to appropriate type instead of showing an error.
#76: Manually added keys (when using additionalProperties) will display their key name as it is. Earlier, the name was prettified (i.e. capitalized, underscores removed) for display purposes, but that will no longer happen.
Use first value in case the type is an array of multiple types (i.e. {'type': ['string', 'number']}. This is temporary and full support for multiple types shall be added in future.