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


TSO prompt JSON

z/OS ISPF Services Guide
SC19-3626-00

The following schema describes the JSON data structure generated when TSO requires a response from the user:

{
  "TSO PROMPT":{
    "description":"TSO prompt request for the client",
    "type":"object",
    "properties":{
      "VER":{
        "description":"TSO prompt JSON version identifier",
        "type":"string",
        "maxLength":4,
        "required":true
      },
      "HIDDEN":{
        "description":"Specifies if the response should be hidden",
        "type":"string",
        "maxLength":5,
        "enum":["TRUE","FALSE"],
        "required":true
      }
    }
  }
}

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014