addedInput schema / properties / categories
Added value: +{
+ "description": "Comma-separated spend categories to allow, e.g. \"meals,groceries\" (meals, groceries, travel, software, ai, wellness, retail).",
+ "type": "string"
+}
addedInput schema / properties / currencies
Added value: +{
+ "description": "Comma-separated purchase currencies to allow: ISO 4217 codes or common names, e.g. \"usd,eur\" or \"dollars,euros,pounds,yen\". In strict mode a purchase in another currency is refused at checkout and a settled charge in another currency pauses the card. Checked by Agentcard at checkout and settlement, not by the card network. Unknown currencies are refused.",
+ "type": "string"
+}
addedInput schema / properties / mode
Added value: +{
+ "description": "What the preset does when a purchase breaks any of its rules: \"strict\" refuses it (the default), \"watch\" lets it through and tells the user once.",
+ "enum": [
+ "strict",
+ "watch"
+ ],
+ "type": "string"
+}
removedInput schema / properties / only_categories
Removed value: -{
- "description": "Comma-separated spend categories to allow (strict), e.g. \"meals,groceries\" (meals, groceries, travel, software, ai, wellness, retail).",
- "type": "string"
-}
removedInput schema / properties / only_currencies
Removed value: -{
- "description": "Comma-separated purchase currencies to allow (strict): ISO 4217 codes or common names, e.g. \"usd,eur\" or \"dollars,euros,pounds,yen\". A purchase in another currency is refused at checkout; a settled charge in another currency pauses the card. Checked by Agentcard at checkout and settlement, not by the card network. Unknown currencies are refused.",
- "type": "string"
-}
removedInput schema / properties / watch_categories
Removed value: -{
- "description": "Categories in Watch mode (allow + notify on mismatch instead of refuse/pause): meals, groceries, travel, software, ai, wellness, retail. Spend caps, places, time windows, and merchant-only rules stay strict.",
- "type": "string"
-}
removedInput schema / properties / watch_currencies
Removed value: -{
- "description": "Purchase currencies in Watch mode (allow + notify on mismatch instead of refuse/pause), e.g. \"usd,eur\". Checked by Agentcard, not by the card network. Use only_currencies or watch_currencies, not both.",
- "type": "string"
-}