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 64 files
+22 −0 tests/draft2019-09/enum.json
+50 −0 tests/draft2019-09/optional/format/date-time.json
+257 −0 tests/draft2019-09/optional/format/email.json
+48 −0 tests/draft2019-09/optional/format/idn-hostname.json
+55 −0 tests/draft2019-09/optional/format/ipv6.json
+25 −0 tests/draft2019-09/optional/format/iri-reference.json
+15 −0 tests/draft2019-09/optional/format/iri.json
+60 −10 tests/draft2019-09/optional/format/time.json
+12 −0 tests/draft2019-09/optional/format/uri-reference.json
+30 −0 tests/draft2019-09/optional/format/uri-template.json
+5 −0 tests/draft2019-09/optional/format/uri.json
+5 −0 tests/draft2019-09/optional/format/uuid.json
+22 −0 tests/draft2020-12/enum.json
+50 −0 tests/draft2020-12/optional/format/date-time.json
+109 −109 tests/draft2020-12/optional/format/ecmascript-regex.json
+222 −0 tests/draft2020-12/optional/format/email.json
+48 −0 tests/draft2020-12/optional/format/idn-hostname.json
+55 −0 tests/draft2020-12/optional/format/ipv6.json
+25 −0 tests/draft2020-12/optional/format/iri-reference.json
+15 −0 tests/draft2020-12/optional/format/iri.json
+60 −10 tests/draft2020-12/optional/format/time.json
+12 −0 tests/draft2020-12/optional/format/uri-reference.json
+30 −0 tests/draft2020-12/optional/format/uri-template.json
+5 −0 tests/draft2020-12/optional/format/uri.json
+5 −0 tests/draft2020-12/optional/format/uuid.json
+21 −0 tests/draft3/enum.json
+50 −0 tests/draft3/optional/format/date-time.json
+50 −0 tests/draft4/optional/format/date-time.json
+257 −0 tests/draft4/optional/format/email.json
+5 −0 tests/draft4/optional/format/hostname.json
+55 −0 tests/draft4/optional/format/ipv6.json
+5 −0 tests/draft4/optional/format/uri.json
+21 −0 tests/draft6/enum.json
+50 −0 tests/draft6/optional/format/date-time.json
+257 −0 tests/draft6/optional/format/email.json
+5 −0 tests/draft6/optional/format/hostname.json
+55 −0 tests/draft6/optional/format/ipv6.json
+12 −0 tests/draft6/optional/format/uri-reference.json
+30 −0 tests/draft6/optional/format/uri-template.json
+5 −0 tests/draft6/optional/format/uri.json
+21 −0 tests/draft7/enum.json
+50 −0 tests/draft7/optional/format/date-time.json
+257 −0 tests/draft7/optional/format/email.json
+53 −0 tests/draft7/optional/format/idn-hostname.json
+55 −0 tests/draft7/optional/format/ipv6.json
+25 −0 tests/draft7/optional/format/iri-reference.json
+15 −0 tests/draft7/optional/format/iri.json
+60 −10 tests/draft7/optional/format/time.json
+12 −0 tests/draft7/optional/format/uri-reference.json
+30 −0 tests/draft7/optional/format/uri-template.json
+5 −0 tests/draft7/optional/format/uri.json
+22 −0 tests/v1/enum.json
+50 −0 tests/v1/format/date-time.json
+109 −109 tests/v1/format/ecmascript-regex.json
+222 −0 tests/v1/format/email.json
+48 −0 tests/v1/format/idn-hostname.json
+55 −0 tests/v1/format/ipv6.json
+25 −0 tests/v1/format/iri-reference.json
+15 −0 tests/v1/format/iri.json
+72 −22 tests/v1/format/time.json
+12 −0 tests/v1/format/uri-reference.json
+30 −0 tests/v1/format/uri-template.json
+5 −0 tests/v1/format/uri.json
+5 −0 tests/v1/format/uuid.json