{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-describe-authorizer-response-structure.json", "name": "DescribeAuthorizerResponse", "description": "DescribeAuthorizerResponse schema", "type": "object", "properties": { "authorizerDescription": { "allOf": [ { "$ref": "#/components/schemas/AuthorizerDescription" }, { "description": "The authorizer description." } ] } } }