{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-dataplanes-response-structure.json", "name": "DataplanesResponse", "description": "DataplanesResponse schema from Airbyte API", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/DataplaneResponse" } } }, "required": [ "data" ] }