Forum Discussion

fardin's avatar
fardin
Visitor
6 years ago
Solved

Case Insensitive String parameter in schema of openApi

I have an open API spec with a parameter like this:  - name: platform in: query description: "Platform of the application" required: true schema: type: string enum: - "desktop" - "online" when I ge...