{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "ListConnectionsRequest", "type": "record", "fields": [ { "name": "ConnectionName", "type": "string" }, { "name": "MaxResults", "type": "string" }, { "name": "NextToken", "type": "string" } ] }