{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-resource-requirements-structure.json", "name": "ResourceRequirements", "description": "optional resource requirements to run workers (blank for unbounded allocations)", "type": "object", "properties": { "cpu_request": { "type": "string" }, "cpu_limit": { "type": "string" }, "memory_request": { "type": "string" }, "memory_limit": { "type": "string" }, "ephemeral_storage_request": { "type": "string" }, "ephemeral_storage_limit": { "type": "string" } } }