Skip to content

Commit a1632dd

Browse files
committed
Add uniqueItems to array
1 parent 24eaa8b commit a1632dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"description": "Questions sent to the procuring entity, and the answers given",
1212
"items": {
1313
"$ref": "#/definitions/Enquiry"
14-
}
14+
},
15+
"uniqueItems": true
1516
}
1617
}
1718
},

0 commit comments

Comments
 (0)