{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateServiceLinkedRoleResponse", "title": "CreateServiceLinkedRoleResponse", "type": "object", "properties": { "Role": { "allOf": [ { "$ref": "#/components/schemas/Role" }, { "description": "A <a>Role</a> object that contains details about the newly created role." } ] } } }