type
Issue
type Issue struct {
Code string `json:"code"`
Path string `json:"path"`
Message string `json:"message"`
}One stable path-aware schema problem.
Codestring- The Code value.
Pathstring- The Path value.
Messagestring- The Message value.