SettingsClustersSoftwareDraftsInfo
The Drafts.Info structure defines the information about software draft.
Properties
JSON Example
{
"metadata": {
"creation_time": "string",
"owner": "string",
"status": "VALID"
},
"software": {
"base_image": {
"version": "string"
},
"components": {
"key": {}
},
"solutions": {
"key": {
"components": [
{
"component": "string"
}
],
"version": "string"
}
}
}
}