lexicon
Id: eco.wonderland.workcell.asset.fixture.defs
Type: lexicon
Objects
Section titled “Objects”Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.asset.fixture.defs", "lexicon": 1, "defs": { "fixture": { "type": "object", "required": [ "assetId", "timestamp" ], "properties": { "assetId": { "type": "string" }, "deviceUuid": { "type": "string" }, "removed": { "type": "boolean" }, "timestamp": { "type": "string", "format": "datetime" }, "configuration": { "type": "ref", "ref": "lex:eco.wonderland.workcell.device.configuration.defs#configuration" }, "hash": { "type": "string" }, "measurements": { "type": "ref", "ref": "lex:eco.wonderland.workcell.asset.defs#measurements" } } } }}