{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.GetUserConnectionsResponse", "title": "scaleway.iam.v1alpha1.GetUserConnectionsResponse", "type": "object", "properties": { "connections": { "type": "array", "description": "List of connections.", "items": { "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Connection" } } }, "x-properties-order": [ "connections" ] }