{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MarketOrderMarginCloseout", "description": "Details for the Market Order extensions specific to a Market Order placed that is part of a Market Order Margin Closeout in a client's account", "type": "object", "properties": { "reason": { "type": "string", "description": "The reason the Market Order was created to perform a margin closeout", "enum": [ "MARGIN_CHECK_VIOLATION", "REGULATORY_MARGIN_CALL_VIOLATION", "REGULATORY_MARGIN_CHECK_VIOLATION" ] } } }