Add TODO for JSON model metadata

This commit is contained in:
Lucien Greathouse
2019-10-03 18:30:10 -07:00
parent 72d88200e4
commit 10ed353e0a

View File

@@ -122,7 +122,7 @@ impl JsonModelCore {
InstanceSnapshot {
snapshot_id: None,
metadata: Default::default(), // TODO
metadata: Default::default(), // TODO: Allow the user to specify metadata in the JSON model again.
name: Cow::Owned(name),
class_name: Cow::Owned(class_name),
properties,