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
