summaryrefslogtreecommitdiffstats
path: root/schema/remote/inbound/write.json
blob: 22e8595a3546ec3e7fda266b40bdf06fc6c9c269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "title": "Write schema",
    "description": "The client is writing data to the stdin of an existing process",
    "properties": {
        "command": { "type": "string", "pattern": "write", "required": true },
        "id": { "type": "integer", "required": true },

        "data": {
            "type": "string",
            "required": true
        }
  }
}