{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Result", "type": "object", "properties": { "code": { "type": "string" }, "message": { "type": "string" }, "stdout": { "type": "string" }, "stderr": { "type": "string" } } }