Skip to content

imageFile

Lexicon: eco.wonderland.workcell.device.configuration.file.defs
Type: object

Reference to a file containing an image of the component.

Type: string
Required

Unique identifier of the image file.

Type: string
Required

URL giving the location of the image file.

Type: string
Required

Mime type of the image file.

Type: string

Description of the image file.

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"id",
"href",
"mediaType"
],
"properties": {
"id": {
"type": "string"
},
"href": {
"type": "string"
},
"mediaType": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
© Lookinglass 2026