{
  "schemaVersion": "0.5-structured-scene",
  "sceneId": "baseline-structured-demo",
  "status": "structured-preprocess-preview",
  "sourceAsset": "./source.mp4",
  "assetPackage": "./asset-package.json",
  "stateDefinition": [
    {
      "id": "timeline",
      "type": "continuous",
      "min": 0,
      "max": 1,
      "default": 0.5
    },
    {
      "id": "overlay",
      "type": "categorical",
      "default": "video",
      "values": [
        "video",
        "headMask",
        "bodyMask",
        "skeleton"
      ]
    }
  ],
  "notes": [
    "This is a preprocessed structured scene package.",
    "Masks, simplified skeleton and S0/S1/S2 summaries are available."
  ]
}