Skip to content

Commit

Permalink
chore: update packaging-machine tm
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlinda authored and mergify[bot] committed Oct 18, 2022
1 parent cc23e4b commit b1b9e08
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions things-models/packaging-machine/packaging-machine.tm.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,19 @@
"packagingMachine-failure": {
"title": "Packaging machine failure",
"description": "Report a packaging machine failure",
"data": {
"@type": "Object",
"title": "Packaging Machine Failure",
"type": "object",
"unit": ""
"type": "object",
"properties": {
"batch-id": { "type": "string" },
"cutter-temperature": { "type": "integer" }
}
},
"package-damaged": {
"title": "Package damaged",
"description": "Report that a package has been damaged",
"data": {
"@type": "Object",
"title": "Package Damaged",
"type": "object",
"unit": ""
"type": "object",
"properties": {
"batch-id": { "type": "string" },
"cutter-temperature": { "type": "integer" }
}
}
}
Expand Down

0 comments on commit b1b9e08

Please sign in to comment.