You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Given the following example, the "enumerations" inside the "enum" element contain east twice in the parse result, if you remove the description then they are correctly deduplicated.
#API## GET /+Response200(application/json)+ Attributes
+ direction (enum)
+ `east` - a description
+ Default
+ `east`
The text was updated successfully, but these errors were encountered:
I think similiar applies when you use direction: east to set the content value to use in the enum element, it will be duplicated in the enumerations as it won't have the description.
kylef
changed the title
Enumerations contain duplicate values when you have a default with different description
Enumerations contain duplicate values when you have a default/sample with different description
Jun 25, 2019
Given the following example, the "enumerations" inside the "enum" element contain east twice in the parse result, if you remove the description then they are correctly deduplicated.
The text was updated successfully, but these errors were encountered: