{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTaskBase.json", "title": "RequestTaskBase", "allOf": [ { "$ref": "#/components/schemas/RequestTaskBaseFields" } ], "description": "A request task.\n", "properties": { "id": { "description": "ID of the Legacy Request Task", "example": "reqtsk_PFHQ8rmb", "type": "string" } }, "required": [ "id" ], "type": "object" }