@stencila/schema
Version:
Stencila schema and other specifications
16 lines (15 loc) • 339 B
YAML
title: Emphasis
'@id': stencila:Emphasis
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
description: Emphasised textual content.
properties:
content:
'@id': 'stencila:content'
description: The content that is emphasised.
type: array
items:
$ref: InlineContent.schema.yaml
required:
- content