UNPKG

459 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/MediaObjectTypes.schema.json",
4 "title": "MediaObjectTypes",
5 "description": "All type schemas that are derived from MediaObject",
6 "anyOf": [
7 {
8 "$ref": "MediaObject.schema.json"
9 },
10 {
11 "$ref": "AudioObject.schema.json"
12 },
13 {
14 "$ref": "ImageObject.schema.json"
15 },
16 {
17 "$ref": "VideoObject.schema.json"
18 }
19 ]
20}