package response type PolicyPathResponse struct { Paths []string `json:"paths"`}
package response
type PolicyPathResponse struct {
Paths []string `json:"paths"`
}