{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DeprecatedAutomationOutputProcessorsPaginatedList.json", "title": "DeprecatedAutomationOutputProcessorsPaginatedList", "description": "Deprecated - A paginated list of automation output processors", "properties": { "automationOutputProcessors": { "items": { "$ref": "#/components/schemas/AutomationOutputProcessor" }, "type": "array" }, "nextToken": { "example": "Im5ldyB0ZXN0Ig==", "type": "string" } }, "type": "object" }