{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-create-authorizer-response-structure.json", "name": "CreateAuthorizerResponse", "description": "CreateAuthorizerResponse schema", "type": "object", "properties": { "authorizerName": { "allOf": [ { "$ref": "#/components/schemas/AuthorizerName" }, { "description": "The authorizer's name." } ] }, "authorizerArn": { "allOf": [ { "$ref": "#/components/schemas/AuthorizerArn" }, { "description": "The authorizer ARN." } ] } } }