Skip to content

Commit f38c1fb

Browse files
committed
docs: adds missing tag definition causing document to be invalid
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent f25af77 commit f38c1fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_archive_/schemas/v3.0/pass/petstore.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ info:
66
name: MIT
77
servers:
88
- url: http://petstore.swagger.io/v1
9+
tags:
10+
- name: pets
11+
description: Everything about your Pets
12+
externalDocs:
13+
description: Find out more
14+
url: http://swagger.io
915
paths:
1016
/pets:
1117
get:

0 commit comments

Comments
 (0)