ApiSchemas
Overrides
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": {
"model": {
"type": "boolean"
},
"reasoning": {
"type": "boolean"
},
"system": {
"$ref": "#/components/schemas/SystemOverridePolicy"
},
"compaction": {
"type": "boolean"
},
"sandbox": {
"type": "boolean"
}
},
"additionalProperties": false
}