Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 6a57593

Browse files
committed
Relaxing requirement for keyword uniqueness as per #288
1 parent a80f0d8 commit 6a57593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: schema/1_0_final/single_entry.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@
183183
"type": "string",
184184
"minLength": 1
185185
},
186-
"minItems": 1,
187-
"uniqueItems": true
186+
"minItems": 1
188187
},
189188
"landingPage": {
190189
"title":"Homepage URL",

0 commit comments

Comments
 (0)