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