title: Identity Deleted type: object required: - identity - attributes properties: identity: required: - id - type - name type: object description: Deleted identity. properties: type: type: string description: Deleted identity's DTO type. enum: - IDENTITY example: IDENTITY id: type: string description: Deleted identity ID. example: 2c7180a46faadee4016fb4e018c20642 name: type: string description: Deleted identity's display name. example: Michael Michaels attributes: type: object description: The attributes assigned to the identity. Attributes are determined by the identity profile. additionalProperties: true example: { "firstname": "John" }