{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Omron amr generic arcl response schema", "subtopic": "/Omron/CMD/itk/Sim43/cmd/arcl/res/+", "type": "object", "properties": { "type": { "type": "string", "description": "Type of the request" }, "id": { "type": "string", "description": "Unique identifier for the request" }, "upd": { "type": "string", "description": "timestamp of the last update" }, "status": { "type": "string", "description": "status of the request" }, "description": { "type": "string", "description": "short description of the message" }, "command": { "type": "string", "description": "The acrl command that was executed" } }, "required": ["type", "id", "upd", "status", "description", "command"] }