Skip to content

feat: add delay property to pagination JSON schema#353

Open
Simone Moglianesi @make.com (SM0gMaker) wants to merge 1 commit into
masterfrom
feat/pagination-delay-schema
Open

feat: add delay property to pagination JSON schema#353
Simone Moglianesi @make.com (SM0gMaker) wants to merge 1 commit into
masterfrom
feat/pagination-delay-schema

Conversation

@SM0gMaker
Copy link
Copy Markdown

IEN-15365

https://make.atlassian.net/browse/IEN-15365

Description

Adds the delay property (type: ["number", "string"]) to the #pagination definition in the Monaco JSON schema (sources.json). Mirrors the same schema change applied to imt-web-zone. Resolves "Property is not allowed" validation error in the VS Code extension for pagination.delay, which was added in IEN-14780 but the schema was never updated.

Diamond

https://make.atlassian.net/browse/IEN-14780

Add the delay directive to the #pagination schema definition so
it is no longer flagged as "Property is not allowed". The delay
directive was added in IEN-14780 but the schema was never updated.

Ref: IEN-15365
Copilot AI review requested due to automatic review settings May 19, 2026 22:11
@github-actions
Copy link
Copy Markdown

Messages
Your PR title & description are valid

Generated 20. 5. 2026 0:11:29 GMT+2 for 1c55819

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Monaco JSON schema for IML sources to recognize pagination.delay, fixing VS Code schema validation for configs that already use this property.

Changes:

  • Adds delay (type ["number", "string"]) to the #pagination definition in sources.json.
  • Documents the intended behavior as a delay (ms) between paginated requests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants