Skip to content

lexicon

Id: eco.wonderland.workcell.protocol.mtconnect.exception.defs
Type: lexicon

{
"id": "eco.wonderland.workcell.protocol.mtconnect.exception.defs",
"lexicon": 1,
"defs": {
"exception": {
"type": "object",
"required": [
"trace"
],
"properties": {
"trace": {
"type": "ref",
"ref": "#trace"
}
}
},
"mtConnectAssetsExceptionsReport": {
"type": "object",
"required": [
"exceptions"
],
"properties": {
"exceptions": {
"type": "array",
"minLength": 1,
"items": {
"type": "ref",
"ref": "#exception"
}
},
"header": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.protocol.mtconnect.asset.defs#header"
}
}
},
"mtConnectDevicesExceptionsReport": {
"type": "object",
"required": [
"exceptions"
],
"properties": {
"exceptions": {
"type": "array",
"minLength": 1,
"items": {
"type": "ref",
"ref": "#exception"
}
},
"header": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.protocol.mtconnect.device.defs#header"
}
}
},
"mtConnectExceptionsReport": {
"type": "object",
"properties": {}
},
"mtConnectStreamsExceptionsReport": {
"type": "object",
"required": [
"exceptions"
],
"properties": {
"exceptions": {
"type": "array",
"minLength": 1,
"items": {
"type": "ref",
"ref": "#exception"
}
},
"header": {
"type": "ref",
"ref": "lex:eco.wonderland.workcell.protocol.mtconnect.stream.defs#header"
}
}
},
"trace": {
"type": "object",
"properties": {}
}
}
}
© Lookinglass 2026