(result *gojsonschema.Result)
| 98 | } |
| 99 | |
| 100 | func toError(result *gojsonschema.Result) error { |
| 101 | err := getMostSpecificError(result.Errors()) |
| 102 | return err |
| 103 | } |
| 104 | |
| 105 | const ( |
| 106 | jsonschemaOneOf = "number_one_of" |
no test coverage detected
searching dependent graphs…