-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
Moved to MoonwalkIssues that can be closed or migrated as being addressed in MoonwalkIssues that can be closed or migrated as being addressed in Moonwalkre-use: ref-group-combineRe-use requests involving grouping components and combining groupsRe-use requests involving grouping components and combining groups
Description
It would be really useful to be able to do something like this:
paths:
$ref: "/operations/pets.yaml" # Multiple paths
$ref: "/operations/stores.yaml" # Multiple paths
$ref: "/operations/users.yaml" # Multiple pathsWhere each file includes multiple paths. For example (pets.yaml):
/pets:
post:
# ...
/pets/findByStatus:
get:
# ...This would make it easier to organize a large API.
Edit:
It could also be an array, like this:
paths:
$ref:
- "/operations/pets.yaml"
- "/operations/stores.yaml"
- "/operations/users.yaml"prestonvanloon, getmetorajesh, tao-qian, SamuelMarks, Chengxuan and 145 more
Metadata
Metadata
Assignees
Labels
Moved to MoonwalkIssues that can be closed or migrated as being addressed in MoonwalkIssues that can be closed or migrated as being addressed in Moonwalkre-use: ref-group-combineRe-use requests involving grouping components and combining groupsRe-use requests involving grouping components and combining groups