{
  "additionalProperties": false,
  "properties": {
    "factor": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Factor"
    },
    "resolution": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Optional higher-timeframe override for this value ref. Set it inside lhs/rhs refs such as {'type': 'indicator', ..., 'resolution': '4h'} or {'type': 'price', 'field': 'close', 'resolution': '4h'}. Do not put timeframe/source_timeframe on the parent condition. None = strategy timeframe.",
      "title": "Resolution"
    },
    "type": {
      "const": "named_zone",
      "default": "named_zone",
      "title": "Type",
      "type": "string"
    },
    "zone_field": {
      "enum": [
        "upper",
        "lower",
        "mid"
      ],
      "title": "Zone Field",
      "type": "string"
    },
    "zone_id": {
      "title": "Zone Id",
      "type": "string"
    }
  },
  "required": [
    "zone_id",
    "zone_field"
  ],
  "title": "NamedZoneSignalRef",
  "type": "object"
}
