Package
Package
A package represents an application"s "source code" - either raw bits or a pointer to these bits. Packages are used to create builds, which result in a droplet that can be deployed.
AllOf
This class requires all of the following:
JSON Example
{
"guid": "string",
"created_at": "string",
"updated_at": "string",
"type": "string",
"data": {
"error": "string",
"checksum": {
"type": "string",
"value": "string"
},
"image": "string",
"username": "string",
"password": "string"
},
"state": "string",
"relationships": {},
"metadata": {
"labels": {
"labels": "string"
},
"annotations": {
"annotations": "string"
}
},
"links": {
"self": {
"href": "string",
"method": "string"
},
"upload": {
"href": "string",
"method": "string"
},
"download": {
"href": "string",
"method": "string"
},
"app": {
"href": "string",
"method": "string"
}
}
}