When rendering this spec in Swagger UI, the first item in the enum is getting selected by default and causing errors in some cases (e.g.message_enum_schedule_type of fixed fails unless you are sending a scheduled message). Setting the default to blank solves it.
This issue has been added to our internal backlog to be prioritized as it changes generated configuration. +1s on the issue summary will help it move up the backlog (DI-2363).
When rendering this spec in Swagger UI, the first item in the enum is getting selected by default and causing errors in some cases (e.g.
message_enum_schedule_type
offixed
fails unless you are sending a scheduled message). Setting the default to blank solves it.