{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.lb.v1.SetAclsResponse", "title": "scaleway.lb.v1.SetAclsResponse", "type": "object", "properties": { "acls": { "type": "array", "description": "List of ACL objects.", "items": { "$ref": "#/components/schemas/scaleway.lb.v1.Acl" } }, "total_count": { "type": "integer", "description": "The total number of ACL objects.", "format": "uint32" } }, "x-properties-order": [ "acls", "total_count" ] }