Experimental
Schema
StreamType
Type:
string
StreamType identifies the source of an output chunk.
Values: unspecified: unspecified is not a concrete output stream. stdout: stdout is stdout. stderr: stderr is stderr. pty: pty is merged PTY output.
All schema constraints and annotations
{
"description": "StreamType identifies the source of an output chunk.\n\nValues:\nunspecified: unspecified is not a concrete output stream.\nstdout: stdout is stdout.\nstderr: stderr is stderr.\npty: pty is merged PTY output.",
"enum": [
"unspecified",
"stdout",
"stderr",
"pty"
],
"title": "StreamType",
"type": "string"
}