Scaleway · Schema

scaleway.transactional_email.v1alpha1.CreateEmailResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
emails array Single page of emails matching the requested criteria.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaytransactional-emailv1alpha1createemailresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.CreateEmailResponse",
  "title": "scaleway.transactional_email.v1alpha1.CreateEmailResponse",
  "type": "object",
  "properties": {
    "emails": {
      "type": "array",
      "description": "Single page of emails matching the requested criteria.",
      "items": {
        "$ref": "#/components/schemas/scaleway.transactional_email.v1alpha1.Email"
      }
    }
  },
  "x-properties-order": [
    "emails"
  ]
}