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
What happened?
When exporting API documentation using the OpenAPISpecWriter it does not allow us to add the optional 'format' String Formats field as described in the following swagger document: https://swagger.io/docs/specification/data-models/data-types/
We could do something like this at the end of the generateFieldData function:
What happened?
When exporting API documentation using the OpenAPISpecWriter it does not allow us to add the optional 'format' String Formats field as described in the following swagger document:
https://swagger.io/docs/specification/data-models/data-types/
We could do something like this at the end of the generateFieldData function:
instead of...
Additional info:
We would also need to update the Parameters class to add a public $format variable.
I have made a PR here:
#394
The text was updated successfully, but these errors were encountered: