{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowOutputsArchive.json", "title": "WorkflowOutputsArchive", "properties": { "reason": { "$ref": "#/components/schemas/WorkflowOutputArchiveReason" }, "workflowOutputIds": { "items": { "example": "wfout_5cJLQKVF", "type": "string" }, "type": "array" } }, "required": [ "workflowOutputIds", "reason" ], "type": "object" }