Skip to content

entry

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

Key-value pair published as part of a dataSet. Constraints for Entry Values The value of each entry MUST have the same restrictions as the value of an observation with representation as value. An entry MAY be further constrained by the dataItem definition (see Device Information Model), for example a VariableDataSet having a string value MAY have a floating-point temperature value. A restriction MUST NOT be broadened or removed, for example, the value “READY” MUST NOT occur with a TemperatureDataSet constrained to floating-point numbers. entryDefinition MAY provide the type and units of an key.

Type: string
Required

Unique identifier for each key-value pair.

Type: boolean

Removal indicator of a key-value pair.

Type: string

Value of the entry.

{
"type": "object",
"required": [
"key"
],
"properties": {
"key": {
"type": "string"
},
"removed": {
"type": "boolean"
},
"value": {
"type": "string"
}
}
}
© Lookinglass 2026