{
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://example.com/root.json",
  "type": "object",
  "title": "The Root Schema",
  "description": "An explanation about the purpose of this instance.",
  "required": [
    "Authentication"
  ],
  "properties": {
    "Authentication": {
      "$id": "#/properties/Authentication",
      "type": "object",
      "title": "The Authentication Schema",
      "description": "An explanation about the purpose of this instance.",
      "default": null,
      "required": [
        "app_key",
        "app_secret"
      ],
      "properties": {
        "app_key": {
          "$id": "#/properties/Authentication/properties/app_key",
          "type": "string",
          "title": "The App_key Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "app_key"
          ],
          "pattern": "^[a-z_]+$"
        },
        "app_secret": {
          "$id": "#/properties/Authentication/properties/app_secret",
          "type": "string",
          "title": "The App_secret Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            ""
          ],
          "pattern": "^[A-Za-z0-9+/=]+$"
        }
      }
    },
    "StorageFolders": {
      "$id": "#/properties/StorageFolders",
      "type": "object",
      "title": "The Storagefolders Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "root_path": {
          "$id": "#/properties/StorageFolders/properties/root_path",
          "type": "string",
          "title": "The Root_path Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            ""
          ]
        },
        "override_path": {
          "$id": "#/properties/StorageFolders/properties/override_path",
          "type": "string",
          "title": "The Override_path Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            ""
          ]
        },
        "resources": {
          "$id": "#/properties/StorageFolders/properties/resources",
          "type": "string",
          "title": "The Resources Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res"
          ]
        },
        "maps": {
          "$id": "#/properties/StorageFolders/properties/maps",
          "type": "string",
          "title": "The Maps Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/maps"
          ]
        },
        "cache": {
          "$id": "#/properties/StorageFolders/properties/cache",
          "type": "string",
          "title": "The Cache Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/cache"
          ]
        },
        "binaries": {
          "$id": "#/properties/StorageFolders/properties/binaries",
          "type": "string",
          "title": "The Binaries Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            ""
          ]
        },
        "skin": {
          "$id": "#/properties/StorageFolders/properties/skin",
          "type": "string",
          "title": "The Skin Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/skin"
          ]
        },
        "voices": {
          "$id": "#/properties/StorageFolders/properties/voices",
          "type": "string",
          "title": "The Voices Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/voices"
          ]
        },
        "sounds": {
          "$id": "#/properties/StorageFolders/properties/sounds",
          "type": "string",
          "title": "The Sounds Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/sound"
          ]
        },
        "travelbook": {
          "$id": "#/properties/StorageFolders/properties/travelbook",
          "type": "string",
          "title": "The Travelbook Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/travelbook"
          ]
        },
        "driversbehavior": {
          "$id": "#/properties/StorageFolders/properties/driversbehavior",
          "type": "string",
          "title": "The Driversbehavior Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "@ROOT_SYGIC_SDK_SOURCES_PATH@/res/driversbehavior"
          ]
        }
      }
    },
    "Server": {
      "$id": "#/properties/Server",
      "type": "object",
      "title": "The Server Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "is_on_server": {
          "$id": "#/properties/Server/properties/is_on_server",
          "type": "boolean",
          "title": "The Is_on_server Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        }
      }
    },
    "MapReaderSettings": {
      "$id": "#/properties/MapReaderSettings",
      "type": "object",
      "title": "The Mapreadersettings Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "file_handling": {
          "$id": "#/properties/MapReaderSettings/properties/file_handling",
          "type": "string",
          "title": "The File_handling Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "Compressed",
          "examples": [
            "Compressed"
          ]
        },
        "startup_poi_provider": {
          "$id": "#/properties/MapReaderSettings/properties/startup_poi_provider",
          "type": "string",
          "enum": [
            "SygicPoi",
            "SygicPlaces"
          ],
          "title": "The Startup_poi_provider Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "SygicPoi",
          "examples": [
            "SygicPoi"
          ]
        }
      }
    },
    "Online": {
      "$id": "#/properties/Online",
      "type": "object",
      "title": "The Online Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "General": {
          "$id": "#/properties/Online/properties/General",
          "type": "object",
          "title": "The General Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "network_access_enabled": {
              "$id": "#/properties/Online/properties/General/properties/network_access_enabled",
              "type": "boolean",
              "title": "The Network_access_enabled Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": false,
              "examples": [
                true
              ]
            }
          }
        },
        "SSOSession": {
          "$id": "#/properties/Online/properties/SSOSession",
          "type": "object",
          "title": "The Ssosession Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "server_url": {
              "$id": "#/properties/Online/properties/SSOSession/properties/server_url",
              "type": "string",
              "title": "The Server_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                "@AUTH_SERVER_URL@"
              ],
              "readOnly": true
            }
          }
        },
        "ProductServer": {
          "$id": "#/properties/Online/properties/ProductServer",
          "type": "object",
          "title": "The Productserver Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "connect_url": {
              "$id": "#/properties/Online/properties/ProductServer/properties/connect_url",
              "type": "string",
              "title": "The Connect_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "@PRODUCT_SERVER_URL@",
              "examples": [
                "@PRODUCT_SERVER_URL@"
              ],
              "readOnly": true
            },
            "ids": {
              "$id": "#/properties/Online/properties/ProductServer/properties/ids",
              "type": "object",
              "title": "The Ids Schema",
              "description": "An explanation about the purpose of this instance.",
              "properties": {
                "AllMaps": {
                  "$id": "#/properties/Online/properties/ProductServer/properties/ids/properties/AllMaps",
                  "type": "string",
                  "title": "The Allmaps Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "",
                  "examples": [
                    ""
                  ]
                },
                "AllVoices": {
                  "$id": "#/properties/Online/properties/ProductServer/properties/ids/properties/AllVoices",
                  "type": "string",
                  "title": "The Allvoices Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "",
                  "examples": [
                    "manage-voices-nontts"
                  ]
                },
                "MapContinents": {
                  "$id": "#/properties/Online/properties/ProductServer/properties/ids/properties/MapContinents",
                  "type": "string",
                  "title": "The Mapcontinents Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "",
                  "examples": [
                    "manage-maps"
                  ]
                }
              }
            }
          }
        },
        "Routing": {
          "$id": "#/properties/Online/properties/Routing",
          "type": "object",
          "title": "The Routing Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "url": {
              "$id": "#/properties/Online/properties/Routing/properties/url",
              "type": "string",
              "title": "The Url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://directions.api.sygic.com/v2/api/directions",
              "examples": [
                "https://directions.api.sygic.com/v2/api/directions"
              ]
            },
            "api_key": {
              "$id": "#/properties/Online/properties/Routing/properties/api_key",
              "type": "string",
              "title": "The Api_key Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            }
          }
        },
        "Search": {
          "$id": "#/properties/Online/properties/Search",
          "type": "object",
          "title": "The Search Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "search_url": {
              "$id": "#/properties/Online/properties/Search/properties/search_url",
              "type": "string",
              "title": "The Search_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://search.api.sygic.com/v0/api/autocomplete",
              "examples": [
                "https://search.api.sygic.com/v0/api/autocomplete"
              ]
            },
            "detail_url": {
              "$id": "#/properties/Online/properties/Search/properties/detail_url",
              "type": "string",
              "title": "The Detail_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://search.api.sygic.com/v0/api/autocomplete/details",
              "examples": [
                "https://search.api.sygic.com/v0/api/autocomplete/details"
              ]
            },
            "places_search_url": {
              "$id": "#/properties/Online/properties/Search/properties/places_search_url",
              "type": "string",
              "title": "The Places_search_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://search.api.sygic.com/v0/api/places",
              "examples": [
                "https://search.api.sygic.com/v0/api/places"
              ]
            },
            "places_detail_url": {
              "$id": "#/properties/Online/properties/Search/properties/places_detail_url",
              "type": "string",
              "title": "The Places_detail_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://search.api.sygic.com/v0/api/places/details",
              "examples": [
                "https://search.api.sygic.com/v0/api/places/details"
              ]
            }
          }
        },
        "Places": {
          "$id": "#/properties/Places",
          "type": "object",
          "title": "The Places Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "api_url": {
              "$id": "#/properties/Places/properties/api_url",
              "type": "string",
              "title": "The Api_url Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "https://api.sygictravelapi.com",
              "examples": [
                  "https://api.sygictravelapi.com"
              ]
            }
          }
        }
      }
    },
    "SpeedCameras": {
      "$id": "#/properties/SpeedCameras",
      "type": "object",
      "title": "The Speedcameras Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "speed_cameras_url": {
          "$id": "#/properties/SpeedCameras/properties/speed_cameras_url",
          "type": "string",
          "title": "The Speed_cameras_url Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "https://cdn-osc.sygic.com/offlinespeedcams/v2/offlinespeedcams.sqlite",
          "examples": [
            "https://cdn-osc.sygic.com/offlinespeedcams/v2/offlinespeedcams.sqlite"
          ]
        },
        "check_interval": {
          "$id": "#/properties/SpeedCameras/properties/check_interval",
          "type": "integer",
          "title": "The Check_interval Schema",
          "description": "Check interval in seconds",
          "default": 86400,
          "examples": [
            86400
          ],
          "minimum": 1.0
        }
      }
    },
    "Incidents": {
      "$id": "#/properties/Incidents",
      "type": "object",
      "title": "The Incidents Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "api_url": {
          "$id": "#/properties/Incidents/properties/api_url",
          "type": "string",
          "title": "The Api_url Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "https://incidents.platform.sygic.com",
          "examples": [
            "https://incidents.platform.sygic.com"
          ]
        },
        "update_interval": {
          "$id": "#/properties/Incidents/properties/update_interval",
          "type": "integer",
          "title": "The Update_interval Schema",
          "description": "Update interval in seconds",
          "default": 300,
          "examples": [
            300
          ],
          "minimum": 1.0
        }
      }
    },
    "Routing": {
      "$id": "#/properties/Routing",
      "type": "object",
      "title": "The Routing Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "debug_mode": {
          "$id": "#/properties/Routing/properties/debug_mode",
          "type": "string",
          "enum": [
            "DRDisabled",
            "????"
          ],
          "title": "The Debug_mode Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "DRDisabled",
          "examples": [
            "DRDisabled"
          ]
        },
        "route_compute_type": {
          "$id": "#/properties/Routing/properties/route_compute_type",
          "type": "string",
          "enum": [
            "Fastest",
            "Shortest"
          ],
          "title": "The Route_compute_type Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "Fastest",
          "examples": [
            "Fastest"
          ]
        },
        "vehicle": {
          "$id": "#/properties/Routing/properties/vehicle",
          "type": "string",
          "enum": [
            "Car",
            "Truck",
            "?????"
          ],
          "title": "The Vehicle Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "Car"
          ]
        },
        "service": {
          "$id": "#/properties/Routing/properties/service",
          "type": "string",
          "title": "The Service Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "Automatic"
          ]
        },
        "fuel_type": {
          "$id": "#/properties/Routing/properties/fuel_type",
          "type": "string",
          "title": "The Fuel_type Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "",
          "examples": [
            "Diesel"
          ]
        },
        "vehicle_max_speed": {
          "$id": "#/properties/Routing/properties/vehicle_max_speed",
          "type": "integer",
          "title": "The Vehicle_max_speed Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 130,
          "examples": [
            130
          ],
          "minimum": 0.0
        },
        "NAP_setup": {
          "$id": "#/properties/Routing/properties/NAP_setup",
          "type": "string",
          "enum": [
            "AllPoints"
          ],
          "title": "The Nap_setup Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "AllPoints",
          "examples": [
            "AllPoints"
          ]
        },
        "NAP_strategy": {
          "$id": "#/properties/Routing/properties/NAP_strategy",
          "type": "string",
          "enum": [
            "ChangeWaypointTargetRoads"
          ],
          "title": "The Nap_strategy Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "ChangeWaypointTargetRoads",
          "examples": [
            "ChangeWaypointTargetRoads"
          ]
        },
        "recompute_distance": {
          "$id": "#/properties/Routing/properties/recompute_distance",
          "type": "integer",
          "title": "The Recompute_distance Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 0,
          "examples": [
            0
          ],
          "minimum": 0.0
        },
        "load_restrictions": {
          "$id": "#/properties/Routing/properties/load_restrictions",
          "type": "integer",
          "title": "The Load_restrictions Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 0,
          "examples": [
            0
          ],
          "minimum": 0.0
        },
        "trailers": {
          "$id": "#/properties/Routing/properties/trailers",
          "type": "integer",
          "title": "The Trailers Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 0,
          "examples": [
            0
          ],
          "minimum": 0.0
        },
        "trailer_axels": {
          "$id": "#/properties/Routing/properties/trailer_axels",
          "type": "integer",
          "title": "The Trailer_axels Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 0,
          "examples": [
            0
          ],
          "minimum": 0.0
        },
        "vehicle_axels": {
          "$id": "#/properties/Routing/properties/vehicle_axels",
          "type": "integer",
          "title": "The Vehicle_axels Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 2,
          "examples": [
            2
          ],
          "minimum": 0.0
        },
        "max_u_turn_len": {
          "$id": "#/properties/Routing/properties/max_u_turn_len",
          "type": "integer",
          "title": "The Max_u_turn_len Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": 500,
          "examples": [
            500
          ],
          "minimum": 0.0
        },
        "magnetic_compute": {
          "$id": "#/properties/Routing/properties/magnetic_compute",
          "type": "boolean",
          "title": "The Magnetic_compute Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "truck_in_map": {
          "$id": "#/properties/Routing/properties/truck_in_map",
          "type": "boolean",
          "title": "The Truck_in_map Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "avoid_parkways": {
          "$id": "#/properties/Routing/properties/avoid_parkways",
          "type": "boolean",
          "title": "The Avoid_parkways Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "arrive_in_direction": {
          "$id": "#/properties/Routing/properties/arrive_in_direction",
          "type": "boolean",
          "title": "The Arrive_in_direction Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "generate_extended_info": {
          "$id": "#/properties/Routing/properties/generate_extended_info",
          "type": "boolean",
          "title": "The Generate_extended_info Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "enable_NAP": {
          "$id": "#/properties/Routing/properties/enable_NAP",
          "type": "boolean",
          "title": "The Enable_nap Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "tunnelB": {
          "$id": "#/properties/Routing/properties/tunnelB",
          "type": "string",
          "enum": [
            "Unknown"
          ],
          "title": "The Tunnelb Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": "Unknown",
          "examples": [
            "Unknown"
          ]
        },
        "compute_alternatives": {
          "$id": "#/properties/Routing/properties/compute_alternatives",
          "type": "boolean",
          "title": "The Compute_alternatives Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "avoid_toll_roads": {
          "$id": "#/properties/Routing/properties/avoid_toll_roads",
          "type": "boolean",
          "title": "The Avoid_toll_roads Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "avoid_motorways": {
          "$id": "#/properties/Routing/properties/avoid_motorways",
          "type": "boolean",
          "title": "The Avoid_motorways Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "avoid_special_areas": {
          "$id": "#/properties/Routing/properties/avoid_special_areas",
          "type": "boolean",
          "title": "The Avoid_special_areas Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "avoid_unpaved_roads": {
          "$id": "#/properties/Routing/properties/avoid_unpaved_roads",
          "type": "boolean",
          "title": "The Avoid_unpaved_roads Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "avoid_ferries": {
          "$id": "#/properties/Routing/properties/avoid_ferries",
          "type": "boolean",
          "title": "The Avoid_ferries Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "force_offline": {
          "$id": "#/properties/Routing/properties/force_offline",
          "type": "boolean",
          "title": "The Force_offline Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            false
          ]
        },
        "speed_profiles": {
          "$id": "#/properties/Routing/properties/speed_profiles",
          "type": "boolean",
          "title": "The Speed_profiles Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "use_traffic": {
          "$id": "#/properties/Routing/properties/use_traffic",
          "type": "boolean",
          "title": "The Use_traffic Schema",
          "description": "An explanation about the purpose of this instance.",
          "default": false,
          "examples": [
            true
          ]
        },
        "vehicle_restrictions": {
          "$id": "#/properties/Routing/properties/vehicle_restrictions",
          "type": "array",
          "title": "The Vehicle_restrictions Schema",
          "description": "An explanation about the purpose of this instance.",
          "items": {
            "$id": "#/properties/Routing/properties/vehicle_restrictions/items",
            "type": "array",
            "title": "The Items Schema",
            "description": "An explanation about the purpose of this instance.",
            "default": "[10000, 5000, 0, 0, 0, 0, 10000, 0, 0, 0]"
          }
        },
        "turn_preference_setting": {
          "$id": "#/properties/Routing/properties/turn_preference_setting",
          "type": "object",
          "title": "The Turn_preference_setting Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "turn_preference": {
              "$id": "#/properties/Routing/properties/turn_preference_setting/properties/turn_preference",
              "type": "string",
              "enum": [
                "AdjacentRoadTurn"
              ],
              "title": "The Turn_preference Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "AdjacentRoadTurn",
              "examples": [
                "AdjacentRoadTurn"
              ]
            },
            "turn_penalty": {
              "$id": "#/properties/Routing/properties/turn_preference_setting/properties/turn_penalty",
              "type": "integer",
              "title": "The Turn_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0.0
            }
          }
        }
      }
    },
    "Navigation": {
      "$id": "#/properties/Navigation",
      "type": "object",
      "title": "The Navigation Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "WarningSettings": {
          "$id": "#/properties/Navigation/properties/WarningSettings",
          "type": "object",
          "title": "The Warningsettings Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "por_categories": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/por_categories",
              "type": "object",
              "title": "The Por_categories Schema",
              "description": "An explanation about the purpose of this instance.",
              "properties": {
                "data": {
                  "$id": "#/properties/Navigation/properties/WarningSettings/properties/por_categories/properties/data",
                  "type": "array",
                  "title": "The Data Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "items": {
                    "$id": "#/properties/Navigation/properties/WarningSettings/properties/por_categories/properties/data/items",
                    "type": "array",
                    "title": "The Items Schema",
                    "description": "An explanation about the purpose of this instance.",
                    "default": "",
                    "examples": [
                      "Rest_Area",
                      "Petrol_Station"
                    ]
                  }
                }
              }
            },
            "por_max_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/por_max_distance",
              "type": "integer",
              "title": "The Por_max_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 200000,
              "examples": [
                200000
              ],
              "minimum": 0.0
            },
            "por_max_count": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/por_max_count",
              "type": "integer",
              "title": "The Por_max_count Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 20,
              "examples": [
                20
              ],
              "minimum": 0.0
            },
            "pois_categories": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/pois_categories",
              "type": "object",
              "title": "The Pois_categories Schema",
              "description": "An explanation about the purpose of this instance.",
              "properties": {
                "data": {
                  "$id": "#/properties/Navigation/properties/WarningSettings/properties/pois_categories/properties/data",
                  "type": "array",
                  "title": "The Data Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "items": {
                    "$id": "#/properties/Navigation/properties/WarningSettings/properties/pois_categories/properties/data/items",
                    "type": "array",
                    "title": "The Items Schema",
                    "description": "An explanation about the purpose of this instance.",
                    "default": "[\"School\", \"Kindergarten\"]"
                  }
                }
              }
            },
            "pois_max_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/pois_max_distance",
              "type": "integer",
              "title": "The Pois_max_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 200,
              "examples": [
                200
              ],
              "minimum": 0.0
            },
            "next_direction_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/next_direction_distance",
              "type": "integer",
              "title": "The Next_direction_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 300,
              "examples": [
                300
              ],
              "minimum": 0.0
            },
            "speed_limit_city": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/speed_limit_city",
              "type": "integer",
              "title": "The Speed_limit_city Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 10,
              "examples": [
                10
              ],
              "minimum": 0.0
            },
            "speed_limit": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/speed_limit",
              "type": "integer",
              "title": "The Speed_limit Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 10,
              "examples": [
                10
              ],
              "minimum": 0.0
            },
            "speed_limit_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/speed_limit_distance",
              "type": "integer",
              "title": "The Speed_limit_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1000,
              "examples": [
                1000
              ],
              "minimum": 0.0
            },
            "speed_limit_distance_city": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/speed_limit_distance_city",
              "type": "integer",
              "title": "The Speed_limit_distance_city Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 200,
              "examples": [
                200
              ],
              "minimum": 0.0
            },
            "radar_warn_distance_city": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/radar_warn_distance_city",
              "type": "integer",
              "title": "The Radar_warn_distance_city Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 300,
              "examples": [
                300
              ],
              "minimum": 0.0
            },
            "radar_warn_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/radar_warn_distance",
              "type": "integer",
              "title": "The Radar_warn_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1000,
              "examples": [
                1000
              ],
              "minimum": 0.0
            },
            "warn_rail_distance": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/warn_rail_distance",
              "type": "integer",
              "title": "The Warn_rail_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 200,
              "examples": [
                200
              ],
              "minimum": 0.0
            },
            "truck_total_weight": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/truck_total_weight",
              "type": "integer",
              "title": "The Truck_total_weight Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0.0
            },
            "truck_hazmat_load": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/truck_hazmat_load",
              "type": "integer",
              "title": "The Truck_hazmat_load Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0.0
            },
            "is_truck": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/is_truck",
              "type": "boolean",
              "title": "The Is_truck Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": false,
              "examples": [
                false
              ]
            },
            "truck_max_speed": {
              "$id": "#/properties/Navigation/properties/WarningSettings/properties/truck_max_speed",
              "type": "integer",
              "title": "The Truck_max_speed Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0.0
            }
          }
        }
      }
    },
    "DriversBehavior": {
      "$id": "#/properties/DriversBehavior",
      "type": "object",
      "title": "The Driversbehavior Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "AnalyzerSettings": {
          "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings",
          "type": "object",
          "title": "The Analyzersettings Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "acceleration_speed_delta": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/acceleration_speed_delta",
              "type": "integer",
              "title": "The Acceleration_speed_delta Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 13,
              "examples": [
                13
              ],
              "minimum": 0.0
            },
            "deceleration_speed_delta": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/deceleration_speed_delta",
              "type": "integer",
              "title": "The Deceleration_speed_delta Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 13,
              "examples": [
                13
              ],
              "minimum": 0.0
            },
            "continuous_time_duration": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/continuous_time_duration",
              "type": "integer",
              "title": "The Continuous_time_duration Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 2,
              "examples": [
                2
              ],
              "minimum": 0.0
            },
            "min_location_accuracy": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/min_location_accuracy",
              "type": "integer",
              "title": "The Min_location_accuracy Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 12,
              "examples": [
                12
              ],
              "minimum": 0.0
            },
            "min_curving_distance": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/min_curving_distance",
              "type": "integer",
              "title": "The Min_curving_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 3,
              "examples": [
                3
              ],
              "minimum": 0.0
            },
            "max_curving_distance": {
              "$id": "#/properties/DriversBehavior/properties/AnalyzerSettings/properties/max_curving_distance",
              "type": "integer",
              "title": "The Max_curving_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 100,
              "examples": [
                100
              ],
              "minimum": 0.0
            }
          }
        },
        "SplitterSettings": {
          "$id": "#/properties/DriversBehavior/properties/SplitterSettings",
          "type": "object",
          "title": "The Splittersettings Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "trip_auto_end": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/trip_auto_end",
              "type": "boolean",
              "title": "The Trip_auto_end Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": false,
              "examples": [
                false
              ]
            },
            "trip_auto_start": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/trip_auto_start",
              "type": "boolean",
              "title": "The Trip_auto_start Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": false,
              "examples": [
                false
              ]
            },
            "trip_map_match": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/trip_map_match",
              "type": "boolean",
              "title": "The Trip_map_match Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": false,
              "examples": [
                false
              ]
            },
            "trip_end_check_duration": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/trip_end_check_duration",
              "type": "integer",
              "title": "The Trip_end_check_duration Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 300,
              "examples": [
                300
              ],
              "minimum": 0.0
            },
            "trip_start_check_duration": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/trip_start_check_duration",
              "type": "integer",
              "title": "The Trip_start_check_duration Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 5,
              "examples": [
                5
              ],
              "minimum": 0.0
            },
            "min_car_speed": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/min_car_speed",
              "type": "integer",
              "title": "The Min_car_speed Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 15,
              "examples": [
                15
              ],
              "minimum": 0.0
            },
            "max_walk_speed": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/max_walk_speed",
              "type": "integer",
              "title": "The Max_walk_speed Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 7,
              "examples": [
                7
              ],
              "minimum": 0.0
            },
            "new_trip_distance": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/new_trip_distance",
              "type": "integer",
              "title": "The New_trip_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1000,
              "examples": [
                1000
              ],
              "minimum": 0.0
            },
            "new_trip_duration": {
              "$id": "#/properties/DriversBehavior/properties/SplitterSettings/properties/new_trip_duration",
              "type": "integer",
              "title": "The New_trip_duration Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 600,
              "examples": [
                600
              ],
              "minimum": 0.0
            }
          }
        },
        "ScoringSettings": {
          "$id": "#/properties/DriversBehavior/properties/ScoringSettings",
          "type": "object",
          "title": "The Scoringsettings Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "distance_unit": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/distance_unit",
              "type": "integer",
              "title": "The Distance_unit Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 5000,
              "examples": [
                5000
              ]
            },
            "model_type": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/model_type",
              "type": "string",
              "enum": [
                "Simple"
              ],
              "title": "The Model_type Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "Simple",
              "examples": [
                "Simple"
              ]
            },
            "acceleration_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/acceleration_penalty",
              "type": "number",
              "title": "The Acceleration_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.03,
              "examples": [
                0.03
              ],
              "minimum": 0
            },
            "deceleration_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/deceleration_penalty",
              "type": "number",
              "title": "The Deceleration_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.03,
              "examples": [
                0.03
              ],
              "minimum": 0
            },
            "curving_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/curving_penalty",
              "type": "number",
              "title": "The Curving_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.03,
              "examples": [
                0.03
              ],
              "minimum": 0
            },
            "speeding_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/speeding_penalty",
              "type": "number",
              "title": "The Speeding_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.01,
              "examples": [
                0.01
              ],
              "minimum": 0
            },
            "distraction_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/distraction_penalty",
              "type": "number",
              "title": "The Distraction_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.05,
              "examples": [
                0.05
              ],
              "minimum": 0
            },
            "peak_driving_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/peak_driving_penalty",
              "type": "number",
              "title": "The Peak_driving_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.04,
              "examples": [
                0.04
              ],
              "minimum": 0
            },
            "urban_driving_penalty": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/urban_driving_penalty",
              "type": "number",
              "title": "The Urban_driving_penalty Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0.04,
              "examples": [
                0.04
              ],
              "minimum": 0
            },
            "acceleration_severity_medium": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/acceleration_severity_medium",
              "type": "number",
              "title": "The Acceleration_severity_medium Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.1,
              "examples": [
                1.1
              ],
              "minimum": 0
            },
            "deceleration_severity_medium": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/deceleration_severity_medium",
              "type": "number",
              "title": "The Deceleration_severity_medium Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.1,
              "examples": [
                1.1
              ],
              "minimum": 0
            },
            "curving_severity_medium": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/curving_severity_medium",
              "type": "number",
              "title": "The Curving_severity_medium Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                1.1
              ],
              "minimum": 0
            },
            "speeding_severity_medium": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/speeding_severity_medium",
              "type": "number",
              "title": "The Speeding_severity_medium Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.1,
              "examples": [
                1.1
              ],
              "minimum": 0
            },
            "acceleration_severity_high": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/acceleration_severity_high",
              "type": "number",
              "title": "The Acceleration_severity_high Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.3,
              "examples": [
                1.3
              ],
              "minimum": 0
            },
            "deceleration_severity_high": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/deceleration_severity_high",
              "type": "number",
              "title": "The Deceleration_severity_high Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.3,
              "examples": [
                1.3
              ],
              "minimum": 0
            },
            "curving_severity_high": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/curving_severity_high",
              "type": "number",
              "title": "The Curving_severity_high Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.3,
              "examples": [
                1.3
              ],
              "minimum": 0
            },
            "speeding_severity_high": {
              "$id": "#/properties/DriversBehavior/properties/ScoringSettings/properties/speeding_severity_high",
              "type": "number",
              "title": "The Speeding_severity_high Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1.3,
              "examples": [
                1.3
              ],
              "minimum": 0
            }
          }
        }
      }
    },
    "Audio": {
      "$id": "#/properties/Audio",
      "type": "object",
      "title": "The Audio Schema",
      "description": "An explanation about the purpose of this instance.",
      "properties": {
        "SoundSettings": {
          "$id": "#/properties/Audio/properties/SoundSettings",
          "type": "object",
          "title": "The Soundsettings Schema",
          "description": "An explanation about the purpose of this instance.",
          "properties": {
            "speedcam_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/speedcam_flag",
              "type": "integer",
              "title": "The Speedcam_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 6,
              "examples": [
                6
              ],
              "minimum": 0
            },
            "speedcam_warn_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/speedcam_warn_sound",
              "type": "string",
              "title": "The Speedcam_warn_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "elevator.ogg",
              "examples": [
                "elevator.ogg"
              ]
            },
            "tts_speedcam_warn_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_speedcam_warn_text",
              "type": "string",
              "title": "The Tts_speedcam_warn_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "danger_turn_type_easy": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/danger_turn_type_easy",
              "type": "integer",
              "title": "The Danger_turn_type_easy Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 20,
              "examples": [
                20
              ],
              "minimum": 0
            },
            "danger_turn_type_medium": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/danger_turn_type_medium",
              "type": "integer",
              "title": "The Danger_turn_type_medium Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 30,
              "examples": [
                50
              ],
              "minimum": 0
            },
            "danger_turn_type_hard": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/danger_turn_type_hard",
              "type": "integer",
              "title": "The Danger_turn_type_hard Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                70
              ],
              "minimum": 0
            },
            "danger_turn_notif_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/danger_turn_notif_flag",
              "type": "integer",
              "title": "The Danger_turn_notif_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                6
              ],
              "minimum": 0
            },
            "danger_turn_notif_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/danger_turn_notif_sound",
              "type": "string",
              "title": "The Danger_turn_notif_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                "caramel.ogg"
              ]
            },
            "tts_danger_turn_notif_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_danger_turn_notif_text",
              "type": "string",
              "title": "The Tts_danger_turn_notif_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "speed_limit_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/speed_limit_flag",
              "type": "integer",
              "title": "The Speed_limit_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0
            },
            "speed_limit_warn_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/speed_limit_warn_sound",
              "type": "string",
              "title": "The Speed_limit_warn_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "pulsar.ogg",
              "examples": [
                "pulsar.ogg"
              ]
            },
            "tts_speed_limit_warn_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_speed_limit_warn_text",
              "type": "string",
              "title": "The Tts_speed_limit_warn_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "warn_near_rail_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/warn_near_rail_flag",
              "type": "integer",
              "title": "The Warn_near_rail_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                7
              ],
              "minimum": 0
            },
            "warn_near_rail_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/warn_near_rail_sound",
              "type": "string",
              "title": "The Warn_near_rail_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "whale.ogg",
              "examples": [
                "whale.ogg"
              ]
            },
            "tts_warn_near_rail_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_warn_near_rail_text",
              "type": "string",
              "title": "The Tts_warn_near_rail_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "traffic_notif_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/traffic_notif_flag",
              "type": "integer",
              "title": "The Traffic_notif_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 6,
              "examples": [
                6
              ]
            },
            "traffic_notif_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/traffic_notif_sound",
              "type": "string",
              "title": "The Traffic_notif_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "tts_traffic_notif_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_traffic_notif_text",
              "type": "string",
              "title": "The Tts_traffic_notif_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "scout_route_notif_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/scout_route_notif_flag",
              "type": "integer",
              "title": "The Scout_route_notif_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 6,
              "examples": [
                6
              ],
              "minimum": 0
            },
            "scout_route_notif_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/scout_route_notif_sound",
              "type": "string",
              "title": "The Scout_route_notif_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "mushrooms.ogg",
              "examples": [
                "mushrooms.ogg"
              ]
            },
            "tts_scout_route_notif_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_scout_route_notif_text",
              "type": "string",
              "title": "The Tts_scout_route_notif_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "last_mile_notif_flag": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/last_mile_notif_flag",
              "type": "integer",
              "title": "The Last_mile_notif_flag Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 0,
              "examples": [
                0
              ],
              "minimum": 0
            },
            "last_mile_notif_sound": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/last_mile_notif_sound",
              "type": "string",
              "title": "The Last_mile_notif_sound Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "neutrino.ogg",
              "examples": [
                "neutrino.ogg"
              ]
            },
            "tts_last_mile_notif_text": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/tts_last_mile_notif_text",
              "type": "string",
              "title": "The Tts_last_mile_notif_text Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "",
              "examples": [
                ""
              ]
            },
            "units": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/units",
              "type": "string",
              "enum": [
                "UnitsKilometers",
                "UnitsMiles"
              ],
              "title": "The Units Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": "UnitsKilometers",
              "examples": [
                "UnitsKilometers"
              ]
            },
            "immediately_distance": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/immediately_distance",
              "type": "integer",
              "title": "The Immediately_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 80,
              "examples": [
                80
              ],
              "minimum": 0
            },
            "go_along_distance": {
              "$id": "#/properties/Audio/properties/SoundSettings/properties/go_along_distance",
              "type": "integer",
              "title": "The Go_along_distance Schema",
              "description": "An explanation about the purpose of this instance.",
              "default": 1000,
              "examples": [
                1000
              ],
              "minimum": 0
            }
          }
        }
      }
    },
    "Logging": {
      "$id": "#/properties/Logging",
      "type": "array",
      "title": "The Logging Schema",
      "description": "An explanation about the purpose of this instance.",
      "items": {
        "$id": "#/properties/Logging/items",
        "type": "object",
        "title": "The Items Schema",
        "description": "An explanation about the purpose of this instance.",
        "properties": {
          "name": {
            "$id": "#/properties/Logging/items/properties/name",
            "type": "string",
            "title": "The Name Schema",
            "description": "An explanation about the purpose of this instance.",
            "default": "global",
            "examples": [
              "global"
            ]
          },
          "classpath": {
            "$id": "#/properties/Logging/items/properties/classpath",
            "type": "string",
            "title": "The Classpath Schema",
            "description": "An explanation about the purpose of this instance.",
            "default": "",
            "examples": [
              ""
            ]
          },
          "appenders": {
            "$id": "#/properties/Logging/items/properties/appenders",
            "type": "array",
            "title": "The Appenders Schema",
            "description": "An explanation about the purpose of this instance.",
            "items": {
              "$id": "#/properties/Logging/items/properties/appenders/items",
              "type": "object",
              "title": "The Items Schema",
              "description": "An explanation about the purpose of this instance.",
              "properties": {
                "class": {
                  "$id": "#/properties/Logging/items/properties/appenders/items/properties/class",
                  "type": "string",
                  "enum": [
                    "CConsoleAppender",
                    "CScreenAppender",
                    "CFileAppender",
                    "CSocketAppender",
                    "TelemetryAppender",
                    "DiagnosticsAppender"
                  ],
                  "title": "The Class Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": null,
                  "examples": [
                    "CConsoleAppender"
                  ]
                },
                "format": {
                  "$id": "#/properties/Logging/items/properties/appenders/items/properties/format",
                  "type": "string",
                  "title": "The Format Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "%levshort %datetime %msg\n",
                  "examples": [
                    "%levshort %datetime %msg\n"
                  ]
                },
                "level": {
                  "$id": "#/properties/Logging/items/properties/appenders/items/properties/level",
                  "type": "string",
                  "enum": [
                    "trace",
                    "debug",
                    "info",
                    "procedurecall",
                    "metrics",
                    "warn",
                    "error"
                  ],
                  "title": "The Level Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "debug",
                  "examples": [
                    "debug"
                  ]
                },
                "time": {
                  "$id": "#/properties/Logging/items/properties/appenders/items/properties/time",
                  "type": "string",
                  "title": "The Time Schema",
                  "description": "An explanation about the purpose of this instance.",
                  "default": "%FT%T%z",
                  "examples": [
                    "%FT%T%z"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}