chore: add externalDocs in the field in the demo spec

This commit is contained in:
Roman Hotsiy 2018-09-10 18:08:17 +03:00
parent b90a5a000c
commit cd5d213a7f
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -767,6 +767,9 @@ components:
bee: '#/components/schemas/HoneyBee' bee: '#/components/schemas/HoneyBee'
properties: properties:
id: id:
externalDocs:
description: "Find more info here"
url: "https://example.com"
description: Pet ID description: Pet ID
allOf: allOf:
- $ref: '#/components/schemas/Id' - $ref: '#/components/schemas/Id'