removedOutput schema / properties / data / properties / cookieFlags / items
Removed value: -{}
changedOutput schema / properties / data / properties / cookieFlags / type
Previous value: -"array"New value: +"object"
removedOutput schema / properties / data / properties / present / items
Removed value: -{}
changedOutput schema / properties / data / properties / present / type
Previous value: -"array"New value: +"object"
addedOutput schema / properties / meta / properties / next_actions / items / properties / checkout_path
Added value: +{
+ "pattern": "^/try/",
+ "type": "string"
+}
addedOutput schema / properties / meta / properties / next_actions / items / properties / executes_automatically
Added value: +{
+ "const": false,
+ "type": "boolean"
+}
addedOutput schema / properties / meta / properties / next_actions / items / properties / handoff_path
Added value: +{
+ "description": "Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up.",
+ "pattern": "^/catalog/",
+ "type": "string"
+}
addedOutput schema / properties / meta / properties / next_actions / items / properties / handoff_payment_required
Added value: +{
+ "const": false,
+ "type": "boolean"
+}
addedOutput schema / properties / meta / properties / next_actions / items / properties / maximum_atomic_usdc
Added value: +{
+ "pattern": "^[1-9][0-9]*$",
+ "type": "string"
+}
addedOutput schema / properties / meta / properties / next_actions / items / properties / sample_path
Added value: +{
+ "pattern": "^/samples/",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / meta / properties / next_actions / items / required
Previous value: -[
- "service",
- "title",
- "reason",
- "method",
- "path",
- "price",
- "input_template",
- "use_output",
- "authorization_required"
-]New value: +[
+ "service",
+ "title",
+ "reason",
+ "method",
+ "path",
+ "price",
+ "input_template",
+ "use_output",
+ "handoff_path",
+ "checkout_path",
+ "sample_path",
+ "maximum_atomic_usdc",
+ "handoff_payment_required",
+ "executes_automatically",
+ "authorization_required"
+]