Summary
Smarkets added an original_bets field to fullcover order response objects. This field lists the original individual bets that were combined into the fullcover order. It is not present in the fullcover order schema in core/specs/smarkets.yaml.
Impact
LOW — additive field, no breakage. Provides audit trail data for fullcover orders.
Details
- Field:
original_bets (array of bet objects) on fullcover order responses
- Provides: the component bets that make up the fullcover, with their individual prices and selections
- Spec file:
core/specs/smarkets.yaml, fullcover order response schema
Required Fix
Add original_bets as an optional array field to the fullcover order schema in core/specs/smarkets.yaml. Document the sub-object shape based on the live API response.
Summary
Smarkets added an
original_betsfield to fullcover order response objects. This field lists the original individual bets that were combined into the fullcover order. It is not present in the fullcover order schema incore/specs/smarkets.yaml.Impact
LOW — additive field, no breakage. Provides audit trail data for fullcover orders.
Details
original_bets(array of bet objects) on fullcover order responsescore/specs/smarkets.yaml, fullcover order response schemaRequired Fix
Add
original_betsas an optional array field to the fullcover order schema incore/specs/smarkets.yaml. Document the sub-object shape based on the live API response.