diff --git a/unittests/json-schema-models/datamodel_missing_array_items.schema.json b/unittests/json-schema-models/datamodel_missing_array_items.schema.json new file mode 100644 index 0000000000000000000000000000000000000000..8ac17ac3162def3dbf070d7027fd318366bb4682 --- /dev/null +++ b/unittests/json-schema-models/datamodel_missing_array_items.schema.json @@ -0,0 +1,9 @@ +{ + "title": "something_with_missing_array_items", + "type": "object", + "properties": { + "missing": { + "type": "array" + } + } +}