esa-nodecg/schemas/streamDeckData.json
2024-03-13 11:26:46 +01:00

10 lines
192 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"additionalProperties": false,
"properties": {
"playerHUDTriggerType": {
"type": "string"
}
}
}