File tree
28 files changed
+2301
-125
lines changed- spec
- src
- Constraint
- Format
- Exception
- RemoteRef
- tests/src/PHPUnit
- Example
- Spec
- tools
28 files changed
+2301
-125
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Lines changed: 27 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
| |||
86 | 91 |
| |
87 | 92 |
| |
88 | 93 |
| |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
89 | 105 |
| |
90 | 106 |
| |
91 | 107 |
| |
| |||
403 | 419 |
| |
404 | 420 |
| |
405 | 421 |
| |
406 |
| - | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Submodule JSON-Schema-Test-Suite updated 89 files
- .travis.yml+1-1
- README.md+10-4
- bin/jsonschema_suite+26-10
- index.js+29-17
- package.json+2-2
- tests/draft3/additionalProperties.json+11-1
- tests/draft3/dependencies.json+12-2
- tests/draft3/patternProperties.json+6-1
- tests/draft3/properties.json+6-1
- tests/draft4/additionalProperties.json+11-1
- tests/draft4/anyOf.json+41
- tests/draft4/dependencies.json+12-2
- tests/draft4/maxProperties.json+11-1
- tests/draft4/minProperties.json+11-1
- tests/draft4/oneOf.json+41
- tests/draft4/optional/format.json+76-1
- tests/draft4/patternProperties.json+11-1
- tests/draft4/properties.json+6-1
- tests/draft4/required.json+11-1
- tests/draft6/additionalProperties.json+11-1
- tests/draft6/anyOf.json+41
- tests/draft6/const.json+21
- tests/draft6/definitions.json+2-2
- tests/draft6/dependencies.json+12-2
- tests/draft6/maxProperties.json+11-1
- tests/draft6/minProperties.json+11-1
- tests/draft6/oneOf.json+41
- tests/draft6/optional/format.json+211-11
- tests/draft6/patternProperties.json+11-1
- tests/draft6/properties.json+6-1
- tests/draft6/propertyNames.json+12-2
- tests/draft6/ref.json+1-1
- tests/draft6/required.json+11-1
- tests/draft7/additionalItems.json+87
- tests/draft7/additionalProperties.json+98
- tests/draft7/allOf.json+145
- tests/draft7/anyOf.json+142
- tests/draft7/boolean_schema.json+104
- tests/draft7/const.json+86
- tests/draft7/contains.json+95
- tests/draft7/default.json+49
- tests/draft7/definitions.json+32
- tests/draft7/dependencies.json+172
- tests/draft7/enum.json+72
- tests/draft7/exclusiveMaximum.json+30
- tests/draft7/exclusiveMinimum.json+30
- tests/draft7/if-then-else.json+188
- tests/draft7/items.json+133
- tests/draft7/maxItems.json+28
- tests/draft7/maxLength.json+33
- tests/draft7/maxProperties.json+38
- tests/draft7/maximum.json+28
- tests/draft7/minItems.json+28
- tests/draft7/minLength.json+33
- tests/draft7/minProperties.json+38
- tests/draft7/minimum.json+28
- tests/draft7/multipleOf.json+60
- tests/draft7/not.json+117
- tests/draft7/oneOf.json+153
- tests/draft7/optional/bignum.json+105
- tests/draft7/optional/content.json+62
- tests/draft7/optional/ecmascript-regex.json+13
- tests/draft7/optional/format/date-time.json+23
- tests/draft7/optional/format/date.json+23
- tests/draft7/optional/format/email.json+18
- tests/draft7/optional/format/hostname.json+33
- tests/draft7/optional/format/idn-email.json+18
- tests/draft7/optional/format/idn-hostname.json+28
- tests/draft7/optional/format/ipv4.json+33
- tests/draft7/optional/format/ipv6.json+28
- tests/draft7/optional/format/iri-reference.json+43
- tests/draft7/optional/format/iri.json+48
- tests/draft7/optional/format/json-pointer.json+168
- tests/draft7/optional/format/regex.json+18
- tests/draft7/optional/format/relative-json-pointer.json+33
- tests/draft7/optional/format/time.json+23
- tests/draft7/optional/format/uri-reference.json+43
- tests/draft7/optional/format/uri-template.json+30
- tests/draft7/optional/format/uri.json+103
- tests/draft7/optional/zeroTerminatedFloats.json+15
- tests/draft7/pattern.json+34
- tests/draft7/patternProperties.json+151
- tests/draft7/properties.json+128
- tests/draft7/propertyNames.json+78
- tests/draft7/ref.json+332
- tests/draft7/refRemote.json+171
- tests/draft7/required.json+70
- tests/draft7/type.json+345
- tests/draft7/uniqueItems.json+79
Lines changed: 154 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + |
Lines changed: 168 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + |
0 commit comments