SettingsClustersSoftwareDraftsInfo

The Drafts.Info structure defines the information about software draft.


Properties

metadata Required

Metadata about the software draft.


software Required

Software specification associated with the draft.

JSON Example

{
	"metadata": {
		"creation_time": "string",
		"owner": "string",
		"status": "VALID"
	},
	"software": {
		"base_image": {
			"version": "string"
		},
		"components": {
			"key": {}
		},
		"solutions": {
			"key": {
				"components": [
					{
						"component": "string"
					}
				],
				"version": "string"
			}
		}
	}
}

Feedback

Was this page helpful?