ApiSchemas
DecisionPolicy
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
Referenced from Policies
JSON Schema
{
"type": "object",
"properties": {
"expiresInSeconds": {
"type": "integer",
"minimum": 30,
"maximum": 604800
},
"onExpire": {
"$ref": "#/components/schemas/DecisionExpiry"
}
},
"additionalProperties": false
}