{
  "$id": "http://gov.uk/schema/v1.0.0/definition/option",
  "_name": "definition.option",
  "title": "Option definition",
  "properties": {
    "value": {
      "title": "Option value",
      "description": "Value captured by system when users choose this option",
      "type": "string"
    },
    "hasDivider": {
      "title": "Option divider",
      "description": "Whether to display a textual divider before the option - defaults to ‘or’",
      "type": "boolean"
    }
  },
  "allOf": [
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/block"
    },
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/label"
    },
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/namespace"
    }
  ],
  "required": [
    "value"
  ],
  "category": [
    "component",
    "option"
  ]
}
