{
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "displayDweenLine": {
      "type": "boolean"
    }
  },
  "required": [
    "title"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}