jsck - test summary

August 15, 2022 ยท View on GitHub

jsck failed tests

Some validators have deliberately chosen not to support parts of the spec. Go to the jsck homepage to learn if that is the case for these tests.

test failedreason
allOf with boolean schemas, all true, any value is validThe schema failed to load(Schema must be an object - #/allOf/0). This excludes this validator from performance tests
allOf with boolean schemas, some false, any value is invalidThe schema failed to load(Schema must be an object - #/allOf/0). This excludes this validator from performance tests
allOf with boolean schemas, all false, any value is invalidThe schema failed to load(Schema must be an object - #/allOf/0). This excludes this validator from performance tests
anyOf with boolean schemas, all true, any value is validThe schema failed to load(Schema must be an object - #/anyOf/0)
anyOf with boolean schemas, some true, any value is validThe schema failed to load(Schema must be an object - #/anyOf/0)
anyOf with boolean schemas, all false, any value is invalidThe schema failed to load(Schema must be an object - #/anyOf/0). This excludes this validator from performance tests
boolean schema 'true', number is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', string is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', boolean true is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', boolean false is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', null is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', object is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', empty object is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', array is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'true', empty array is validThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', number is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', string is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', boolean true is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', boolean false is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', null is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', object is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', empty object is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', array is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
boolean schema 'false', empty array is invalidThe schema failed to load(Schema must be an object - #). This excludes this validator from performance tests
const validation, another value is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const validation, another type is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with object, another object is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with object, another type is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with array, another array item is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with array, array with additional items is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with null, null is validThe schema failed to load(Cannot read properties of null (reading 'type')). This excludes this validator from performance tests
const with null, not null is invalidThe schema failed to load(Cannot read properties of null (reading 'type')). This excludes this validator from performance tests
const with false does not match 0, integer zero is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with false does not match 0, float zero is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with true does not match 1, integer one is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with true does not match 1, float one is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with [false] does not match [0], [0] is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with [false] does not match [0], [0.0] is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with [true] does not match [1], [1] is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with [true] does not match [1], [1.0] is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with {"a": false} does not match {"a": 0}, {"a": 0} is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with {"a": false} does not match {"a": 0}, {"a": 0.0} is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with {"a": true} does not match {"a": 1}, {"a": 1} is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with {"a": true} does not match {"a": 1}, {"a": 1.0} is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with 0 does not match other zero-like types, false is invalidExpected result: false but validator returned: true
const with 0 does not match other zero-like types, empty object is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with 0 does not match other zero-like types, empty array is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with 0 does not match other zero-like types, empty string is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with 1 does not match true, true is invalidExpected result: false but validator returned: true
const with -2.0 matches integer and float types, integer 2 is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with -2.0 matches integer and float types, float 2.0 is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
const with -2.0 matches integer and float types, float -2.00001 is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
float and integers are equal up to 64-bit representation limits, integer minus one is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
float and integers are equal up to 64-bit representation limits, float minus one is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
nul characters in strings, do not match string lacking nulExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword validation, array without items matching schema is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword validation, empty array is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword with const keyword, array without item 5 is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword with boolean schema true, empty array is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword with boolean schema false, any non-empty array is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
contains keyword with boolean schema false, empty array is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
items + contains, matches items, does not match containsExpected result: false but validator returned: true
valid definition, valid definition schemaThe schema failed to load(Unresolvable $ref values: ["http://json-schema.org/draft-07/schema#"]). This excludes this validator from performance tests
invalid definition, invalid definition schemaThe schema failed to load(Unresolvable $ref values: ["http://json-schema.org/draft-07/schema#"]). This excludes this validator from performance tests
dependencies with empty array, empty objectThe schema failed to load(Arrays in 'dependencies' may not be empty). This excludes this validator from performance tests
dependencies with empty array, object with one propertyThe schema failed to load(Arrays in 'dependencies' may not be empty). This excludes this validator from performance tests
dependencies with empty array, non-object is validThe schema failed to load(Arrays in 'dependencies' may not be empty). This excludes this validator from performance tests
dependencies with boolean subschemas, object with property having schema true is validThe schema failed to load(Invalid dependency). This excludes this validator from performance tests
dependencies with boolean subschemas, object with property having schema false is invalidThe schema failed to load(Invalid dependency). This excludes this validator from performance tests
dependencies with boolean subschemas, object with both properties is invalidThe schema failed to load(Invalid dependency). This excludes this validator from performance tests
dependencies with boolean subschemas, empty object is validThe schema failed to load(Invalid dependency). This excludes this validator from performance tests
dependencies with escaped characters, invalid object 1Expected result: false but validator returned: true. This excludes this validator from performance tests
dependencies with escaped characters, invalid object 2Expected result: false but validator returned: true. This excludes this validator from performance tests
dependencies with escaped characters, invalid object 3Expected result: false but validator returned: true. This excludes this validator from performance tests
exclusiveMaximum validation, boundary point is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
exclusiveMaximum validation, above the exclusiveMaximum is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
exclusiveMinimum validation, boundary point is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
exclusiveMinimum validation, below the exclusiveMinimum is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
validation of IDN e-mail addresses, ignores integersThe schema failed to load(Invalid format_name for 'format')
validation of IDN e-mail addresses, ignores floatsThe schema failed to load(Invalid format_name for 'format')
validation of IDN e-mail addresses, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of IDN e-mail addresses, ignores arraysThe schema failed to load(Invalid format_name for 'format')
validation of IDN e-mail addresses, ignores booleansThe schema failed to load(Invalid format_name for 'format')
validation of IDN e-mail addresses, ignores nullThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores integersThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores floatsThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores arraysThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores booleansThe schema failed to load(Invalid format_name for 'format')
validation of IDN hostnames, ignores nullThe schema failed to load(Invalid format_name for 'format')
validation of JSON pointers, ignores integersThe schema failed to load(Invalid format_name for 'format')
validation of JSON pointers, ignores floatsThe schema failed to load(Invalid format_name for 'format')
validation of JSON pointers, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of JSON pointers, ignores arraysThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON pointers, ignores booleansThe schema failed to load(Invalid format_name for 'format')
validation of JSON pointers, ignores nullThe schema failed to load(Invalid format_name for 'format')
validation of relative JSON pointers, ignores integersThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of relative JSON pointers, ignores floatsThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of relative JSON pointers, ignores objectsThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of relative JSON pointers, ignores arraysThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of relative JSON pointers, ignores booleansThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of relative JSON pointers, ignores nullThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of IRIs, ignores integersThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, ignores floatsThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, ignores arraysThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, ignores booleansThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, ignores nullThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores integersThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores floatsThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores arraysThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores booleansThe schema failed to load(Invalid format_name for 'format')
validation of IRI references, ignores nullThe schema failed to load(Invalid format_name for 'format')
validation of URI references, ignores integersThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI references, ignores floatsThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI references, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of URI references, ignores arraysThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI references, ignores booleansThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI references, ignores nullThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI templates, ignores integersThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI templates, ignores floatsThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI templates, ignores objectsThe schema failed to load(Invalid format_name for 'format')
validation of URI templates, ignores arraysThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI templates, ignores booleansThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI templates, ignores nullThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
if and then without else, invalid through thenExpected result: false but validator returned: true
if and else without then, invalid through elseExpected result: false but validator returned: true
validate against correct branch, then vs else, invalid through thenExpected result: false but validator returned: true
validate against correct branch, then vs else, invalid through elseExpected result: false but validator returned: true
if with boolean schema true, boolean schema true in if always chooses the then path (invalid)Expected result: false but validator returned: true
if with boolean schema false, boolean schema false in if always chooses the else path (invalid)Expected result: false but validator returned: true
if appears at the end when serialized (keyword processing sequence), no redirects to then and failsExpected result: false but validator returned: true
if appears at the end when serialized (keyword processing sequence), invalid redirects to else and failsExpected result: false but validator returned: true
a schema given for items, JavaScript pseudo-array is validExpected result: true but validator returned: false. This excludes this validator from performance tests
items with boolean schema (true), any array is validThe schema failed to load(Schema must be an object - #/items). This excludes this validator from performance tests
items with boolean schema (true), empty array is validThe schema failed to load(Schema must be an object - #/items). This excludes this validator from performance tests
items with boolean schema (false), any non-empty array is invalidThe schema failed to load(Schema must be an object - #/items). This excludes this validator from performance tests
items with boolean schema (false), empty array is validThe schema failed to load(Schema must be an object - #/items). This excludes this validator from performance tests
items with boolean schemas, array with one item is validThe schema failed to load(Schema must be an object - #/items/0). This excludes this validator from performance tests
items with boolean schemas, array with two items is invalidThe schema failed to load(Schema must be an object - #/items/0). This excludes this validator from performance tests
items with boolean schemas, empty array is validThe schema failed to load(Schema must be an object - #/items/0). This excludes this validator from performance tests
maxLength validation, two supplementary Unicode code points is long enoughExpected result: true but validator returned: false. This excludes this validator from performance tests
minLength validation, one supplementary Unicode code point is not long enoughExpected result: false but validator returned: true. This excludes this validator from performance tests
not with boolean schema true, any value is invalidThe schema failed to load(The 'not' attribute must be an object). This excludes this validator from performance tests
not with boolean schema false, any value is validThe schema failed to load(The 'not' attribute must be an object)
oneOf with boolean schemas, all true, any value is invalidThe schema failed to load(The 'oneOf' array values must be objects). This excludes this validator from performance tests
oneOf with boolean schemas, one true, any value is validThe schema failed to load(The 'oneOf' array values must be objects)
oneOf with boolean schemas, more than one true, any value is invalidThe schema failed to load(The 'oneOf' array values must be objects)
oneOf with boolean schemas, all false, any value is invalidThe schema failed to load(The 'oneOf' array values must be objects)
oneOf with missing optional property, first oneOf validThe schema failed to load(The 'properties' attribute must be an object). This excludes this validator from performance tests
oneOf with missing optional property, second oneOf validThe schema failed to load(The 'properties' attribute must be an object). This excludes this validator from performance tests
oneOf with missing optional property, both oneOf validThe schema failed to load(The 'properties' attribute must be an object). This excludes this validator from performance tests
oneOf with missing optional property, neither oneOf validThe schema failed to load(The 'properties' attribute must be an object). This excludes this validator from performance tests
float comparison with high precision, comparison works for high numbersExpected result: false but validator returned: true. This excludes this validator from performance tests
float comparison with high precision on negative numbers, comparison works for very negative numbersExpected result: false but validator returned: true. This excludes this validator from performance tests
validation of string-encoded content based on media type, an invalid JSON documentExpected result: false but validator returned: true
validation of binary string-encoding, an invalid base64 string (% is not a valid character)Expected result: false but validator returned: true
validation of binary-encoded media type documents, a validly-encoded invalid JSON documentExpected result: false but validator returned: true
validation of binary-encoded media type documents, an invalid base64 string that is valid JSONExpected result: false but validator returned: true
all integers are multiples of 0.5, if overflow is handled, valid if optional overflow handling is implementedExpected result: true but validator returned: false
validation of date-time strings, a invalid day in date-time stringExpected result: false but validator returned: true
validation of date-time strings, an invalid offset in date-time stringExpected result: false but validator returned: true
validation of date-time strings, case-insensitive T and ZExpected result: true but validator returned: false. This excludes this validator from performance tests
validation of an internationalized e-mail addresses, a valid idn e-mail (example@example.test in Hangul)The schema failed to load(Invalid format_name for 'format')
validation of an internationalized e-mail addresses, an invalid idn e-mail addressThe schema failed to load(Invalid format_name for 'format')
validation of an internationalized e-mail addresses, a valid e-mail addressThe schema failed to load(Invalid format_name for 'format')
validation of an internationalized e-mail addresses, an invalid e-mail addressThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, a valid host name (example.test in Hangul)The schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, illegal first char U+302E Hangul single dot tone markThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, contains illegal char U+302E Hangul single dot tone markThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, a host name with a component too longThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, invalid label, correct PunycodeThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, valid Chinese PunycodeThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, invalid PunycodeThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, U-label contains "--" in the 3rd and 4th positionThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, U-label starts with a dashThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, U-label ends with a dashThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, U-label starts and ends with a dashThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Begins with a Spacing Combining MarkThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Begins with a Nonspacing MarkThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Begins with an Enclosing MarkThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Exceptions that are PVALID, left-to-right charsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Exceptions that are PVALID, right-to-left charsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Exceptions that are DISALLOWED, right-to-left charsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Exceptions that are DISALLOWED, left-to-right charsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, MIDDLE DOT with no preceding 'l'The schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, MIDDLE DOT with nothing precedingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, MIDDLE DOT with no following 'l'The schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, MIDDLE DOT with nothing followingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, MIDDLE DOT with surrounding 'l'sThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Greek KERAIA not followed by GreekThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Greek KERAIA not followed by anythingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Greek KERAIA followed by GreekThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERESH not preceded by HebrewThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERESH not preceded by anythingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERESH preceded by HebrewThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERSHAYIM not preceded by HebrewThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERSHAYIM not preceded by anythingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Hebrew GERSHAYIM preceded by HebrewThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, KATAKANA MIDDLE DOT with no Hiragana, Katakana, or HanThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, KATAKANA MIDDLE DOT with no other charactersThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, KATAKANA MIDDLE DOT with HiraganaThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, KATAKANA MIDDLE DOT with KatakanaThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, KATAKANA MIDDLE DOT with HanThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Arabic-Indic digits mixed with Extended Arabic-Indic digitsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Arabic-Indic digits not mixed with Extended Arabic-Indic digitsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, Extended Arabic-Indic digits not mixed with Arabic-Indic digitsThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, ZERO WIDTH JOINER not preceded by ViramaThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, ZERO WIDTH JOINER not preceded by anythingThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, ZERO WIDTH JOINER preceded by ViramaThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, ZERO WIDTH NON-JOINER preceded by ViramaThe schema failed to load(Invalid format_name for 'format')
validation of internationalized host names, ZERO WIDTH NON-JOINER not preceded by Virama but matches regexpThe schema failed to load(Invalid format_name for 'format')
validation of IPv6 addresses, leading whitespace is invalidExpected result: false but validator returned: true
validation of IPv6 addresses, trailing whitespace is invalidExpected result: false but validator returned: true
validation of IPv6 addresses, zone id is not a part of ipv6 addressExpected result: false but validator returned: true
validation of IRI References, a valid IRIThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, a valid protocol-relative IRI ReferenceThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, a valid relative IRI ReferenceThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, an invalid IRI ReferenceThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, a valid IRI ReferenceThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, a valid IRI fragmentThe schema failed to load(Invalid format_name for 'format')
validation of IRI References, an invalid IRI fragmentThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, a valid IRI with anchor tagThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, a valid IRI with anchor tag and paranthesesThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, a valid IRI with URL-encoded stuffThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, a valid IRI with many special charactersThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, a valid IRI based on IPv6The schema failed to load(Invalid format_name for 'format')
validation of IRIs, an invalid IRI based on IPv6The schema failed to load(Invalid format_name for 'format')
validation of IRIs, an invalid relative IRI ReferenceThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, an invalid IRIThe schema failed to load(Invalid format_name for 'format')
validation of IRIs, an invalid IRI though valid IRI referenceThe schema failed to load(Invalid format_name for 'format')
validation of JSON-pointers (JSON String Representation), a valid JSON-pointerThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (~ not escaped)The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer with empty segmentThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer with the last empty segmentThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #3The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #4The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #5The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #6The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #7The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #8The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #9The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #10The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #11The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer as stated in RFC 6901 #12The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer used adding to the last array positionThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer (- used as object member name)The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer (multiple escaped characters)The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer (escaped with fraction part) #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), valid JSON-pointer (escaped with fraction part) #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (URI Fragment Identifier) #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (URI Fragment Identifier) #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (URI Fragment Identifier) #3The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (some escaped, but not all) #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (some escaped, but not all) #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (wrong escape character) #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (wrong escape character) #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (multiple characters not escaped)The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (isn't empty nor starts with /) #1The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (isn't empty nor starts with /) #2The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of JSON-pointers (JSON String Representation), not a valid JSON-pointer (isn't empty nor starts with /) #3The schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of Relative JSON Pointers (RJP), a valid upwards RJPThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of Relative JSON Pointers (RJP), a valid downwards RJPThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of Relative JSON Pointers (RJP), a valid up and then down RJP, with array indexThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of Relative JSON Pointers (RJP), a valid RJP taking the member or index nameThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of Relative JSON Pointers (RJP), an invalid RJP that is a valid JSON PointerThe schema failed to load(Invalid format_name for 'format')
validation of Relative JSON Pointers (RJP), negative prefixThe schema failed to load(Invalid format_name for 'format')
validation of time strings, a valid time stringExpected result: true but validator returned: false
validation of URI References, a valid URIThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, a valid protocol-relative URI ReferenceThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, a valid relative URI ReferenceThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, an invalid URI ReferenceThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, a valid URI ReferenceThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, a valid URI fragmentThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URI References, an invalid URI fragmentThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
format: uri-template, a valid uri-templateThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
format: uri-template, an invalid uri-templateThe schema failed to load(Invalid format_name for 'format')
format: uri-template, a valid uri-template without variablesThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
format: uri-template, a valid relative uri-templateThe schema failed to load(Invalid format_name for 'format'). This excludes this validator from performance tests
validation of URIs, an invalid URI with comma in schemeExpected result: false but validator returned: true. This excludes this validator from performance tests
Proper UTF-16 surrogate pair handling: pattern, matches emptyExpected result: true but validator returned: false
Proper UTF-16 surrogate pair handling: pattern, matches twoExpected result: true but validator returned: false
Proper UTF-16 surrogate pair handling: patternProperties, doesn't match twoExpected result: false but validator returned: true
patternProperties with boolean schemas, object with property matching schema true is validThe schema failed to load(Values of 'patternProperties' must be an objects). This excludes this validator from performance tests
patternProperties with boolean schemas, object with property matching schema false is invalidThe schema failed to load(Values of 'patternProperties' must be an objects). This excludes this validator from performance tests
patternProperties with boolean schemas, object with both properties is invalidThe schema failed to load(Values of 'patternProperties' must be an objects). This excludes this validator from performance tests
patternProperties with boolean schemas, object with a property matching both true and false is invalidThe schema failed to load(Values of 'patternProperties' must be an objects). This excludes this validator from performance tests
patternProperties with boolean schemas, empty object is validThe schema failed to load(Values of 'patternProperties' must be an objects). This excludes this validator from performance tests
properties with boolean schema, no property present is validThe schema failed to load(Schema must be an object - #/properties/foo). This excludes this validator from performance tests
properties with boolean schema, only 'true' property present is validThe schema failed to load(Schema must be an object - #/properties/foo). This excludes this validator from performance tests
properties with boolean schema, only 'false' property present is invalidThe schema failed to load(Schema must be an object - #/properties/foo). This excludes this validator from performance tests
properties with boolean schema, both properties present is invalidThe schema failed to load(Schema must be an object - #/properties/foo). This excludes this validator from performance tests
propertyNames validation, some property names invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
propertyNames with boolean schema false, object with any properties is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
ref overrides any sibling keywords, ref valid, maxItems ignoredExpected result: true but validator returned: false
remote ref, containing refs itself, remote ref validThe schema failed to load(Unresolvable $ref values: ["http://json-schema.org/draft-07/schema#"]). This excludes this validator from performance tests
remote ref, containing refs itself, remote ref invalidThe schema failed to load(Unresolvable $ref values: ["http://json-schema.org/draft-07/schema#"]). This excludes this validator from performance tests
$ref to boolean schema true, any value is validThe schema failed to load(Schema must be an object - #/definitions/bool). This excludes this validator from performance tests
$ref to boolean schema false, any value is invalidThe schema failed to load(Schema must be an object - #/definitions/bool). This excludes this validator from performance tests
Recursive references between schemas, valid treeThe schema failed to load(Unresolvable $ref values: ["/node","/tree"]). This excludes this validator from performance tests
Recursive references between schemas, invalid treeThe schema failed to load(Unresolvable $ref values: ["/node","/tree"]). This excludes this validator from performance tests
refs with quote, object with numbers is validThe schema failed to load(Unresolvable $ref values: ["#/definitions/foo%22bar"]). This excludes this validator from performance tests
refs with quote, object with strings is invalidThe schema failed to load(Unresolvable $ref values: ["#/definitions/foo%22bar"]). This excludes this validator from performance tests
Location-independent identifier, matchThe schema failed to load(Unresolvable $ref values: ["#foo"])
Location-independent identifier, mismatchThe schema failed to load(Unresolvable $ref values: ["#foo"])
Location-independent identifier with absolute URI, matchThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/bar#foo"])
Location-independent identifier with absolute URI, mismatchThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/bar#foo"])
Location-independent identifier with base URI change in subschema, matchThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/nested.json#foo"])
Location-independent identifier with base URI change in subschema, mismatchThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/nested.json#foo"])
remote ref, remote ref validThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/integer.json"])
remote ref, remote ref invalidThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/integer.json"])
fragment within remote ref, remote fragment validThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/subSchemas.json#/integer"])
fragment within remote ref, remote fragment invalidThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/subSchemas.json#/integer"])
ref within remote ref, ref within ref validThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/subSchemas.json#/refToInteger"])
ref within remote ref, ref within ref invalidThe schema failed to load(Unresolvable $ref values: ["http://localhost:1234/subSchemas.json#/refToInteger"])
base URI change, base URI change ref validThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
base URI change, base URI change ref invalidThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
base URI change - change folder, number is validThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
base URI change - change folder, string is invalidThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
base URI change - change folder in subschema, number is validThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
base URI change - change folder in subschema, string is invalidThe schema failed to load(Unresolvable $ref values: ["/folderInteger.json"])
root ref in remote ref, string is validThe schema failed to load(Unresolvable $ref values: ["/name.json#/definitions/orNull"])
root ref in remote ref, null is validThe schema failed to load(Unresolvable $ref values: ["/name.json#/definitions/orNull"])
root ref in remote ref, object is invalidThe schema failed to load(Unresolvable $ref values: ["/name.json#/definitions/orNull"])
required with empty array, property not requiredThe schema failed to load(The 'required' array must have at least one element). This excludes this validator from performance tests
uniqueItems validation, non-unique array of integers is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, numbers are unique if mathematically unequalExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, non-unique array of objects is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, non-unique array of nested objects is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, non-unique array of arrays is invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, non-unique heterogeneous types are invalidExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems validation, objects are non-unique despite key orderExpected result: false but validator returned: true
uniqueItems with an array of items, [false, false] from items array is not validExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems with an array of items, [true, true] from items array is not validExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems with an array of items, non-unique array extended from [false, true] is not validExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems with an array of items, non-unique array extended from [true, false] is not validExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems with an array of items and additionalItems=false, [false, false] from items array is not validExpected result: false but validator returned: true. This excludes this validator from performance tests
uniqueItems with an array of items and additionalItems=false, [true, true] from items array is not validExpected result: false but validator returned: true. This excludes this validator from performance tests

All other tests passed.

back to benchmarks