Skip to content

Commit 11bb480

Browse files
authored
add audio and video to generic context
1 parent 8caece9 commit 11bb480

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reproschema/tests/contexts/generic

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"@id": "schema:image",
2121
"@type": "@id"
2222
},
23+
"audio": {
24+
"@id": "schema:audio",
25+
"@type": "@id"
26+
},
27+
"video": {
28+
"@id": "schema:video",
29+
"@type": "@id"
30+
},
2331
"inLanguage": {
2432
"@id": "schema:inLanguage"
2533
},

0 commit comments

Comments
 (0)