Skip to content
Snippets Groups Projects

Extend json-schema model parser

Merged Florian Spreckelsen requested to merge f-enhance-json-parser into dev
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
{
"title": "something_with_missing_array_items",
"type": "object",
"properties": {
"missing": {
"type": "array"
}
}
}
Loading