{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestTaskSchema.json", "title": "RequestTaskSchema", "allOf": [ { "$ref": "#/components/schemas/Schema" }, { "properties": { "modifiedAt": { "description": "DateTime the Legacy Request Task Schema was last modified", "example": "2017-04-18T05:55:48.685345+00:00", "format": "date-time", "type": "string" }, "organization": { "description": "The organization that owns the schema.\n", "properties": { "handle": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }, "systemName": { "type": "string" }, "type": { "enum": [ "request_task" ], "readOnly": true, "type": "string" } }, "type": "object" } ] }