{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://spec.super-arc.com/0.1.0/overlays/graphic.json",
  "title": "Graphic overlay",
  "description": "Comics and graphic novels.\n\nOverlay for the \"graphic\" namespace, living under extensions.graphic. An overlay-unaware reader must still understand the object without it, and an overlay may never shadow a core field name.",
  "type": "object",
  "properties": {
    "pageBeats": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "One entry per page: what the reader sees before they turn."
    },
    "panelCount": {
      "type": "integer",
      "minimum": 1,
      "description": "Panels on the page."
    },
    "visualMotifs": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Recurring images doing narrative work."
    },
    "issueStructure": {
      "type": "string",
      "description": "Where this sits in the issue, and where the issue breaks."
    }
  }
}
