{
"type": "object",
"required": [
"fluxApiToken",
"fluxApiUrl"
],
"properties": {
"fluxApiUrl": {
"type": "string",
"description": "The URL for the Flux API. Default is your deployed flux-api-worker API endpoint."
},
"fluxApiToken": {
"type": "string",
"description": "The API token for the Flux API. You can deploy your own API using https://github.com/snakeying/flux-api-worker"
}
}
}