{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "setting.schema.json",
  "title": "Setting",
  "type": "object",
  "properties": {
    "pageSetting": {
      "$ref": "segmentsetting.schema.json"
    }
  },
  "required": [ "pageSetting" ],
  "additionalProperties": false
}
