I have the following open api schema:
WaypointEntity:
type: object
properties:
id:
type: [number, "null"]
But it's not shown correctly in Swagger UI:
Any idea why that is? AmI specifying the types incorrectly? I'm using Open Api 3.0