{
  "$id": "http://gov.uk/schema/v1.0.0/definition/legend",
  "_name": "definition.legend",
  "title": "Legend definition",
  "type": "object",
  "properties": {
    "legend": {
      "title": "Legend",
      "description": "Question or instruction to user - appears above the component. If component is repeatable, the legend appears next to the input, with the number added automatically (for example, child 1)",
      "type": "string",
      "content": true
    },
    "hint": {
      "title": "Hint text",
      "description": "Text to help users answer a question - appears in grey under the legend (like this text)",
      "type": "string",
      "multiline": true,
      "content": true
    },
    "legendSummary": {
      "title": "Legend (Summary version)",
      "description": "The text used on the 'check your answers' page. Ideally a shorter version of the legend text",
      "type": "string",
      "content": true
    }
  },
  "category": [
    "definition"
  ]
}
