big tings
This commit is contained in:
13
registry/schema-org/MusicVideoObject.schema.json
Normal file
13
registry/schema-org/MusicVideoObject.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:MusicVideoObject",
|
||||
"title": "MusicVideoObject",
|
||||
"description": "A music video file.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user