"playorPause": {
"type": "bool",
"description": "weather to play or pause Ex: pause",
}
like this, I cant do bool, so is there any way todo so, if not it might be a good feature.
"playorPause": {
"type": "bool",
"description": "weather to play or pause Ex: pause",
}
like this, I cant do bool, so is there any way todo so, if not it might be a good feature.
boolean
https://json-schema.org/understanding-json-schema/reference/type.html
The descripton would be “play” = True,
For one of two choices of your own, you should use an enum string.
also “whether”