{
  "$id": "https://intentschema.org/profiles/com.fastmail/communication.email.draft.update.v1.json",
  "id": "org.intentschema.communication.email.draft.update.v1@com.fastmail.v1",
  "pins": "https://intentschema.org/intents/communication/email/draft/update/v1.json",
  "title": "Fastmail draft update profile",
  "description": "Fastmail JMAP profile for draft update.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "fastmail"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "POST",
    "path": "/jmap/api/",
    "jmap_method": "Email/set",
    "scopes": [
      "urn:ietf:params:jmap:mail"
    ],
    "docs": "https://jmap.io/spec-mail.html#email-set",
    "params": {
      "target.external_id": "Email/set update/{id}",
      "object.to": "to[].email",
      "object.subject": "subject",
      "object.textBody": "textBody[].value",
      "(implicit)": "keywords.$draft: true, mailboxIds: Drafts"
    },
    "base_url": "https://api.fastmail.com"
  }
}
