{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.ListDomainsResponse", "title": "scaleway.transactional_email.v1alpha1.ListDomainsResponse", "type": "object", "properties": { "total_count": { "type": "integer", "description": "Number of domains that match the request (without pagination).", "format": "uint32" }, "domains": { "type": "array", "description": "Single page of domains matching the requested criteria.", "items": { "$ref": "#/components/schemas/scaleway.transactional_email.v1alpha1.Domain" } } }, "x-properties-order": [ "total_count", "domains" ] }