I reference an external schema for a property but I want to add my own description.
myProp:
allOf:
- $ref: "https://opensource.zalando.com/problem/schema.yaml#/Problem"
- type: object
Swagger editor tells me
Could not resolve reference: Could not resolve pointer /Problem does not exist in document
It looks like it will only allow allOf, for locally defined objects. Is that correct?