{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-definitions-response-structure.json", "name": "DefinitionsResponse", "description": "", "type": "object", "properties": { "previous": { "type": "string" }, "next": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DefinitionResponse" } } }, "required": [ "data" ] }