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
