Skip to content

Commit e9de80f

Browse files
committed
tags array MUST be unique by name, therefore MUST be unique across all properties
1 parent e619259 commit e9de80f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/v3.0/schema.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ properties:
2323
type: array
2424
items:
2525
$ref: '#/definitions/Tag'
26+
uniqueItems: true
2627
paths:
2728
$ref: '#/definitions/Paths'
2829
components:

0 commit comments

Comments
 (0)