{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-list-role-aliases-response-structure.json", "name": "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." } ] } } }