@stencila/schema
Version:
Stencila schema and other specifications
25 lines (24 loc) • 582 B
YAML
title: VideoObject
'@id': schema:VideoObject
$extends: MediaObject.schema.yaml
role: secondary
status: stable
description: |
A video file. https://schema.org/VideoObject
properties:
caption:
'@id': schema:caption
description: |
The caption for this video recording.
type: string
thumbnail:
'@id': schema:thumbnail
description: |
Thumbnail image of this video recording.
allOf:
- $ref: ImageObject.schema.yaml
transcript:
'@id': schema:transcript
description: |
The transcript of this video recording.
type: string