{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrderState", "description": "The current state of the Order.", "type": "string", "enum": [ "PENDING", "FILLED", "TRIGGERED", "CANCELLED" ] }