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


TSO Message JSON

z/OS ISPF Services Guide
SC19-3626-00

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

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014