{
  "$id": "http://gov.uk/schema/v1.0.0/content",
  "_name": "content",
  "title": "Content",
  "description": "Display ‘flat’ content, such as text",
  "type": "object",
  "category": [
    "content"
  ],
  "properties": {
    "_type": {
      "const": "content"
    },
    "html": {
      "title": "Content",
      "description": "Content to display - use [markdown](https://www.gov.uk/guidance/how-to-publish-on-gov-uk/markdown) to format text or add hyperlinks",
      "type": "string",
      "content": true,
      "multiline": true
    }
  },
  "allOf": [
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/component"
    }
  ],
  "required": [
    "html"
  ]
}
