@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
22 lines (21 loc) • 482 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/MediaObjectTypes.schema.json",
"title": "MediaObjectTypes",
"category": "works",
"description": "All type schemas that are derived from MediaObject",
"anyOf": [
{
"$ref": "MediaObject.schema.json"
},
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "VideoObject.schema.json"
}
]
}