{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.ListOffersResponse", "title": "scaleway.transactional_email.v1alpha1.ListOffersResponse", "type": "object", "properties": { "total_count": { "type": "integer", "description": "Number of offers matching the requested criteria.", "format": "uint64" }, "offers": { "type": "array", "description": "Single page of offers matching the requested criteria.", "items": { "$ref": "#/components/schemas/scaleway.transactional_email.v1alpha1.Offer" } } }, "x-properties-order": [ "total_count", "offers" ] }