{
  "name": "ListSchedules",
  "plane": "control",
  "terraformEligible": true,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudScheduler.ListSchedules",
    "service": "scheduler"
  },
  "requestBody": "explicitlyEmpty",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "title": "ListSchedulesRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "schedules": {
        "items": {
          "type": "string"
        },
        "type": "array"
      }
    },
    "required": [
      "schedules"
    ],
    "title": "ListSchedulesResponse",
    "type": "object"
  }
}
