{ "name": "id", "type": "primaryKey" }
{ "name": "dealId", "type": "foreignKey", "table": "deals", "mandatory": "true" }
{ "name": "contactId", "type": "foreignKey", "table": "contacts", "mandatory": "true" }
{ "name": "description", "type": "text" }
{ "name": "updatedDate", "type": "updated" }