Skip to content

specification

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

Design characteristics for a piece of equipment.

Type: dataItemType
Required

Same as type. See DataItem Types.

Type: dataItemSubType

Same as subType. See DataItem.

Type: string

Reference to the id associated with this entity.

Type: unit

Same as units. See DataItem.

Type: string

Reference to the id associated with this entity.

Type: string

Name provides additional meaning and differentiates between specification entities.

Type: string

References the coordinateSystem for geometric specification elements.

Type: string

Unique identifier for this specification.

Type: originator
Default: manufacturer
Required

Reference to the creator of the specification.

Type: maximum

Type: upperLimit

Type: lowerWarning

Type: lowerLimit

Type: upperWarning

Type: nominal

Type: minimum

  • configuration eco.wonderland.workcell.device.configuration.defs
{
"type": "object",
"required": [
"type",
"originator"
],
"properties": {
"type": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemType"
},
"subType": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#dataItemSubType"
},
"dataItemIdRef": {
"type": "string"
},
"units": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.common.data.defs#unit"
},
"compositionIdRef": {
"type": "string"
},
"name": {
"type": "string"
},
"coordinateSystemIdRef": {
"type": "string"
},
"id": {
"type": "string"
},
"originator": {
"type": "string",
"default": "manufacturer"
},
"maximum": {
"type": "ref",
"ref": "#maximum"
},
"upperLimit": {
"type": "ref",
"ref": "#upperLimit"
},
"lowerWarning": {
"type": "ref",
"ref": "#lowerWarning"
},
"lowerLimit": {
"type": "ref",
"ref": "#lowerLimit"
},
"upperWarning": {
"type": "ref",
"ref": "#upperWarning"
},
"nominal": {
"type": "ref",
"ref": "#nominal"
},
"minimum": {
"type": "ref",
"ref": "#minimum"
}
}
}
© Lookinglass 2026