{
  "definitions": {
    "v1alpha1BucketListRequest": {
      "properties": {
        "cloud_credential": {
          "type": "string"
        },
        "cluster_uid": {
          "type": "string"
        },
        "gce_project": {
          "type": "string"
        },
        "provider": {
          "type": "string"
        },
        "secret_name": {
          "type": "string"
        },
        "secret_namespace": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "v1alpha1RegionListRequest": {
      "properties": {
        "cloud_credential": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "v1alpha1ZoneListRequest": {
      "properties": {
        "cloud_credential": {
          "type": "string"
        },
        "region": {
          "type": "string"
        }
      },
      "type": "object"
    }
  }
}