Skip to content

Commit f5bc2a6

Browse files
committed
Update mc2.duoCodeAR_TEMPLATE.schema.json
Add item typing to template JSON schema
1 parent 36d5235 commit f5bc2a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

json_schemas/mc2.duoCodeAR_TEMPLATE.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"properties": {
2323
"_accessRequirementIds": {
2424
"type": "array",
25+
"items": {
26+
"type": "string"
27+
},
2528
"contains": {
2629
"const": 0
2730
}
@@ -47,6 +50,9 @@
4750
"properties": {
4851
"_accessRequirementIds": {
4952
"type": "array",
53+
"items": {
54+
"type": "string"
55+
},
5056
"contains": {
5157
"const": 0
5258
}

0 commit comments

Comments
 (0)