{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-connections-response-schema.json", "title": "GetConnectionsResponse", "description": "GetConnectionsResponse schema from Amazon Glue API", "type": "object", "properties": { "ConnectionList": { "allOf": [ { "$ref": "#/components/schemas/ConnectionList" }, { "description": "A list of requested connection definitions." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "A continuation token, if the list of connections returned does not include the last of the filtered connections." } ] } } }