{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTask.json", "title": "RequestTask", "allOf": [ { "$ref": "#/components/schemas/RequestTaskBase" } ], "description": "A request task.\n", "properties": { "schema": { "allOf": [ { "$ref": "#/components/schemas/SchemaSummary" } ], "nullable": true, "title": "SchemaProperty" } }, "type": "object" }