{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://eugene-studio.com/cadra/agent/cadra-shot.schema.json",
  "title": "Cadra agentic storyboard shot",
  "description": "A validated camera intention for agentic storyboards using Cadra glyphs.",
  "type": "object",
  "required": [
    "glyph"
  ],
  "properties": {
    "glyph": {
      "type": "string",
      "enum": [
        "lock-off",
        "pan-left",
        "pan-right",
        "tilt-up",
        "tilt-down",
        "roll",
        "dolly-in",
        "dolly-out",
        "truck-left",
        "truck-right",
        "orbit",
        "crane-up",
        "crane-down",
        "pedestal-up",
        "pedestal-down",
        "tracking-follow",
        "handheld",
        "snorricam",
        "zoom-in",
        "zoom-out",
        "rack-focus",
        "dolly-zoom",
        "whip-pan",
        "long-take",
        "arc-left",
        "arc-right",
        "drone-up",
        "drone-down",
        "steadicam",
        "tripod",
        "pov",
        "over-shoulder",
        "high-angle",
        "low-angle",
        "overhead",
        "wide-shot",
        "medium-shot",
        "close-up",
        "extreme-close-up",
        "crash-zoom",
        "dutch-angle",
        "dutch-angle-reverse",
        "follow-pan",
        "crane-diagonal",
        "establishing-shot",
        "full-shot",
        "two-shot",
        "insert-shot",
        "parallax-left",
        "parallax-right",
        "spiral-orbit",
        "roll-left",
        "roll-right",
        "gimbal",
        "macro-shot",
        "extreme-wide-shot",
        "profile-shot",
        "reaction-shot",
        "cutaway-shot",
        "master-shot"
      ]
    },
    "subject": {
      "type": "string"
    },
    "direction": {
      "type": "string",
      "enum": [
        "left",
        "right",
        "up",
        "down",
        "in",
        "out",
        "neutral"
      ]
    },
    "intensity": {
      "type": "number",
      "minimum": 0,
      "maximum": 1
    },
    "duration_seconds": {
      "type": "number",
      "minimum": 0
    },
    "notes": {
      "type": "string"
    }
  },
  "additionalProperties": false
}
