{
"type": "object",
"required": [
"goveeApiKey",
"goveeDeviceId",
"goveeSku"
],
"properties": {
"goveeSku": {
"type": "string",
"description": "The SKU for the Govee device."
},
"goveeApiKey": {
"type": "string",
"description": "The API key for the Govee API."
},
"goveeDeviceId": {
"type": "string",
"description": "The device ID for the Govee device."
}
}
}