{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DisplayResponse", "title": "DisplayResponse", "type": "object", "description": "It conveys the result of the display, parallel to the message request, except if response not required and absent. Content of the Display Response message.", "properties": { "OutputResult": { "type": "array", "items": { "$ref": "#/components/schemas/OutputResult" } } }, "required": [ "OutputResult" ] }