We have a few instances of string properties that have enum values.
Example:
"currency": { "enum": [ "USD", "EUR", "GBP" ], "type": "string" },
Expected:
The enum values should be displayed with the value type, like Enum: "USD" "EUR" "GBP".
Actual:
The enum values are ignored.
We have a few instances of string properties that have
enumvalues.Example:
"currency": { "enum": [ "USD", "EUR", "GBP" ], "type": "string" },Expected:
The enum values should be displayed with the value type, like
Enum: "USD" "EUR" "GBP".Actual:
The enum values are ignored.