title: Paragraph
'@id': stencila:Paragraph
$extends: ../Thing.schema.yaml
role: secondary
status: experimental
description: Paragraph
properties:
  content:
    type: array
    items:
      $ref: InlineContent.schema.yaml
required:
  - content
