{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "spotify": {
      "type": "object",
      "properties": {
        "licenseKey": {
          "type": "string",
          "description": "License key for Spotify plugins",
          "visibility": "secret"
        }
      },
      "required": [
        "licenseKey"
      ]
    }
  }
}
