{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProcessDefinition", "title": "ProcessDefinition", "type": "object", "description": "A BPMN workflow process definition", "properties": { "_id": { "type": "string" }, "name": { "type": "string" }, "key": { "type": "string" }, "version": { "type": "integer" }, "category": { "type": "string" }, "deploymentId": { "type": "string" } } }