Forum Discussion
HKosova
4 years agoSmartBear Alumni (Retired)
Is this not possible with OAS3?
OpenAPI 3.0 does not have a way to annotate individual enum values, but this is possible in OpenAPI 3.1 using oneOf + const (once tooling support is available):
Status:
oneOf:
- title: ABANDONED
const: A
- title: ISSUED
const: I
Related Content
- 5 years ago
- 5 years ago
Recent Discussions
- 12 days ago
- 18 days ago