@stencila/schema
Version:
Stencila schema and other specifications
21 lines (20 loc) • 414 B
YAML
title: QuoteBlock
'@id': stencila:QuoteBlock
$extends: ../Thing.schema.yaml
role: secondary
status: stable
description: |
A section quoted from somewhere else.
properties:
citation:
'@id': schema:citation
description: The source of the quote
type: string
format: uri
content:
'@id': 'stencila:content'
type: array
items:
$ref: BlockContent.schema.yaml
required:
- content