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 163
163
"valid" : false
164
164
}
165
165
]
166
+ },
167
+ {
168
+ "description" : " properties should properly handle null data" ,
169
+ "schema" : {
170
+ "properties" : {
171
+ "foo$" : {"type" : " null" }
172
+ }
173
+ },
174
+ "tests" : [
175
+ {
176
+ "description" : " null properties allowed" ,
177
+ "data" : {"foo" : null },
178
+ "valid" : true
179
+ }
180
+ ]
166
181
}
167
182
]
Original file line number Diff line number Diff line change 163
163
"valid" : false
164
164
}
165
165
]
166
+ },
167
+ {
168
+ "description" : " properties should properly handle null data" ,
169
+ "schema" : {
170
+ "properties" : {
171
+ "foo$" : {"type" : " null" }
172
+ }
173
+ },
174
+ "tests" : [
175
+ {
176
+ "description" : " null properties allowed" ,
177
+ "data" : {"foo" : null },
178
+ "valid" : true
179
+ }
180
+ ]
166
181
}
167
182
]
Original file line number Diff line number Diff line change 163
163
"valid" : false
164
164
}
165
165
]
166
+ },
167
+ {
168
+ "description" : " properties should properly handle null data" ,
169
+ "schema" : {
170
+ "properties" : {
171
+ "foo$" : {"type" : " null" }
172
+ }
173
+ },
174
+ "tests" : [
175
+ {
176
+ "description" : " null properties allowed" ,
177
+ "data" : {"foo" : null },
178
+ "valid" : true
179
+ }
180
+ ]
166
181
}
167
182
]
Original file line number Diff line number Diff line change 93
93
"valid" : false
94
94
}
95
95
]
96
+ },
97
+ {
98
+ "description" : " properties should properly handle null data" ,
99
+ "schema" : {
100
+ "properties" : {
101
+ "foo$" : {"type" : " null" }
102
+ }
103
+ },
104
+ "tests" : [
105
+ {
106
+ "description" : " null properties allowed" ,
107
+ "data" : {"foo" : null },
108
+ "valid" : true
109
+ }
110
+ ]
96
111
}
97
112
]
Original file line number Diff line number Diff line change 132
132
"valid" : false
133
133
}
134
134
]
135
+ },
136
+ {
137
+ "description" : " properties should properly handle null data" ,
138
+ "schema" : {
139
+ "properties" : {
140
+ "foo$" : {"type" : " null" }
141
+ }
142
+ },
143
+ "tests" : [
144
+ {
145
+ "description" : " null properties allowed" ,
146
+ "data" : {"foo" : null },
147
+ "valid" : true
148
+ }
149
+ ]
135
150
}
136
151
]
Original file line number Diff line number Diff line change 163
163
"valid" : false
164
164
}
165
165
]
166
+ },
167
+ {
168
+ "description" : " properties should properly handle null data" ,
169
+ "schema" : {
170
+ "properties" : {
171
+ "foo$" : {"type" : " null" }
172
+ }
173
+ },
174
+ "tests" : [
175
+ {
176
+ "description" : " null properties allowed" ,
177
+ "data" : {"foo" : null },
178
+ "valid" : true
179
+ }
180
+ ]
166
181
}
167
182
]
Original file line number Diff line number Diff line change 163
163
"valid" : false
164
164
}
165
165
]
166
+ },
167
+ {
168
+ "description" : " properties should properly handle null data" ,
169
+ "schema" : {
170
+ "properties" : {
171
+ "foo$" : {"type" : " null" }
172
+ }
173
+ },
174
+ "tests" : [
175
+ {
176
+ "description" : " null properties allowed" ,
177
+ "data" : {"foo" : null },
178
+ "valid" : true
179
+ }
180
+ ]
166
181
}
167
182
]
You can’t perform that action at this time.
0 commit comments