{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "segmentsetting.schema.json",
  "title": "Segment Setting",
  "type": "object",
  "properties": {
    "segmentStyle": {
      "type": "string",
      "enum": [ "none", "video", "subhead_with_icon", "subhead_without_icon", "2column_largeText" ],
      "default": "none"
    }
  },
  "required": [ "segmentStyle" ],
  "additionalProperties": false
}
