{
  "rules": {
    "anatomy.hands": {
      "questions": [
        {
          "ask": "Does any visible hand have missing, extra, or fused fingers?",
          "severity": 4
        },
        {
          "ask": "Does any hand bend at an impossible joint angle, or merge into an object or body it touches?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "anatomy.faces": {
      "questions": [
        {
          "ask": "Is any visible face warped, melted, or asymmetric beyond natural variation?",
          "severity": 4
        },
        {
          "ask": "Do any eyes look in impossible or mismatched directions?",
          "severity": 3
        }
      ],
      "fail_at": 4
    },
    "anatomy.limbs": {
      "questions": [
        {
          "ask": "Does any body have extra or missing arms or legs in any frame?",
          "severity": 5
        },
        {
          "ask": "Does any limb bend at an impossible joint or pass through a body?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "artifact.morphing": {
      "questions": [
        {
          "ask": "Does any object or body part morph, dissolve, or duplicate between frames?",
          "severity": 4
        },
        {
          "ask": "Does any texture or pattern stay stuck in place on screen while the surface it belongs to moves?",
          "severity": 3
        }
      ],
      "fail_at": 4
    },
    "physics.contact": {
      "questions": [
        {
          "ask": "Does any held or touched object slip, float, or clip through the hand or surface in contact with it?",
          "severity": 4
        },
        {
          "ask": "Does any object rest or hang in the air without support?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "physics.motion": {
      "questions": [
        {
          "ask": "Does anything move against gravity or momentum: gliding, impossible acceleration, or motion with no driving force?",
          "severity": 4
        },
        {
          "ask": "Does any object change size or amount without cause between frames?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "continuity.objects": {
      "questions": [
        {
          "ask": "Does any object vanish or appear between frames without leaving or entering the frame naturally?",
          "severity": 4
        },
        {
          "ask": "Does the count of any important prop change between frames?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "environment.stability": {
      "questions": [
        {
          "ask": "Do walls, furniture, or scenery melt, warp, or rearrange between frames?",
          "severity": 4
        },
        {
          "ask": "Is the background layout inconsistent between frames, showing an impossible space?",
          "severity": 3
        }
      ],
      "fail_at": 4
    },
    "text.legibility": {
      "questions": [
        {
          "ask": "The chalkboard sign in this shot must read exactly: HAPPY HOUR 5-7PM. Does the sign text read anything else, or is it garbled or illegible in any frame?",
          "severity": 4
        },
        {
          "ask": "Does any text change its content between frames?",
          "severity": 4
        }
      ],
      "fail_at": 4
    },
    "adherence.prompt": {
      "needs": "recipe.prompt_text",
      "questions": [
        {
          "ask": "The direction was: {prompt}\nIs any subject, object, or setting the direction requires missing from the frames?",
          "severity": 3
        },
        {
          "ask": "The direction was: {prompt}\nIs the required action or camera move missing or wrong?",
          "severity": 3
        }
      ],
      "fail_at": null
    }
  }
}