{
  "additionalProperties": false,
  "description": "Always true -- fires on every bar. Use as a no-op placeholder or unconditional trigger.",
  "properties": {
    "type": {
      "const": "always_true",
      "default": "always_true",
      "title": "Type",
      "type": "string"
    }
  },
  "title": "AlwaysTrueCondition",
  "type": "object"
}
