Improved
Broker API description upgraded to OpenAPI 3.1.2
about 15 hours ago
Broker API
The Broker API OpenAPI description now targets OpenAPI 3.1.2 (previously 3.0.0). The upgrade is contract-preserving: paths, operations, required fields, constraints, security, examples, and deprecation metadata are unchanged.
- Nullable fields are now expressed with JSON Schema type arrays instead of
nullable: true.TradeAccount.user_configurationsis represented asanyOf(its object schema ornull). - Document-upload content now uses
contentEncoding: base64in place offormat: base64, preserving the existing wire contract. OrderLeg.legsis narrowed to accept onlynull.