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 Contributor5 years agoI am trying to implement this as well in my open API specification, but IntelliJ is marking "const" as a prohibited property.
Recent DiscussionsMaximum no of end-points in an APIThe `<*>` symbolHow to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)?
Related ContentDefining conditional attributes in OpenAPIHow cant I define a param using in different testcase?Can You Define a Response Consisting of an Array With Two Different Objects?