-
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
I'm trying to use an enum in data structures as in
## Data structures
### Flight (object)
+ status : `AR` (Flight status, required, nullable) - Flight status code
### Flight status (enum)
+ AR (string) - Arrived
+ DP (string) - Departed
This results in a long stacktrace of errors being displayed