{
  "properties": {
    "strategy_id": {
      "description": "Strategy ID",
      "title": "Strategy Id",
      "type": "string"
    },
    "zone": {
      "additionalProperties": true,
      "description": "Named zone definition. Example: {'id':'pullback_zone','upper':{'type':'anchor','anchor_id':'session_open','anchor_field':'high'},'lower':{'type':'anchor','anchor_id':'session_open','anchor_field':'low'}}",
      "title": "Zone",
      "type": "object"
    }
  },
  "required": [
    "strategy_id",
    "zone"
  ],
  "title": "builder_save_zoneArguments",
  "type": "object"
}
