Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jsonschema/oas3/tests/testsuite
Submodule testsuite updated 86 files
+1 −1 README.md
+4 −4 annotations/README.md
+1 −1 annotations/test-case.schema.json
+103 −1 annotations/tests/core.json
+0 −2 bin/jsonschema_suite
+2 −2 output-tests/README.md
+39 −0 tests/draft2019-09/enum.json
+21 −0 tests/draft2019-09/maxContains.json
+1 −1 tests/draft2019-09/maximum.json
+5 −0 tests/draft2019-09/multipleOf.json
+82 −0 tests/draft2019-09/optional/format/duration.json
+15 −0 tests/draft2019-09/optional/format/email.json
+1 −6 tests/draft2019-09/optional/format/idn-email.json
+94 −9 tests/draft2019-09/optional/format/ipv4.json
+1 −1 tests/draft2019-09/optional/format/ipv6.json
+1 −1 tests/draft2019-09/optional/format/iri.json
+10 −0 tests/draft2019-09/optional/format/json-pointer.json
+6 −0 tests/draft2019-09/optional/format/time.json
+12 −0 tests/draft2019-09/optional/format/uri-reference.json
+43 −1 tests/draft2019-09/optional/format/uri.json
+0 −1 tests/draft2019-09/optional/refOfUnknownKeyword.json
+39 −0 tests/draft2020-12/enum.json
+21 −0 tests/draft2020-12/maxContains.json
+1 −1 tests/draft2020-12/maximum.json
+5 −0 tests/draft2020-12/multipleOf.json
+2 −0 tests/draft2020-12/optional/format-assertion.json
+82 −0 tests/draft2020-12/optional/format/duration.json
+15 −0 tests/draft2020-12/optional/format/email.json
+1 −6 tests/draft2020-12/optional/format/idn-email.json
+94 −9 tests/draft2020-12/optional/format/ipv4.json
+1 −1 tests/draft2020-12/optional/format/ipv6.json
+1 −1 tests/draft2020-12/optional/format/iri.json
+10 −0 tests/draft2020-12/optional/format/json-pointer.json
+6 −0 tests/draft2020-12/optional/format/time.json
+12 −0 tests/draft2020-12/optional/format/uri-reference.json
+43 −1 tests/draft2020-12/optional/format/uri.json
+0 −1 tests/draft2020-12/optional/refOfUnknownKeyword.json
+25 −0 tests/draft2020-12/pattern.json
+28 −0 tests/draft2020-12/patternProperties.json
+5 −0 tests/draft3/divisibleBy.json
+1 −1 tests/draft3/maximum.json
+1 −1 tests/draft3/optional/format/ipv6.json
+1 −1 tests/draft4/maximum.json
+5 −0 tests/draft4/multipleOf.json
+15 −0 tests/draft4/optional/format/email.json
+5 −0 tests/draft4/optional/format/hostname.json
+94 −9 tests/draft4/optional/format/ipv4.json
+1 −1 tests/draft4/optional/format/ipv6.json
+43 −1 tests/draft4/optional/format/uri.json
+1 −1 tests/draft6/maximum.json
+5 −0 tests/draft6/multipleOf.json
+15 −0 tests/draft6/optional/format/email.json
+5 −0 tests/draft6/optional/format/hostname.json
+94 −9 tests/draft6/optional/format/ipv4.json
+1 −1 tests/draft6/optional/format/ipv6.json
+10 −0 tests/draft6/optional/format/json-pointer.json
+12 −0 tests/draft6/optional/format/uri-reference.json
+43 −1 tests/draft6/optional/format/uri.json
+1 −1 tests/draft7/maximum.json
+5 −0 tests/draft7/multipleOf.json
+15 −0 tests/draft7/optional/format/email.json
+1 −6 tests/draft7/optional/format/idn-email.json
+94 −9 tests/draft7/optional/format/ipv4.json
+1 −1 tests/draft7/optional/format/ipv6.json
+1 −1 tests/draft7/optional/format/iri.json
+10 −0 tests/draft7/optional/format/json-pointer.json
+6 −0 tests/draft7/optional/format/time.json
+12 −0 tests/draft7/optional/format/uri-reference.json
+43 −1 tests/draft7/optional/format/uri.json
+0 −21 tests/v1/defs.json
+39 −0 tests/v1/enum.json
+82 −0 tests/v1/format/duration.json
+15 −0 tests/v1/format/email.json
+94 −9 tests/v1/format/ipv4.json
+10 −0 tests/v1/format/json-pointer.json
+6 −0 tests/v1/format/time.json
+12 −0 tests/v1/format/uri-reference.json
+42 −0 tests/v1/format/uri.json
+21 −0 tests/v1/maxContains.json
+1 −1 tests/v1/maximum.json
+5 −0 tests/v1/multipleOf.json
+0 −1 tests/v1/optional/refOfUnknownKeyword.json
+25 −0 tests/v1/pattern.json
+27 −0 tests/v1/patternProperties.json
+2 −2 tests/v1/proposals/README.md
+3 −18 tests/v1/ref.json