{ "type": "object", "name": "ProcessApprovalsSubmitRequest", "properties": { "actionType": { "type": "string" }, "contextActorId": { "type": "string" }, "contextId": { "type": "string" }, "comments": { "type": "string" }, "nextApproverIds": { "type": "string" }, "processDefinitionNameOrId": { "type": "string" }, "skipEntryCriteria": { "type": "string" } }, "required": [ "actionType", "contextActorId", "contextId", "comments", "nextApproverIds", "processDefinitionNameOrId", "skipEntryCriteria" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }