{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://quarka.org/schema/assistant/definitions/scene.schema.json",
  "title": "Scene",
  "description": "An ordered array of steps executed top to bottom.",
  "type": "array",
  "minItems": 1,
  "items": { "$ref": "step.schema.json" }
}
