{
  "name": "RevalidateTag",
  "plane": "control",
  "terraformEligible": false,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudSites.RevalidateTag",
    "service": "sites"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "deploymentId": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      },
      "siteId": {
        "type": "string"
      },
      "tag": {
        "type": "string"
      }
    },
    "required": [
      "siteId",
      "tag"
    ],
    "title": "RevalidateTagRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "ok": {
        "type": "boolean"
      }
    },
    "required": [
      "ok"
    ],
    "title": "OkResponse",
    "type": "object"
  }
}
