{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "cachePath": {
      "type": "string",
      "description": "The folder where the cloudpack cache will be stored. If unset, the default cache folder at `os.homedir()/.cloudpack` will be used."
    },
    "$schema": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "description": "User preferences. Intended to be used to override non-application-specific defaults set by Cloudpack.",
  "definitions": {}
}