-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
I've been told that it's not possible to use schemas in path/query parameters, but I have a case where multiple paths use the same enum pattern for inputs.
For example, I have the following pattern that is duplicated over many paths:
parameters:
- in: "query"
...
enum:
- id
- sku
- guid
- stock
...
Is it possible to generalize this in some way, so that I don't have to define them for each path, but can just reference them?
JamesMGreene, danjor, manu-m, mathk, fabriziofortino and 18 more
Metadata
Metadata
Assignees
Labels
No labels