Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/documentation/core-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ up-to-date list.

Extensions optionally augment a base capability. They use the
`extends` field to declare their parent(s) and compose onto the base schema
using JSON Schema `allOf`. Extensions appear in `ucp.capabilities[]` alongside
using JSON Schema `allOf`. Extensions appear in `ucp.capabilities{}` alongside
core capabilities.

<!-- ucp:example schema=profile def=business_schema target=$.ucp.capabilities -->
Expand Down
2 changes: 1 addition & 1 deletion docs/specification/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ acronym in each specification Markdown file spells out the full term (e.g.,
| **Agent2Agent Protocol** | A2A | An open standard for secure, collaborative communication between diverse AI agents. UCP can use A2A as a transport layer. |
| **Capability** | - | A standalone core feature that a business supports (e.g., Checkout, Identity Linking). Capabilities are the fundamental "verbs" of UCP. |
| **Credential Provider** | CP | A trusted entity (like a digital wallet) responsible for securely managing and executing the user's payment and identity credentials. |
| **Extension** | - | An optional capability that augments another capability via the `extends` field. Extensions appear in `ucp.capabilities[]` alongside core capabilities. |
| **Extension** | - | An optional capability that augments another capability via the `extends` field. Extensions appear in `ucp.capabilities{}` alongside core capabilities. |
| **Model Context Protocol** | MCP | A protocol standardizing how AI models connect to external data and tools. UCP capabilities map 1:1 to MCP tools. |
| **Profile** | - | A JSON document hosted by businesses and platforms at a well-known URI, declaring their identity, supported capabilities, and endpoints. |
| **Protocol Namespace** | - | Reserved `ucp` member for protocol metadata and annotations in structured UCP objects with schema-defined fields. Dictionaries are excluded: `ucp` is key data there; structured object values remain eligible. Top-level envelope is its root. |
Expand Down
Loading