Skip to content

Commit 726b72c

Browse files
committed
Adding path level tagging
OAI#1367
1 parent e9d2225 commit 726b72c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: schemas/v2.0/schema.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,14 @@
338338
},
339339
"parameters": {
340340
"$ref": "#/definitions/parametersList"
341-
}
341+
},
342+
"tags": {
343+
"type": "array",
344+
"items": {
345+
"$ref": "#/definitions/tag"
346+
},
347+
"uniqueItems": true
348+
}
342349
}
343350
},
344351
"responses": {

0 commit comments

Comments
 (0)