related: - [internal commit](https://gitlab.mittwald.it/coab-0x7e7/services/domain-migration-service/-/commit/90d334382bf95f45f9bb99c2b836af4f68131b16) - [openapi docs example](https://spec.openapis.org/oas/v3.2.0.html#server-sent-event-streams) --- This should be supported: ``` { "type": "boolean", "const": false } ``` but currently only this is: ``` { "type": "boolean", "enum": [ false ] } ```
related:
This should be supported:
but currently only this is: