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
Hey,
We use a custom format with type "number" e.g.:
"eo:epsg": {
"type": "number",
"format": "epsg-code",
...
}
There is the function DefineStringFormat implemented into openapi3 (related issues #103, #79), but it only handles elements with type "string". So there is a need for a DefineNumberFormat function.
The text was updated successfully, but these errors were encountered:
Hey,
We use a custom format with type "number" e.g.:
"eo:epsg": {
"type": "number",
"format": "epsg-code",
...
}
There is the function DefineStringFormat implemented into openapi3 (related issues #103, #79), but it only handles elements with type "string". So there is a need for a DefineNumberFormat function.
The text was updated successfully, but these errors were encountered: