ENH: Special treatment for name property
Compare changes
For https://gitlab.indiscale.com/caosdb/customers/leibniz-zmt/management/-/issues/58. Simply skip name
properties in json-schema datamodel definitions -- they will be identified with CaosDB's name property when actually creating records s.th. we don't need to create a separate property.
name
propeties are now caught in JsonSchemaParser._treat_element
.
Unittest should be sufficient, but feel free to test it manually, too.
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.