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 api/server/agntcy/identity/core/v1alpha1/vc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/spec/proto/agntcy/identity/core/v1alpha1/vc.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/spec/static/api/proto/v1alpha1/proto_workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
{
"name": "CREDENTIAL_CONTENT_TYPE_AGENT_BADGE",
"number": "1",
"description": "AgentBadge Content Type.\nThe Agent content representation following a defined schema\nOASF: https://schema.oasf.agntcy.org/schema/objects/agent\nGoogle A2A: https://github.com/google/A2A/blob/main/specification/json/a2a.json"
"description": "AgentBadge Content Type.\nThe Agent content representation following a defined schema\nOASF: https://schema.oasf.outshift.com/schema/objects/record\nGoogle A2A: https://github.com/google/A2A/blob/main/specification/json/a2a.json"
},
{
"name": "CREDENTIAL_CONTENT_TYPE_MCP_BADGE",
Expand Down
2 changes: 1 addition & 1 deletion cmd/issuer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ identity badge issue [type] [options]
You can issue badges for different types content:

```bash
# OASF Files - https://schema.oasf.agntcy.org/objects/agent
# OASF Files - https://schema.oasf.outshift.com/objects/record
identity badge issue oasf -f /path/to/oasf_content.json

# A2A Agent Cards - https://google.github.io/A2A/tutorials/python/3-agent-skills-and-card/#agent-card
Expand Down
2 changes: 1 addition & 1 deletion internal/core/vc/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const (

// AgentBadge Content Type.
// The Agent content representation following a defined schema
// OASF: https://schema.oasf.agntcy.org/schema/objects/agent
// OASF: https://schema.oasf.outshift.com/schema/objects/record
// Google A2A: https://github.com/google/A2A/blob/main/specification/json/a2a.json
CREDENTIAL_CONTENT_TYPE_AGENT_BADGE

Expand Down