UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

22 lines (21 loc) 486 B
# Analagous to the <q> element in HTML # https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q title: Quote '@id': stencila:Quote $extends: ../Thing.schema.yaml role: secondary status: stable description: A short inline quote. properties: citation: '@id': schema:citation description: The source of the quote type: string format: uri content: '@id': 'stencila:content' type: array items: $ref: InlineContent.schema.yaml required: - content