representation
Lexicon: eco.wonderland.workcell.observation.representation.defs
Type: object
Specifies the format and structure of value.
The representation type for an observation is defined by the associated representation in the devices response.
value is the default representation type for all observation types.
The name of the observation type is modified for all representation types other than value by appending the pascal case of the representation type.
Example: The name for sample observation type temperaturewith representation type of timeSeries becomes temperatureTimeSeries.
Schema
Section titled “Schema”{ "type": "object", "properties": {}}