{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://spec.super-arc.com/0.1.0/overlays/screen.json",
  "title": "Screen overlay",
  "description": "Film and television.\n\nOverlay for the \"screen\" namespace, living under extensions.screen. An overlay-unaware reader must still understand the object without it, and an overlay may never shadow a core field name.",
  "type": "object",
  "properties": {
    "act": {
      "type": "string",
      "description": "Act or teaser this belongs to."
    },
    "slugline": {
      "type": "string",
      "description": "INT./EXT. LOCATION — TIME. v0 mandates no shooting-script format."
    },
    "episode": {
      "type": "string"
    },
    "season": {
      "type": "string"
    },
    "productionNotes": {
      "type": "string",
      "description": "Anything the page cannot carry: casting, practical limits, budget."
    }
  }
}
