solution
                                solution                            
                            
                            Model to represent a Solution
JSON Example
                                    {
    "id": "string",
    "name": "string",
    "version": "string",
    "description": "string",
    "vendor": "string",
    "adapterKindKeys": [
        "string"
    ],
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                id            
                            Required
            
            
        Identifier of the solution
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
            
            
        Name of the Solution
            
            
                                    string
                
                
            
        
        
                version            
                            Optional
            
            
        Version of the Solution
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
            
            
        Description of the Solution
            
            
                                    string
                
                
            
        
        
                vendor            
                            Optional
            
            
        Vendor name of the Solution
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                adapterKindKeys            
                            Optional
            
            
        List of Adapter Kind keys associated with the Solution
