{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.2", "$id": "https://smart-data-models.github.io/dataModel.AutonomousMobileRobot/StopCommandMessage/schema.json", "description": "Stop Command message", "title": "Stop Command message ported to Smart Data Models", "modelTags": "", "type": "object", "properties": { "id": { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons/properties/id" }, "type": { "type": "string", "description": "Property. NGSI Entity type. It has to be StopCommandMessage", "enum": [ "StopCommandMessage" ] }, "commandTime": { "$ref": "https://raw.githubusercontent.com/smart-data-models/dataModel.AutonomousMobileRobot/master/AutonomousMobileRobot-schema.json#/definitions/commandTime" }, "stopCommand": { "$ref": "https://raw.githubusercontent.com/smart-data-models/dataModel.AutonomousMobileRobot/master/AutonomousMobileRobot-schema.json#/definitions/stopCommand" } }, "required": [ "id", "commandTime", "stopCommand", "type" ] }