Skip to content

Conversation

@xamde
Copy link
Collaborator

@xamde xamde commented Nov 4, 2025

This pull request explains canvas-level extensions to the OCIF specification, allowing applications to attach extension objects directly to the canvas. The main changes clarify how these extensions are represented, update the schema, and improve documentation for developers.

Copilot AI review requested due to automatic review settings November 4, 2025 06:17
Copy link

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

This PR enhances the documentation for canvas-level extensions in the OCIF v0.6.1 specification. It adds clarifying text and an example to better explain how extensions can be applied at the canvas level, similar to how they work for nodes and relations.

  • Added detailed explanation of canvas-level extensions with an example
  • Fixed table formatting inconsistencies in markdown tables
  • Added changelog entry for the v0.6.1 update

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
spec/v0.6.1-draft/spec.md Added comprehensive documentation for canvas-level extensions including example, fixed markdown table formatting, and updated changelog
spec/v0.6.1-draft/schema.json Added data property definition for canvas-level extensions

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


```json
{
"ocif": "https://spec.canvasprotocol.org/v0.6.1/schema.json",
Copy link

Copilot AI Nov 4, 2025

Choose a reason for hiding this comment

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

The ocif property value should use https://canvasprotocol.org/ocif/v0.6.1 to be consistent with other examples in the document (lines 171, 297, 307) rather than the schema URL https://spec.canvasprotocol.org/v0.6.1/schema.json.

Suggested change
"ocif": "https://spec.canvasprotocol.org/v0.6.1/schema.json",
"ocif": "https://canvasprotocol.org/ocif/v0.6.1",

Copilot uses AI. Check for mistakes.
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