{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-create-authorizer-response-schema.json", "title": "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." } ] } } }