| 38 | Arguments string `json:"arguments,omitempty"` |
| 39 | } |
| 40 | type Parameter struct { |
| 41 | Type string `json:"type"` |
| 42 | Properties map[string]Property `json:"properties"` |
| 43 | Required []string `json:"required"` |
| 44 | } |
| 45 | |
| 46 | type Property struct { |
| 47 | Type string `json:"type"` |
nothing calls this directly
no outgoing calls
no test coverage detected