File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,14 +149,14 @@ public function getValidTests()
149149 '{"items":[{"default":null}]} ' ,
150150 '[null] '
151151 ),
152- array (// #21 items might be an array of schema (instead of an array of schema)
152+ array (// #21 items might be a schema (instead of an array of schema)
153153 '[{}] ' ,
154- '{"items":{"properties":{"propertyOne":{"default":"valueOne"}},"required":[] }} ' ,
154+ '{"items":{"properties":{"propertyOne":{"default":"valueOne"}}}} ' ,
155155 '[{"propertyOne":"valueOne"}] '
156156 ),
157- array (// #22 if items is not an array, it does not create new item
157+ array (// #22 if items is not an array, it does not create a new item
158158 '[] ' ,
159- '{"items":{"properties":{"propertyOne":{"default":"valueOne"}},"required":[] }} ' ,
159+ '{"items":{"properties":{"propertyOne":{"default":"valueOne"}}}} ' ,
160160 '[] '
161161 ),
162162 );
You can’t perform that action at this time.
0 commit comments