{
  "name": "DescribeAppClient",
  "plane": "control",
  "terraformEligible": false,
  "protocol": {
    "kind": "rest",
    "method": "GET",
    "path": "/auth/user-pools/{poolId}/clients/{clientId}",
    "query": [],
    "headers": [
      "authorization"
    ],
    "body": false
  },
  "requestBody": "explicitlyEmpty",
  "responseBody": "json",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "clientId": {
        "type": "string"
      },
      "poolId": {
        "type": "string"
      }
    },
    "required": [
      "clientId",
      "poolId"
    ],
    "title": "DescribeAppClientRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "callbackUrls": {
        "items": {
          "type": "string"
        },
        "type": "array"
      },
      "clientId": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "poolId": {
        "type": "string"
      }
    },
    "required": [
      "callbackUrls",
      "clientId",
      "name",
      "poolId"
    ],
    "title": "AppClient",
    "type": "object"
  }
}
