RestResourceReference
                                RestResourceReference                            
                            Reference toward a Rest Resource typically provided as part of another Resource payload.
JSON Example
                                    {
    "href": "string",
    "id": "string",
    "label": "string"
}
            
            
                                    string
                
                
            
        
        
                href            
                            Optional
                    URL of the resource
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
                    Unique identifier of the resource.
            
            
                                    string
                
                
            
        
        
                label            
                            Optional
                    Optionaly provided user-facing label of the resource.
