Sign in
chromium
/
external
/
github.com
/
xeipuuv
/
gojsonschema
/
HEAD
b076d39
Fix syntax error in meta-schema validation example snippet
by per1234
· 4 years, 6 months ago
master
065759f
make UUID regex case-insensitive
by Christoph Armster
· 5 years ago
b537c05
Fix format checking failed when the input type is unexpected (#283)
by kiootic
· 5 years ago
001aa27
Support for custom formats on all primitive types (#280)
by quint daenen
· 5 years ago
82fcdeb
Fix filepath with spaces not working by unescaping the file URI before
by Johan Dorland
· 6 years ago
v1.2.0
66521ed
Update .travis.yml
by Johan Dorland
· 6 years ago
6a016cf
changed way of assertion
by Damian Badura
· 6 years ago
848af29
change type checking to compatible in library
by Damian Badura
· 6 years ago
e016113
add check for schema asssertion
by Damian Badura
· 6 years ago
be09369
Add native support for true and false schema
by Johan Dorland
· 6 years ago
d5a76c7
Rewrite "additionalProperties" validation logic and fix the context when a schema inside "additionalProperties" produces an error
by Johan Dorland
· 6 years ago
9486476
Remove all functions on *subSchema as they are used at most once anyway
by Johan Dorland
· 6 years ago
357c7aa
init go mod
by Marcel Hernandez
· 6 years ago
16a6735
Require the format keyword to be of type string, restructure some of
by Johan Dorland
· 6 years ago
b0c64e0
- Always return (exclusive)minimum/maximum as big.Float in the err.ErrorDetails()
by Johan Dorland
· 6 years ago
152a7d4
Fix extremely slow checking unique items in array
by Alexander Valinurov
· 6 years ago
354ad34
Fix a race condition that can occur when a new format is registered
by Johan Dorland
· 6 years ago
6b940e3
golint: omit redundant type errorTemplate from declaration
by Sebastiaan van Stijn
· 6 years ago
f39db2b
unhandled error in parseSchema
by Sebastiaan van Stijn
· 6 years ago
332c457
golint: capitalize acronyms
by Sebastiaan van Stijn
· 6 years ago
5fcca16
golint: add GoDoc for exported types and functions
by Sebastiaan van Stijn
· 6 years ago
7bb655a
Fix signature of NewRawLoader to return a JSONLoader
by Sebastiaan van Stijn
· 6 years ago
1d69a69
ineffassign: ineffectual assignment to err
by Sebastiaan van Stijn
· 6 years ago
2fb01b2
golint: if block ends with a return statement
by Sebastiaan van Stijn
· 6 years ago
26a3628
golint: don't use underscores in Go names
by Sebastiaan van Stijn
· 6 years ago
78ffcbd
gofmt draft.go
by Sebastiaan van Stijn
· 6 years ago
6c00ba4
CI: add Go 1.11, 1.12, and remove Go < 1.10
by Sebastiaan van Stijn
· 6 years ago
55a8ce4
Remove some redundant whitespace and comments
by Sebastiaan van Stijn
· 6 years ago
4775c42
More idiomatic checks, and some minor reformatting
by Sebastiaan van Stijn
· 6 years ago
b4db7a9
README: add go report card badge
by Sebastiaan van Stijn
· 6 years ago
f971f3c
Replace big.Float by big.Rat
by Johan Dorland
· 6 years ago
v1.1.0
cdd33d0
Update documentation and add draft crossreference test
by Johan Dorland
· 6 years ago
7cd9691
Add an extra test for schema detection and fix some bugs
by Johan Dorland
· 6 years ago
e8d857c
Add support for custom metaschemas using $schema
by Johan Dorland
· 6 years ago
42c3b50
Disable certain features if a specific draft is used
by Johan Dorland
· 6 years ago
c813aa8
Handle (exclusive)minimum/maximum with different drafts
by Johan Dorland
· 6 years ago
daa7675
Fully integrate draft version detection
by Johan Dorland
· 6 years ago
2f08306
First work to implement draft differentiation
by Johan Dorland
· 6 years ago
ac52e68
Add indexes not unique array items to error details
by Andrey Ustinov
· 6 years ago
f3a9dae
Removed if statement in result.go
by Will-MingLun-Li
· 7 years ago
f58b4a9
Fix Travis build
by Johan Dorland
· 7 years ago
5de2870
Test on multiple go versions and skip tests on Go 1.5 and 1.6 to prevent format tests from failing.
by Johan Dorland
· 7 years ago
cfe941a
Adds all previously unimplemented formats as defined by draft-07 except for "idn-hostname".
by Johan Dorland
· 7 years ago
a33b57b
Fix tests on Windows
by Johan Dorland
· 7 years ago
da425eb
Update documentation and fix a type in a test
by Johan Dorland
· 7 years ago
v1.0
cf97511
Add an intermediate SchemaLoader object that allows for the manual adding of additional schemas.
by Johan Dorland
· 7 years ago
6cd6dcb
Use the entire URI, rather than just the path when reading files from the filesystem.
by Johan Dorland
· 7 years ago
b84684d
Fix patternProperties bug (#207)
by Matias.Barrios
· 7 years ago
1d52303
all: gofmt
by ia
· 7 years ago
9ff6d6c
Add an extra parsing pass to properly resolve $id and $ref references. (#196)
by Johan Dorland
· 7 years ago
2c8e4be
Merge branch 'frol-kr-Tests-values-max-int64-for-integer-type'
by Johan Dorland
· 7 years ago
04bdf37
int fixed
by Frol Kruchkov
· 7 years ago
0e1af88
int64 rounding fixed
by Frol Kruchkov
· 7 years ago
46f9af1
int64 max/min values tests added
by Frol Kruchkov
· 7 years ago
ea20b12
Basic Draft06 + Draft07 Support (#180)
by Johan Dorland
· 7 years ago
8bcffc8
Merge branch 'hoshsadiq-master'
by Johan Dorland
· 7 years ago
a85afca
PR Changes
by Hosh Sadiq
· 7 years ago
ad28024
make jsonContext public + improve result.AddError
by Hosh Sadiq
· 7 years ago
a5881c7
Add public Result.AddError method
by Hosh Sadiq
· 7 years ago
418464d
Allow external use of AddError
by Hosh Sadiq
· 7 years ago
70e5934
Merge pull request #177 from hoshsadiq/master
by xeipuuv
· 7 years ago
67a4203
Merge pull request #172 from johandorland/float
by xeipuuv
· 7 years ago
c02fa6b
Merge pull request #176 from jbirch/master
by xeipuuv
· 7 years ago
6b57122
Fix tests
by Hosh Sadiq
· 7 years ago
4c91039
Merge errors for then/else + fix error description
by Hosh Sadiq
· 7 years ago
6664329
Add support for if/then/else
by Hosh Sadiq
· 7 years ago
35fe65b
Don't attempt to set a version of testify to work around https://github.com/Masterminds/glide/issues/741
by Jason Birch
· 7 years ago
5d8ca14
Move stretchr/testify to an explicit test dependency with corrected version number
by Jason Birch
· 7 years ago
5a5ca1a
Bump up Go version to 1.5 and update dependencies
by Johan Dorland
· 7 years ago
b48c621
Use math/big.Float instead of float64 to prevent rounding errors
by Johan Dorland
· 7 years ago
511d08a
Merge pull request #161 from notjames/schema-excptn-bug
by xeipuuv
· 7 years ago
b7d5174
Merge pull request #171 from johandorland/idrefparsing
by xeipuuv
· 7 years ago
8ceb7b8
Merge pull request #169 from ashb/allow-pointers-on-loader-source
by xeipuuv
· 7 years ago
2903842
Merge pull request #167 from maxibanki/patch-1
by xeipuuv
· 7 years ago
83a7f63
Implement id parsing in conjuction with $ref fixes
by Johan Dorland
· 7 years ago
6637feb
Allow "#/path" pointers on Loader sources
by Ash Berlin-Taylor
· 7 years ago
74a5b03
Added GoDoc badge
by Max Schmitt
· 7 years ago
212d8a0
Merge pull request #164 from stoplightio/master
by xeipuuv
· 7 years ago
270ff91
- ignore any format's that aren't defined: https://spacetelescope.github.io/understanding-json-schema/reference/string.html#format
by Tom Pytleski
· 8 years ago
3f523f4
Merge pull request #163 from chrisdostert/master
by xeipuuv
· 8 years ago
9382a30
BUGFIX: template var used to dereference the proper exception value. Disambiguated STRING_SCHEMA const
by Jim Conner
· 8 years ago
c8bf4a9
Added example of usage on Number format and fixed interface sample
by Ricardo
· 8 years ago
3372ff1
Added tests coverage for number format check
by Ricardo
· 8 years ago
8cfd055
Removed check for String type when running FormatChecker
by Ricardo
· 8 years ago
90a5d08
Added option to check format also on numbers
by Ricardo
· 8 years ago
0c8571a
Merge pull request #154 from rrenganathan/ValidateSchemaSyntax
by xeipuuv
· 8 years ago
4484cf5
Merge pull request #152 from chrisdostert/uri-reference-format
by xeipuuv
· 8 years ago
507c9be
Added check for Parse Error
by Ranjani Renganathan
· 8 years ago
bb168f6
updated
by Ranjani Renganathan
· 8 years ago
2324f49
added "fmt" in imports
by Ranjani Renganathan
· 8 years ago
138e087
Error messaging for Schema
by Ranjani Renganathan
· 8 years ago
8a8cc2c
feat) add json schema v6 uri-reference format #126
by Chris Dostert
· 8 years ago
a55c211
Merge pull request #148 from freakingawesome/include-context-in-error-templates
by xeipuuv
· 8 years ago
8cbc83b
Include Context.String() as parameter for error messages
by Chad Gilbert
· 8 years ago
20fdae5
Merge pull request #147 from freakingawesome/error-template-funcs
by xeipuuv
· 8 years ago
c134c18
Add ErrorTemplateFuncs mention in README
by Chad Gilbert
· 8 years ago
1aab3b5
Add ability to specify error template functions
by Chad Gilbert
· 8 years ago
702b404
Merge pull request #142 from drrossum/fix-ResultErrorValue
by xeipuuv
· 8 years ago
a0e1d18
pass single value out of value map into newError
by Daniel R. van Rossum
· 8 years ago
ff0417f
Merge pull request #139 from sgumpalli/master
by xeipuuv
· 8 years ago
Next »