An implementation of JSON Schema, draft v4 v6 & v7 - Go language
Stars
2.7k
Forks
369
Watchers
2.7k
Open Issues
140
Overall repository health assessment
No package.json found
This might not be a Node.js project
262
commits
69
commits
30
commits
13
commits
6
commits
6
commits
5
commits
5
commits
4
commits
4
commits
Fix format checking failed when the input type is unexpected (#283)
b537c05View on GitHubSupport for custom formats on all primitive types (#280)
001aa27View on GitHubFix filepath with spaces not working by unescaping the file URI before
82fcdebView on GitHubRewrite "additionalProperties" validation logic and fix the context when a schema inside "additionalProperties" produces an error
d5a76c7View on GitHubRemove all functions on *subSchema as they are used at most once anyway
9486476View on GitHubRequire the format keyword to be of type string, restructure some of
16a6735View on GitHub- Always return (exclusive)minimum/maximum as big.Float in the err.ErrorDetails()
b0c64e0View on GitHub