lexicon
Id: eco.wonderland.workcell.device.configuration.file.defs
Type: lexicon
Objects
Section titled “Objects”- imageFile: Reference to a file containing an image of the component.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.device.configuration.file.defs", "lexicon": 1, "defs": { "imageFile": { "type": "object", "required": [ "id", "href", "mediaType" ], "properties": { "id": { "type": "string" }, "href": { "type": "string" }, "mediaType": { "type": "string" }, "name": { "type": "string" } } } }}