18 lines
913 B
JSON
18 lines
913 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:AmpStory",
|
|
"title": "AmpStory",
|
|
"description": "A creative work with a visual storytelling format intended to be viewed online, particularly on mobile devices.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
|
|
"$ref": "schema:CreativeWork"
|
|
},
|
|
{
|
|
"description": "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
|
|
"$ref": "schema:MediaObject"
|
|
}
|
|
]
|
|
}
|