Forum Discussion

HenrikHL's avatar
HenrikHL
Frequent Contributor
3 years ago

"Extending" objects using "allOf"

It often turns out that I need to modify examples in APIs when reusing objects defined in Domains. This I do by using the allOf: linking to the object using $ref and then modifying the example. If I...