Role
                                Role                            
                            Represents role and its attributes
JSON Example
                                    {
    "description": "string",
    "id": "string",
    "name": "string"
}
            
            
                                    string
                
                
            
        
        
                description            
                            Required
            
            
        The description of the role
            
            
                                    string
                
                
            
        
        
                id            
                            Required
            
            
        The ID of the role
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        The name of the role
