{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTasksBulkCreate.json", "title": "RequestTasksBulkCreate", "allOf": [ { "$ref": "#/components/schemas/RequestTaskBaseFields" } ], "properties": { "schemaId": { "description": "The schema id of the Legacy Request Task to create", "example": "reqtsksch_XHu79QRw", "type": "string" } }, "required": [ "schemaId" ], "type": "object" }