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