ApiSchemas
CachingTtl
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": "string",
"enum": [
"5m",
"1h"
]
}One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
{
"type": "string",
"enum": [
"5m",
"1h"
]
}