{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Process", "type": "object", "properties": { "projectName": { "type": "string" }, "functionName": { "type": "string" }, "processType": { "type": "string" }, "processStatus": { "type": "string" }, "startTime": { "type": "string" }, "duration": { "type": "string" } } }