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