Exporting to OpenAPI 3.0 spec works as 3.1 spec

When we export the api spec in openapi 3.0, no matter if we use web or client, we get a spec valid only in 3.1 spec, and not 3.0 spec.

we discussed around here: Discord

when we export in openapi 3.0, we get this validation errors:


it seems that, to be valid, we should transform to “example” and change it from a list to a single value

Specifically in the components/schemas section of the contract.