addedOutput schema / properties / preview / properties / route_semantics
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "action": {
+ "enum": [
+ "deposit",
+ "withdraw"
+ ],
+ "type": "string"
+ },
+ "classification": {
+ "enum": [
+ "share-purchase",
+ "share-sale",
+ "protocol-composition",
+ "mixed",
+ "unclassified"
+ ],
+ "type": "string"
+ },
+ "evidence": {
+ "const": "provider-quote-steps",
+ "type": "string"
+ },
+ "protocol_action_verified": {
+ "const": false,
+ "type": "boolean"
+ },
+ "tools": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "transport": {
+ "const": "lifi",
+ "type": "string"
+ }
+ },
+ "required": [
+ "transport",
+ "action",
+ "classification",
+ "evidence",
+ "protocol_action_verified",
+ "tools"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / preview / required
Previous value: -[
- "market_id",
- "venue",
- "protocol",
- "chain_id",
- "vault",
- "asset",
- "shares",
- "expected_assets",
- "min_assets",
- "preview_redeem_assets",
- "parity_shortfall_bps",
- "parity_tolerance_bps",
- "quoted_fees"
-]New value: +[
+ "market_id",
+ "venue",
+ "protocol",
+ "chain_id",
+ "vault",
+ "asset",
+ "shares",
+ "expected_assets",
+ "min_assets",
+ "preview_redeem_assets",
+ "parity_shortfall_bps",
+ "parity_tolerance_bps",
+ "quoted_fees",
+ "route_semantics"
+]