Skip to content

Comments

chore: Update Public API schema#4246

Merged
HumanistSerif merged 1 commit intomainfrom
chore/sync-public-api-schema
Feb 19, 2026
Merged

chore: Update Public API schema#4246
HumanistSerif merged 1 commit intomainfrom
chore/sync-public-api-schema

Conversation

@n8n-assistant
Copy link
Contributor

@n8n-assistant n8n-assistant bot commented Feb 19, 2026

Automated update of the Public API OpenAPI YAML schema.

This PR was generated by a GitHub Action in the n8n-io/n8n-private repository.
Source commit: 7ad421f

Please review the changes and merge if appropriate.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 19, 2026

Deploying n8n-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5b62ce3
Status: ✅  Deploy successful!
Preview URL: https://ae657083.n8n-docs-d9c.pages.dev
Branch Preview URL: https://chore-sync-public-api-schema.n8n-docs-d9c.pages.dev

View logs

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@netlify
Copy link

netlify bot commented Feb 19, 2026

Deploy Preview for n8n-docs ready!

Name Link
🔨 Latest commit 5b62ce3
🔍 Latest deploy log https://app.netlify.com/projects/n8n-docs/deploys/6996f4b1e81dd10008c1e90e
😎 Deploy Preview https://deploy-preview-4246--n8n-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

No description provided.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/api/v1/openapi.yml">

<violation number="1" location="docs/api/v1/openapi.yml:440">
P2: The schema says `status` must include at least one value, but `minItems` is missing, so an empty array would still validate. Add `minItems: 1` to enforce the contract.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

- status
properties:
status:
type: array
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 19, 2026

Choose a reason for hiding this comment

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

P2: The schema says status must include at least one value, but minItems is missing, so an empty array would still validate. Add minItems: 1 to enforce the contract.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/api/v1/openapi.yml, line 440:

<comment>The schema says `status` must include at least one value, but `minItems` is missing, so an empty array would still validate. Add `minItems: 1` to enforce the contract.</comment>

<file context>
@@ -398,6 +398,87 @@ paths:
+                - status
+              properties:
+                status:
+                  type: array
+                  description: Array of execution statuses to stop. Must include at least one status.
+                  items:
</file context>
Suggested change
type: array
type: array
minItems: 1
Fix with Cubic

@HumanistSerif HumanistSerif merged commit ddf4125 into main Feb 19, 2026
8 of 9 checks passed
@HumanistSerif HumanistSerif deleted the chore/sync-public-api-schema branch February 19, 2026 14:07
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