{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/deribit/json-schema/withdrawal_policy_mode.json", "title": "Withdrawal Policy Mode", "enum": [ "manual", "automated", "suspended" ], "type": "string", "description": "Withdrawal Policy mode, i.e. `\"manual\"`, `\"automated\"`, `\"suspended\"`" }