imageFile
Lexicon: eco.wonderland.workcell.device.configuration.file.defs
Type: object
Reference to a file containing an image of the component.
Properties
Section titled “Properties”Type: string
Required
Unique identifier of the image file.
Type: string
Required
URL giving the location of the image file.
mediaType
Section titled “mediaType”Type: string
Required
Mime type of the image file.
Type: string
Description of the image file.
Referenced By
Section titled “Referenced By”- configuration
eco.wonderland.workcell.device.configuration.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "id", "href", "mediaType" ], "properties": { "id": { "type": "string" }, "href": { "type": "string" }, "mediaType": { "type": "string" }, "name": { "type": "string" } }}