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
Also, type: [string, "null"] broke a lot of OpenAPI tools about 6 months ago. The array version of type: [..] was extremely poorly supported. SO we'll need to look at compatibility.
Per readme.com support, they don't support
type: null
to clear field values. Instead, they requiretype: [null, "string"]
This ticket is a feature request to support this compound type in MergePatch where parameters can be cleared.
Example:
Current output:
Desired output:
The text was updated successfully, but these errors were encountered: