{ "$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-create-role-alias-response-structure.json", "name": "CreateRoleAliasResponse", "description": "CreateRoleAliasResponse schema", "type": "object", "properties": { "roleAlias": { "allOf": [ { "$ref": "#/components/schemas/RoleAlias" }, { "description": "The role alias." } ] }, "roleAliasArn": { "allOf": [ { "$ref": "#/components/schemas/RoleAliasArn" }, { "description": "The role alias ARN." } ] } } }