diff --git a/syntaxes/imljson/schemas/sources.json b/syntaxes/imljson/schemas/sources.json index c769c7ad..c64ae187 100644 --- a/syntaxes/imljson/schemas/sources.json +++ b/syntaxes/imljson/schemas/sources.json @@ -286,6 +286,10 @@ "condition": { "description": "This directive specifies whether to execute the pagination request or not.", "type": ["boolean", "string"] + }, + "delay": { + "description": "Delay in milliseconds between paginated requests. Clamped to 0-30000.", + "type": ["number", "string"] } } },