z/OS ISPF Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TSO user response JSON

z/OS ISPF Services Guide
SC19-3626-00

The following schema describes the JSON data structure for a user response to a TSO message:

{
  "TSO RESPONSE":{
    "description":"TSO message response from the client",
    "type":"object",
    "properties":{
      "VER":{
        "description":"TSO response JSON version identifier",
        "type":"string",
        "maxLength":4,
        "required":true
      },
      "DATA":{
        "description":"response text",
        "type":"string",
        "maxLength":32767
      }
    }
  }
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014