feat: add delay property to pagination JSON schema#353
Open
Simone Moglianesi @make.com (SM0gMaker) wants to merge 1 commit into
Open
feat: add delay property to pagination JSON schema#353Simone Moglianesi @make.com (SM0gMaker) wants to merge 1 commit into
Simone Moglianesi @make.com (SM0gMaker) wants to merge 1 commit into
Conversation
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
Generated |
Copilot started reviewing on behalf of
Simone Moglianesi @make.com (SM0gMaker)
May 19, 2026 22:11
View session
There was a problem hiding this comment.
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#paginationdefinition insources.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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IEN-15365
https://make.atlassian.net/browse/IEN-15365
Description
Adds the
delayproperty (type: ["number", "string"]) to the#paginationdefinition in the Monaco JSON schema (sources.json). Mirrors the same schema change applied toimt-web-zone. Resolves "Property is not allowed" validation error in the VS Code extension forpagination.delay, which was added in IEN-14780 but the schema was never updated.Diamond
https://make.atlassian.net/browse/IEN-14780