You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iferr:=ValidateSchema(schema, json.RawMessage(`{"path":"README.md","limit":6}`)); err==nil||!strings.Contains(err.Error(), "input.limit must be at most 5") {
65
69
t.Fatalf("err = %v", err)
66
70
}
71
+
iferr:=ValidateSchema(schema, json.RawMessage(`{"path":"README.md","metadata":{"env":3}}`)); err==nil||!strings.Contains(err.Error(), "input.metadata.env must be string") {
0 commit comments