Closed cyplo closed 5 years ago
Right now it produces a JSONSchema with just array definition and no items instead
JSONSchema
array
items
And that's okay. It's perfectly valid. Like, empty schema is ok and it validates any input data. It's like - can be whatever in this array. We should close this one.
Right now it produces a
JSONSchema
with justarray
definition and noitems
instead