{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobStopRequest", "type": "object", "properties": { "@type": { "type": "string" }, "taskId": { "type": "string" }, "taskName": { "type": "string" }, "taskType": { "type": "string" }, "cleanStop": { "type": "boolean" } } }