Skip to content

Commit 6b55b35

Browse files
committed
Adding lang to External
1 parent 15d9391 commit 6b55b35

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

schema/v4/External.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"format": {
1515
"$ref": "properties.json#/$defs/format"
1616
},
17+
"language": {
18+
"type": "array",
19+
"items": {
20+
"$ref": "properties.json#/$defs/BCP47"
21+
}
22+
},
1723
"profile": {
1824
"type": "string"
1925
}

0 commit comments

Comments
 (0)