ListRoleAliasesResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-list-role-aliases-response-schema.json", "title": "ListRoleAliasesResponse", "description": "ListRoleAliasesResponse schema", "type": "object", "properties": { "roleAliases": { "allOf": [ { "$ref": "#/components/schemas/RoleAliases" }, { "description": "The role aliases." } ] }, "nextMarker": { "allOf": [ { "$ref": "#/components/schemas/Marker" }, { "description": "A marker used to get the next set of results." } ] } } }