{
  "$id": "http://gov.uk/schema/v1.0.0/definition/components",
  "_name": "definition.components",
  "title": "Components definition",
  "properties": {
    "components": {
      "title": "Components",
      "description": "The form or content elements used on the page",
      "type": "array",
      "items": {
        "$ref": "http://gov.uk/schema/v1.0.0/definition/component"
      }
    }
  }
}
