Skip to content

Commit 7a2e969

Browse files
author
Motalleb Fallahnezhad
committed
docs: added examples
1 parent 6761f42 commit 7a2e969

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
},
4141
"debounce": {
4242
"type": "string",
43-
"description": "Debounce duration. Every new event is dispatched immediately, and an event is guaranteed after the debounce interval elapses."
43+
"description": "Debounce duration. Every new event is dispatched immediately, and an event is guaranteed after the debounce interval elapses.",
44+
"examples": [
45+
"1s",
46+
"10m"
47+
]
4448
},
4549
"tasks": {
4650
"type": "array",

0 commit comments

Comments
 (0)