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