{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "BlockTinting" : {
      "type" : "object",
      "properties" : {
        "fixBlockTinting" : {
          "type" : "boolean",
          "description" : "Partly fixes the block tinting issue with blocks on ships"
        }
      },
      "additionalProperties" : false
    },
    "Tooltip" : {
      "type" : "object",
      "properties" : {
        "massTooltipVisibility" : {
          "type" : "string",
          "enum" : [ "ALWAYS", "ADVANCED", "DISABLED" ],
          "description" : "Set when the Mass Tooltip is Visible"
        },
        "useImperialUnits" : {
          "type" : "boolean",
          "description" : "Use Imperial Units to show Mass"
        }
      },
      "additionalProperties" : false
    },
    "recommendSlugsInMcCommands" : {
      "type" : "boolean",
      "description" : "Recommend ship slugs in mc commands where player names could be used ex. /tp ship-name wich could pollute user autocomplete"
    },
    "renderDebugText" : {
      "type" : "boolean",
      "description" : "Renders the VS2 debug HUD with TPS"
    },
    "$schema" : {
      "type" : "string"
    }
  },
  "additionalProperties" : false
}