Forum Discussion

ahtahkr's avatar
ahtahkr
New Member
3 years ago

Rest api requires "enum" word at the end of the enum

Hi, I updated my swagger to use enum, with sample code I found in swagger website. components: schemas: Color: type: string enum: - black - white - red - green - blue Unfortunatel...