solutions
                                solutions                            
                            
                            Model to represent a collection of solutions
JSON Example
                                    {
    "solution": [
        {
            "id": "string",
            "name": "string",
            "version": "string",
            "description": "string",
            "vendor": "string",
            "adapterKindKeys": [
                "string"
            ],
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "name": "string",
                    "description": "string"
                }
            ]
        }
    ]
}