@stencila/schema
Version:
Stencila schema and other specifications
19 lines (18 loc) • 427 B
YAML
title: AudioObject
'@id': schema:AudioObject
$extends: MediaObject.schema.yaml
role: secondary
status: stable
description: |
An audio file. https://schema.org/AudioObject
properties:
caption:
'@id': schema:caption
description: |
The caption for this audio recording.
type: string
transcript:
'@id': schema:transcript
description: |
The transcript of this audio recording.
type: string