{
  "name": "ListRepositoryBindings",
  "plane": "control",
  "terraformEligible": true,
  "subProduct": "runner",
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudDeploy.Runner.ListRepositoryBindings",
    "service": "deploy"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "maxResults": {
        "default": null,
        "format": "uint32",
        "minimum": 0.0,
        "type": [
          "integer",
          "null"
        ]
      },
      "nextToken": {
        "default": null,
        "type": [
          "string",
          "null"
        ]
      }
    },
    "title": "ListRepositoryBindingsRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "definitions": {
      "RepositoryBindingResponse": {
        "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"
        ],
        "type": "object"
      }
    },
    "properties": {
      "bindings": {
        "items": {
          "$ref": "#/definitions/RepositoryBindingResponse"
        },
        "type": "array"
      },
      "nextToken": {
        "type": [
          "string",
          "null"
        ]
      }
    },
    "required": [
      "bindings"
    ],
    "title": "ListRepositoryBindingsResponse",
    "type": "object"
  }
}
