File tree Expand file tree Collapse file tree 7 files changed +39
-5
lines changed Expand file tree Collapse file tree 7 files changed +39
-5
lines changed Original file line number Diff line number Diff line change 7777 "valid" : true
7878 }
7979 ]
80+ },
81+ {
82+ "description" : " prefixItems should properly handle null data" ,
83+ "schema" : {
84+ "items" : [
85+ {
86+ "type" : null
87+ }
88+ ]
89+ },
90+ "tests" : [
91+ {
92+ "description" : " null properties allowed" ,
93+ "data" : [ null ],
94+ "valid" : true
95+ }
96+ ]
8097 }
8198]
Original file line number Diff line number Diff line change 267267 "schema" : {
268268 "items" : [
269269 {
270- "type" : null
270+ "type" : null
271271 }
272272 ]
273273 },
Original file line number Diff line number Diff line change 7777 "valid" : true
7878 }
7979 ]
80+ },
81+ {
82+ "description" : " prefixItems should properly handle null data" ,
83+ "schema" : {
84+ "items" : [
85+ {
86+ "type" : null
87+ }
88+ ]
89+ },
90+ "tests" : [
91+ {
92+ "description" : " null properties allowed" ,
93+ "data" : [ null ],
94+ "valid" : true
95+ }
96+ ]
8097 }
8198]
Original file line number Diff line number Diff line change 6363 "schema" : {
6464 "items" : [
6565 {
66- "type" : null
66+ "type" : null
6767 }
6868 ]
6969 },
Original file line number Diff line number Diff line change 212212 "schema" : {
213213 "items" : [
214214 {
215- "type" : null
215+ "type" : null
216216 }
217217 ]
218218 },
Original file line number Diff line number Diff line change 267267 "schema" : {
268268 "items" : [
269269 {
270- "type" : null
270+ "type" : null
271271 }
272272 ]
273273 },
Original file line number Diff line number Diff line change 267267 "schema" : {
268268 "items" : [
269269 {
270- "type" : null
270+ "type" : null
271271 }
272272 ]
273273 },
You can’t perform that action at this time.
0 commit comments