File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ type ServerConfig struct {
7171 DocumentationURL string
7272 Provider * models.AgentProvider
7373 SecuritySchemes map [string ]* spec.SecurityScheme
74- Security map [string ][]string
74+ Security [] map [string ][]string
7575 DefaultInputModes []string
7676 DefaultOutputModes []string
7777 Skills []models.AgentSkill
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ type AgentCard struct {
114114 /** Security scheme details used for authenticating with this agent. */
115115 SecuritySchemes map [string ]* spec.SecurityScheme `json:"securitySchemes,omitempty"`
116116 /** Security requirements for contacting the agent. */
117- Security map [string ][]string `json:"security,omitempty"`
117+ Security [] map [string ][]string `json:"security,omitempty"`
118118 /**
119119 * The set of interaction modes that the agent supports across all skills. This can be overridden per-skill.
120120 * Supported media types for input.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ type AgentCardConfig struct {
8686 Provider * models.AgentProvider
8787
8888 SecuritySchemes map [string ]* spec.SecurityScheme
89- Security map [string ][]string
89+ Security [] map [string ][]string
9090 DefaultInputModes []string
9191 DefaultOutputModes []string
9292 Skills []models.AgentSkill
You can’t perform that action at this time.
0 commit comments