UNPKG

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