We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e72141 commit 4b518ebCopy full SHA for 4b518eb
compiler/tools/fpp-to-dict/test/dictionary.schema.json
@@ -407,7 +407,26 @@
407
"type": "string"
408
},
409
"throttle": {
410
- "type": "number"
+ "type": "object",
411
+ "properties": {
412
+ "count": {
413
+ "type": "integer",
414
+ "minimum": 1
415
+ },
416
+ "interval": {
417
418
419
+ "seconds": {
420
421
+ "minimum": 0
422
423
+ "useconds": {
424
425
426
+ }
427
428
429
430
}
431
432
"required": [
@@ -568,4 +587,4 @@
568
587
569
588
570
589
571
-}
590
+}
0 commit comments