{
  "pluginAlias": "SamsungWindowAC",
  "pluginType": "platform",
  "singular": true,
  "strictValidation": false,
  "schema": {
    "type": "object",
    "properties": {
      "clientId": {
        "title": "Client ID",
        "type": "string",
        "required": true,
        "description": "Samsung SmartThings Client ID for OAuth authentication"
      },
      "clientSecret": {
        "title": "Client Secret",
        "type": "string",
        "required": true,
        "description": "Samsung SmartThings Client Secret for OAuth authentication"
      },
      "refreshToken": {
        "title": "Refresh Token",
        "type": "string",
        "required": true,
        "description": "Samsung SmartThings Refresh Token for obtaining access tokens"
      }
    }
  }
}
