ApiSchemas
SandboxImageSpec
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
JSON Schema
{
"type": "object",
"properties": {
"base": {
"type": "string",
"minLength": 1
},
"steps": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ImageStep"
}
},
"secrets": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
},
"additionalProperties": false
}