{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteServiceLinkedRoleRequest", "title": "DeleteServiceLinkedRoleRequest", "type": "object", "required": [ "RoleName" ], "properties": { "RoleName": { "allOf": [ { "$ref": "#/components/schemas/roleNameType" }, { "description": "The name of the service-linked role to be deleted." } ] } } }