We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97ef17 commit a80f0d8Copy full SHA for a80f0d8
schema/1_0_final/single_entry.json
@@ -54,14 +54,14 @@
54
"items": {
55
"type": "string",
56
"pattern": "[0-9]{3}:[0-9]{2}"
57
- }
+ },
58
+ "minItems": 1,
59
+ "uniqueItems": true
60
},
61
{
62
"type": "null"
63
}
- ],
- "minItems": 1,
64
- "uniqueItems": true
+ ]
65
66
"contactPoint": {
67
"title":"Contact Name",
@@ -384,7 +384,8 @@
384
385
"type": "array",
386
387
- "type": "string"
+ "type": "string",
388
+ "minLength": 1
389
390
"minItems": 1,
391
"uniqueItems": true
0 commit comments