Attachment

An attachment can be linked to any object.
It allows to show files of a candidate, a match, an organization, a contact, a job....
This model is ReadOnly for the API.

{
  "id": Integer,
  "name": String,
  "description": String,
  "file": URL,
  "creator": Integer,
  "created_at": DateTime
}