# Base Attachment

#### **Example**

```json
{
    "url": "https://your.attachment.url/filename.png",
    "name": "filename.png"
}
```

#### Fields

| Field | Type   | Comments        |
| ----- | ------ | --------------- |
| url   | string | Attachment url  |
| name  | string | Attachment name |
