From cd5d213a7f79920f077a9c9778680c45126ed3b9 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 10 Sep 2018 18:08:17 +0300 Subject: [PATCH] chore: add externalDocs in the field in the demo spec --- demo/openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) 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'