Skip to content

Commit d97102d

Browse files
committed
Ensuring language is an array
1 parent ea8b00a commit d97102d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

schema/v4/AnnotationBody.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"$ref": "properties.json#/$defs/duration"
2929
},
3030
"language": {
31-
"type": "string"
31+
"type": "array",
32+
"items": {
33+
"type": "string"
34+
}
3235
},
3336
"rendering": {
3437
"$ref": "External.json"

0 commit comments

Comments
 (0)