{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "slide-group.schema.json",
  "title": "Slide Group",
  "type": "object",
  "description": "A named grouping of slide sets within a deck. Maps 1:1 to the Doolittle SlideGroupInput.",
  "properties": {
    "name": { "type": "string" },
    "setIds": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Ids of the slide sets that belong to this group."
    }
  }
}
