@stencila/schema
Version:
Stencila schema and other specifications
17 lines (16 loc) • 395 B
YAML
title: Delete
'@id': stencila:Delete
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
description: Deleted textual content.
properties:
content:
'@id': 'stencila:content'
description: |
The content that is marked for deletion. Often indicated using a strike through style.
type: array
items:
$ref: InlineContent.schema.yaml
required:
- content