ENH: JsonSchemaExporter accepts do_not_create parameter.
Compare changes
@@ -22,7 +22,7 @@
@@ -36,4+36,4 @@
@@ -210,7+210,7 @@
@@ -272,7+272,7 @@
DataModel.get_deep(name: str)
Look at the new test function, this should explain the meaning.
Please do not delete the source branch after merging, we will probably still need it.
Does the get_deep()
function look reasonable?
Run the unit tests, especially pytest unittests/test_json_schema_exporter.py -k options
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.