diff --git a/api/server/agntcy/identity/core/v1alpha1/vc.pb.go b/api/server/agntcy/identity/core/v1alpha1/vc.pb.go index 2a025e6f..1a8bfe70 100644 --- a/api/server/agntcy/identity/core/v1alpha1/vc.pb.go +++ b/api/server/agntcy/identity/core/v1alpha1/vc.pb.go @@ -33,7 +33,7 @@ const ( CredentialContentType_CREDENTIAL_CONTENT_TYPE_UNSPECIFIED CredentialContentType = 0 // 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 CredentialContentType_CREDENTIAL_CONTENT_TYPE_AGENT_BADGE CredentialContentType = 1 // McpBadge Content Type. diff --git a/api/spec/proto/agntcy/identity/core/v1alpha1/vc.proto b/api/spec/proto/agntcy/identity/core/v1alpha1/vc.proto index 1ca193cb..4ce5dc00 100644 --- a/api/spec/proto/agntcy/identity/core/v1alpha1/vc.proto +++ b/api/spec/proto/agntcy/identity/core/v1alpha1/vc.proto @@ -176,7 +176,7 @@ enum CredentialContentType { CREDENTIAL_CONTENT_TYPE_UNSPECIFIED = 0; // 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 = 1; // McpBadge Content Type. diff --git a/api/spec/static/api/proto/v1alpha1/proto_workspace.json b/api/spec/static/api/proto/v1alpha1/proto_workspace.json index 1bd63f27..deb83de8 100644 --- a/api/spec/static/api/proto/v1alpha1/proto_workspace.json +++ b/api/spec/static/api/proto/v1alpha1/proto_workspace.json @@ -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", diff --git a/cmd/issuer/README.md b/cmd/issuer/README.md index b79b4569..f17f5e1f 100644 --- a/cmd/issuer/README.md +++ b/cmd/issuer/README.md @@ -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 diff --git a/internal/core/vc/types/types.go b/internal/core/vc/types/types.go index bb457a34..bd68c0f3 100644 --- a/internal/core/vc/types/types.go +++ b/internal/core/vc/types/types.go @@ -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