0.5: Added Model Structure Property
Moved metadata/modeling from StructureProperty
to new ModelStructureProperty
.
This allows the base StructureProperty
to serve its initial use case (miscellaneous data dumps; e.g.: a "raw data" property or a "log" model).
Breaking Change:
- Switch to
"type": "model-structure"
if a structure property has metadata or a model settings
Highlights:
- Improved parsing of structure vals to better use the models they are bound to
- Added support for saving nested properties when saving the structure property
- Added customizable "sql_type" to pick among the TEXT data types