@forge/manifest
11.3.1-next.311.3.1-next.4
out/schema/manifest-schema.jsonout/schema/manifest-schema.json−5
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -28518,16 +28518,11 @@
"agent2Agent": {
"type": "object",
"additionalProperties": false,
"required": [
- "agentCard",
"jsonRpcTransport"
],
"properties": {
- "agentCard": {
- "$ref": "#/definitions/protocolEndpoint",
- "description": "Returns metadata about the agent, including its capabilities and supported actions."
- },
"jsonRpcTransport": {
"$ref": "#/definitions/protocolEndpoint",
"description": "Enables Agent2Agent protocol over JSON-RPC 2.0 transport."
}