Skip to content

sensorAttachment

Lexicon: eco.wonderland.workcell.observation.data.defs
Type: object

Type: int32
Required

Number of entry elements for the observation.

Type: [ entry ]

Type: string
Required

Identity of a sensor used to observe some measurement of an item.

{
"type": "object",
"required": [
"count",
"sensorId"
],
"properties": {
"count": {
"type": "integer"
},
"entry": {
"type": "array",
"items": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.observation.representation.defs#entry"
}
},
"sensorId": {
"type": "string"
}
}
}
© Lookinglass 2026