{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TakeProfitOrderReason", "description": "The reason that the Take Profit Order was initiated", "type": "string", "enum": [ "CLIENT_ORDER", "REPLACEMENT", "ON_FILL" ] }