diff --git a/demo/openapi.yaml b/demo/openapi.yaml index 94ca4d11b5..1a06f4f6d6 100644 --- a/demo/openapi.yaml +++ b/demo/openapi.yaml @@ -767,6 +767,9 @@ components: bee: '#/components/schemas/HoneyBee' properties: id: + externalDocs: + description: "Find more info here" + url: "https://example.com" description: Pet ID allOf: - $ref: '#/components/schemas/Id'