{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListUsersResponse", "title": "scaleway.iam.v1alpha1.ListUsersResponse", "type": "object", "properties": { "users": { "type": "array", "description": "List of users.", "items": { "$ref": "#/components/schemas/scaleway.iam.v1alpha1.User" } }, "total_count": { "type": "integer", "description": "Total count of users.", "format": "uint32" } }, "x-properties-order": [ "users", "total_count" ] }