You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reports/JSV.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,11 @@ that is the case for these tests.
42
42
|`validation of date-time strings, an invalid date-time string`|Expected result: `false` but validator returned: `true`
43
43
|`validation of date-time strings, only RFC3339 not all of ISO 8601 are valid`|Expected result: `false` but validator returned: `true`
44
44
|`validation of URIs, an invalid protocol-relative URI Reference`|Expected result: `false` but validator returned: `true`
45
+
|`validation of URIs, an invalid relative URI Reference`|Expected result: `false` but validator returned: `true`
45
46
|`validation of URIs, an invalid URI`|Expected result: `false` but validator returned: `true`
46
47
|`validation of URIs, an invalid URI though valid URI reference`|Expected result: `false` but validator returned: `true`
48
+
|`validation of URIs, an invalid URI with spaces`|Expected result: `false` but validator returned: `true`
49
+
|`validation of URIs, an invalid URI with spaces and missing scheme`|Expected result: `false` but validator returned: `true`
47
50
|`validation of e-mail addresses, an invalid e-mail address`|Expected result: `false` but validator returned: `true`
48
51
|`validation of IP addresses, an IP address with too many components`|Expected result: `false` but validator returned: `true`
49
52
|`validation of IP addresses, an IP address with out-of-range values`|Expected result: `false` but validator returned: `true`
@@ -72,7 +75,9 @@ that is the case for these tests.
72
75
|`root ref in remote ref, string is valid`|Expected result: `true` but validator returned: `false`
73
76
|`root ref in remote ref, null is valid`|Expected result: `true` but validator returned: `false`
74
77
|`required validation, present required property is valid`|Expected result: `true` but validator returned: `false`. **This excludes this validator from performance tests**
75
-
|`required validation, ignores non-objects`|Expected result: `true` but validator returned: `false`
78
+
|`required validation, ignores arrays`|Expected result: `true` but validator returned: `false`. **This excludes this validator from performance tests**
79
+
|`required validation, ignores strings`|Expected result: `true` but validator returned: `false`. **This excludes this validator from performance tests**
80
+
|`required validation, ignores other non-objects`|Expected result: `true` but validator returned: `false`. **This excludes this validator from performance tests**
76
81
|`uniqueItems validation, non-unique array of objects is invalid`|Expected result: `false` but validator returned: `true`
77
82
|`uniqueItems validation, non-unique array of nested objects is invalid`|Expected result: `false` but validator returned: `true`
78
83
|`uniqueItems validation, non-unique array of arrays is invalid`|Expected result: `false` but validator returned: `true`
Some validators have deliberately chosen not to support parts of the spec. Go to the [`djv`](https://github.com/korzio/djv#readme) homepage to learn if
10
-
that is the case for these tests.
11
-
12
-
|test failed|reason
13
-
|-----------|------
14
-
|`ECMA 262 regex non-compliance, ECMA 262 has no support for \Z anchor from .NET`|Expected result: `false` but validator returned: `true`
15
-
|`validation of URIs, an invalid protocol-relative URI Reference`|Expected result: `false` but validator returned: `true`
16
-
|`ref overrides any sibling keywords, ref valid, maxItems ignored`|Expected result: `true` but validator returned: `false`
17
-
|`base URI change - change folder in subschema, number is valid`|Expected result: `true` but validator returned: `false`
18
-
|`root ref in remote ref, string is valid`|Expected result: `true` but validator returned: `"Maximum call stack size exceeded"`
19
-
|`root ref in remote ref, object is invalid`|Expected result: `false` but validator returned: `"Maximum call stack size exceeded"`
Copy file name to clipboardExpand all lines: reports/jayschema.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ that is the case for these tests.
15
15
|`minLength validation, one supplementary Unicode code point is not long enough`|Expected result: `false` but validator returned: `true`
16
16
|`ECMA 262 regex non-compliance, ECMA 262 has no support for \Z anchor from .NET`|Expected result: `false` but validator returned: `true`
17
17
|`validation of URIs, an invalid protocol-relative URI Reference`|Expected result: `false` but validator returned: `true`
18
+
|`validation of URIs, an invalid relative URI Reference`|Expected result: `false` but validator returned: `true`
18
19
|`validation of URIs, an invalid URI though valid URI reference`|Expected result: `false` but validator returned: `true`
19
20
|`property named $ref that is not a reference, property named $ref valid`|Expected result: `true` but validator returned: `"uri.slice is not a function"`. **This excludes this validator from performance tests**
20
21
|`property named $ref that is not a reference, property named $ref invalid`|Expected result: `false` but validator returned: `"uri.slice is not a function"`. **This excludes this validator from performance tests**
0 commit comments