{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputResult", "title": "InputResult", "type": "object", "properties": { "Device": { "$ref": "#/components/schemas/Device" }, "InfoQualify": { "$ref": "#/components/schemas/InfoQualify" }, "Response": { "$ref": "#/components/schemas/Response" }, "Input": { "$ref": "#/components/schemas/Input" } }, "required": [ "Device", "InfoQualify", "Response" ] }