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