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.
Properties
Section titled “Properties”Type: string
Required
Unique identifier for each key-value pair.
removed
Section titled “removed”Type: boolean
Removal indicator of a key-value pair.
Type: string
Value of the entry.
Referenced By
Section titled “Referenced By”- alarmLimit
eco.wonderland.workcell.observation.data.defs - controlLimit
eco.wonderland.workcell.observation.data.defs - locationAddress
eco.wonderland.workcell.observation.data.defs - locationSpatialGeographic
eco.wonderland.workcell.observation.data.defs - sensorAttachment
eco.wonderland.workcell.observation.data.defs - specificationLimit
eco.wonderland.workcell.observation.data.defs - dataSet
eco.wonderland.workcell.observation.representation.defs - axisDataSet
eco.wonderland.workcell.device.data.defs - originDataSet
eco.wonderland.workcell.device.data.defs - rotationDataSet
eco.wonderland.workcell.device.data.defs - scaleDataSet
eco.wonderland.workcell.device.data.defs - translationDataSet
eco.wonderland.workcell.device.data.defs
Schema
Section titled “Schema”{ "type": "object", "required": [ "key" ], "properties": { "key": { "type": "string" }, "removed": { "type": "boolean" }, "value": { "type": "string" } }}