{ "type": "object", "name": "Runagenttest", "properties": { "runId": { "type": "string" }, "status": { "type": "string" } }, "required": [ "runId", "status" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }