{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "modelTags": "", "$id": "https://smart-data-models.github.io/dataModel.RoboticIndustrialActivities/RobotCell/schema.json", "title": " Smart Data Models- Robotic Cell schema", "description": "A Robotic cell.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "RoboticCell" ], "description": "Property. It has to be RoboticCell. NGSI Entity type." }, "refRobot": { "anyOf": [ { "type": "string", "minLength": 1, "maxLength": 256, "pattern": "^[\\w\\-\\.\\{\\}\\$\\+\\*\\[\\]`|~^@!,:\\\\]+$", "description": "Property. Identifier format of any NGSI entity" }, { "type": "string", "format": "uri", "description": "Property. Identifier format of any NGSI entity" } ], "description": "Relationship. Model:'https://schema.org/Text'. Robot belonging to the cell." }, "refVacuumPump": { "anyOf": [ { "type": "string", "minLength": 1, "maxLength": 256, "pattern": "^[\\w\\-\\.\\{\\}\\$\\+\\*\\[\\]`|~^@!,:\\\\]+$", "description": "Property. Identifier format of any NGSI entity" }, { "type": "string", "format": "uri", "description": "Property. Identifier format of any NGSI entity" } ], "description": "Relationship. Model:'https://schema.org/Text'. Vacuum pump belonging to the cell." }, "refIncomingPallet": { "anyOf": [ { "type": "string", "minLength": 1, "maxLength": 256, "pattern": "^[\\w\\-\\.\\{\\}\\$\\+\\*\\[\\]`|~^@!,:\\\\]+$", "description": "Property. Identifier format of any NGSI entity" }, { "type": "string", "format": "uri", "description": "Property. Identifier format of any NGSI entity" } ], "description": "Relationship. Model:'https://schema.org/Text'. List of pallets providing incoming pieces for the cell." }, "refOutgoingPallet": { "anyOf": [ { "type": "string", "minLength": 1, "maxLength": 256, "pattern": "^[\\w\\-\\.\\{\\}\\$\\+\\*\\[\\]`|~^@!,:\\\\]+$", "description": "Property. Identifier format of any NGSI entity" }, { "type": "string", "format": "uri", "description": "Property. Identifier format of any NGSI entity" } ], "description": "Relationship. Model:'https://schema.org/Text'. List of pallets providing outcoming pieces for the cell." }, "errorNumber": { "type": "integer", "description": "Property. Model:'https://schema.org/Number'. Indicates if there if an error (value not 0) occurred on the cell." }, "errorMessage": { "type": "string", "description": "Property. Model:'https://schema.org/Text'. The error message corresponding to the error number." }, "totalNumberOfPieces": { "type": "integer", "description": "Property. Model:'https://schema.org/Text'. Total number of pieces in the job executing on the robotic cell." }, "currentPieceNumber": { "type": "integer", "description": "Property. Model:'https://schema.org/Text'. Current number of pieces done in the job executing on the robotic cell." } } } ], "required": [ "id", "type" ] }