Variable UserRoleDeleteFailedEventSchemaConst 
 
UserRoleDeleteFailedEventSchema: { 
    $schema: string; 
    additionalProperties: boolean; 
    description: string; 
    properties: { 
        entity_id: { 
            description: string; 
            format: string; 
            maxLength: number; 
            minLength: number; 
            type: string; 
        }; 
        error_message: { 
            description: string; 
            type: string; 
        }; 
    }; 
    required: string[]; 
    title: string; 
    type: string; 
} = UserRoleDeleteFailedEvent
Type declaration
- 
$schema: string
 
- 
additionalProperties: boolean
 
- 
description: string
 
- 
properties: { 
    entity_id: { 
        description: string; 
        format: string; 
        maxLength: number; 
        minLength: number; 
        type: string; 
    }; 
    error_message: { 
        description: string; 
        type: string; 
    }; 
}
- 
entity_id: { 
    description: string; 
    format: string; 
    maxLength: number; 
    minLength: number; 
    type: string; 
}
- 
description: string
 
- 
format: string
 
- 
maxLength: number
 
- 
minLength: number
 
- 
type: string
 
 
- 
error_message: { 
    description: string; 
    type: string; 
}
- 
description: string
 
- 
type: string
 
 
 
- 
required: string[]
 
- 
title: string
 
- 
type: string