UncleMooseRegular Visitor5 years agoAllow yaml to define enum with different name and value A common practice is to use enum to define coded persistence values such as: Status: type: string enum: - name: ABANDONED value: A - name: ISSUED value: I However th...Show More
gtludwigNew Contributor4 years agoI am trying to implement this as well in my open API specification, but IntelliJ is marking "const" as a prohibited property.
Recent Discussionsswagger is not accessibleJava Deprecated annotation issueBlocking error, cannot be dismissed
Related ContentDefining conditional attributes in OpenAPINameError: name 'Aliases' is not definedCan You Define a Response Consisting of an Array With Two Different Objects?