-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I have a route that returns an object with a few properties. Each of these properties is another object with a few props. All of these nested objects follow the same schema, it's just the values that change, so I thought a definition and reference would be the best way to represent them.
https://cswr.github.io/JsonSchema/spec/definitions_references/
However, when I tried to implement them the way described in the spec, it did not work. The only example I see of refs in this project's docs are if you use oapi.component
. I didn't think that was a great approach for my use case as these are not really global objects I want to make available.
Metadata
Metadata
Assignees
Labels
No labels