{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowPatch.json", "title": "WorkflowPatch", "additionalProperties": false, "properties": { "description": { "description": "Description of the workflow", "type": "string" }, "name": { "description": "Name of the workflow", "type": "string" }, "projectId": { "description": "ID of the project that contains the workflow", "type": "string" } }, "type": "object" }