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
OpenAPI supports additional formats that were not additionally accounted for in the generator. Support for those 3 types (and maybe more if some were missing, see linked PR for examples of types) must be added.
TODO:
update the parse node interface
update the serialization writer interface
update the convention service
(opt) add required additional imports in the refiner
update the json parse node implementation
update the json serialization writer implementation
The text was updated successfully, but these errors were encountered:
related #1287
related #1367
OpenAPI supports additional formats that were not additionally accounted for in the generator. Support for those 3 types (and maybe more if some were missing, see linked PR for examples of types) must be added.
TODO:
The text was updated successfully, but these errors were encountered: