mtConnectAssets
Lexicon: eco.wonderland.workcell.protocol.mtconnect.asset.defs
Type: object
Root entity of an assets response that contains the asset information of asset types.
Properties
Section titled “Properties”header
Section titled “header”Type: header
Required
assets
Section titled “assets”Type: assets
Schema
Section titled “Schema”{ "type": "object", "required": [ "header" ], "properties": { "header": { "type": "ref", "ref": "#header" }, "assets": { "type": "ref", "ref": "lex:eco.wonderland.workcell.asset.defs#assets" } }}