{
  "config": {
    "type": "object",
    "properties": {
      "strict": {
        "type": "boolean",
        "default": false,
        "description": "Throw an error if the OS is not supported."
      },
      "cache": {
        "type": "boolean",
        "default": true,
        "description": "Disable cache."
      }
    }
  }
}
