{
  "$id": "http://gov.uk/schema/v1.0.0/page/admin",
  "_name": "page.admin",
  "title": "Admin page",
  "description": "Admin page",
  "type": "object",
  "properties": {
    "_type": {
      "const": "page.admin"
    },
    "actionType": {
      "type": "string",
      "enum": [
        "save",
        "confirm"
      ],
      "default": "save"
    }
  },
  "allOf": [
    {
      "$ref": "http://gov.uk/schema/v1.0.0/definition/page/form"
    }
  ]
}
