{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationFileInputsPaginatedList.json", "title": "AutomationFileInputsPaginatedList", "properties": { "automationInputGenerators": { "items": { "$ref": "#/components/schemas/AutomationInputGenerator" }, "type": "array" }, "nextToken": { "example": "Im5ldyB0ZXN0Ig==", "type": "string" } }, "type": "object" }