Scaleway · Schema

scaleway.transactional_email.v1alpha1.CreateEmailRequest.Attachment

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
name string Filename of the attachment.
type string MIME type of the attachment.
content string Content of the attachment encoded in base64.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaytransactional-emailv1alpha1createemailrequestattachm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.transactional_email.v1alpha1.CreateEmailRequest.Attachment",
  "title": "scaleway.transactional_email.v1alpha1.CreateEmailRequest.Attachment",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Filename of the attachment."
    },
    "type": {
      "type": "string",
      "description": "MIME type of the attachment."
    },
    "content": {
      "type": "string",
      "description": "Content of the attachment encoded in base64."
    }
  },
  "x-properties-order": [
    "name",
    "type",
    "content"
  ]
}