{
  "name": "UpdateRepositoryBinding",
  "plane": "control",
  "terraformEligible": true,
  "subProduct": "runner",
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudDeploy.Runner.UpdateRepositoryBinding",
    "service": "deploy"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "defaultBranch": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      },
      "productionBranch": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      },
      "repoId": {
        "type": "string"
      },
      "siteId": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "repoId"
    ],
    "title": "UpdateRepositoryBindingRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "defaultBranch": {
        "type": "string"
      },
      "installationId": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "owner": {
        "type": "string"
      },
      "productionBranch": {
        "type": [
          "string",
          "null"
        ]
      },
      "repoId": {
        "type": "string"
      },
      "siteId": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "defaultBranch",
      "installationId",
      "name",
      "owner",
      "repoId"
    ],
    "title": "RepositoryBindingResponse",
    "type": "object"
  }
}
