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