File tree Expand file tree Collapse file tree 7 files changed +105
-0
lines changed Expand file tree Collapse file tree 7 files changed +105
-0
lines changed Original file line number Diff line number Diff line change 152152 "valid" : true
153153 }
154154 ]
155+ },
156+ {
157+ "description" : " patternProperties should properly handle null data" ,
158+ "schema" : {
159+ "patternProperties" : {
160+ "^.*bar$" : {"type" : " null" }
161+ }
162+ },
163+ "tests" : [
164+ {
165+ "description" : " null properties allowed" ,
166+ "data" : {"foobar" : null },
167+ "valid" : true
168+ }
169+ ]
155170 }
156171]
Original file line number Diff line number Diff line change 152152 "valid" : true
153153 }
154154 ]
155+ },
156+ {
157+ "description" : " patternProperties should properly handle null data" ,
158+ "schema" : {
159+ "patternProperties" : {
160+ "^.*bar$" : {"type" : " null" }
161+ }
162+ },
163+ "tests" : [
164+ {
165+ "description" : " null properties allowed" ,
166+ "data" : {"foobar" : null },
167+ "valid" : true
168+ }
169+ ]
155170 }
156171]
Original file line number Diff line number Diff line change 152152 "valid" : true
153153 }
154154 ]
155+ },
156+ {
157+ "description" : " patternProperties should properly handle null data" ,
158+ "schema" : {
159+ "patternProperties" : {
160+ "^.*bar$" : {"type" : " null" }
161+ }
162+ },
163+ "tests" : [
164+ {
165+ "description" : " null properties allowed" ,
166+ "data" : {"foobar" : null },
167+ "valid" : true
168+ }
169+ ]
155170 }
156171]
Original file line number Diff line number Diff line change 111111 "valid" : false
112112 }
113113 ]
114+ },
115+ {
116+ "description" : " patternProperties should properly handle null data" ,
117+ "schema" : {
118+ "patternProperties" : {
119+ "^.*bar$" : {"type" : " null" }
120+ }
121+ },
122+ "tests" : [
123+ {
124+ "description" : " null properties allowed" ,
125+ "data" : {"foobar" : null },
126+ "valid" : true
127+ }
128+ ]
114129 }
115130]
Original file line number Diff line number Diff line change 116116 "valid" : false
117117 }
118118 ]
119+ },
120+ {
121+ "description" : " patternProperties should properly handle null data" ,
122+ "schema" : {
123+ "patternProperties" : {
124+ "^.*bar$" : {"type" : " null" }
125+ }
126+ },
127+ "tests" : [
128+ {
129+ "description" : " null properties allowed" ,
130+ "data" : {"foobar" : null },
131+ "valid" : true
132+ }
133+ ]
119134 }
120135]
Original file line number Diff line number Diff line change 152152 "valid" : true
153153 }
154154 ]
155+ },
156+ {
157+ "description" : " patternProperties should properly handle null data" ,
158+ "schema" : {
159+ "patternProperties" : {
160+ "^.*bar$" : {"type" : " null" }
161+ }
162+ },
163+ "tests" : [
164+ {
165+ "description" : " null properties allowed" ,
166+ "data" : {"foobar" : null },
167+ "valid" : true
168+ }
169+ ]
155170 }
156171]
Original file line number Diff line number Diff line change 152152 "valid" : true
153153 }
154154 ]
155+ },
156+ {
157+ "description" : " patternProperties should properly handle null data" ,
158+ "schema" : {
159+ "patternProperties" : {
160+ "^.*bar$" : {"type" : " null" }
161+ }
162+ },
163+ "tests" : [
164+ {
165+ "description" : " null properties allowed" ,
166+ "data" : {"foobar" : null },
167+ "valid" : true
168+ }
169+ ]
155170 }
156171]
You can’t perform that action at this time.
0 commit comments