{
  "name": "GetQueueAttributes",
  "plane": "control",
  "terraformEligible": true,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudQueue.GetQueueAttributes",
    "service": "queue"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "attributeNames": {
        "default": null,
        "items": {
          "type": "string"
        },
        "type": [
          "array",
          "null"
        ]
      },
      "queueUrl": {
        "type": "string"
      }
    },
    "required": [
      "queueUrl"
    ],
    "title": "GetQueueAttributesRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "attributes": {
        "additionalProperties": {
          "type": "string"
        },
        "type": "object"
      }
    },
    "required": [
      "attributes"
    ],
    "title": "GetQueueAttributesResponse",
    "type": "object"
  }
}
