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