{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OutputResult", "title": "OutputResult", "type": "object", "description": "In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).", "properties": { "Device": { "$ref": "#/components/schemas/Device" }, "InfoQualify": { "$ref": "#/components/schemas/InfoQualify" }, "Response": { "$ref": "#/components/schemas/Response" } }, "required": [ "Device", "InfoQualify", "Response" ] }