ENH: JsonSchemaExporter accepts do_not_create parameter.
5 unresolved threads
5 unresolved threads
Compare changes
Files
2- Daniel Hornung authored
@@ -263,7 +263,7 @@ class DataModel(dict):
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.