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