Skip to content

Commit 6d4a64f

Browse files
committed
3.1 Schema - tags should not contain duplicates
1 parent e9e4b4c commit 6d4a64f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schemas/v3.1/schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
type: array
2727
items:
2828
$ref: '#/$defs/tag'
29+
uniqueItems: true
2930
externalDocs:
3031
$ref: '#/$defs/external-documentation'
3132
required:
@@ -224,6 +225,7 @@ $defs:
224225
type: array
225226
items:
226227
type: string
228+
uniqueItems: true
227229
summary:
228230
type: string
229231
description:

0 commit comments

Comments
 (0)