{
  "$id": "http://gov.uk/schema/v1.0.0/buttonSecondary",
  "_name": "buttonSecondary",
  "title": "Secondary button",
  "description": "Component for a secondary button",
  "type": "object",
  "allOf": [
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/button"
    }
  ],
  "properties": {
    "_type": {
      "const": "buttonSecondary"
    }
  },
  "category": [
    "control"
  ]
}
