1
0
mirror of synced 2026-01-10 00:03:08 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pipedrive/source_pipedrive/schemas/persons.json

202 lines
4.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"id": {
"type": ["null", "integer"]
},
"company_id": {
"type": ["null", "integer"]
},
"owner_id": {
"type": ["null", "integer"]
},
"org_id": {
"type": ["null", "integer"]
},
"name": {
"type": ["null", "string"]
},
"first_name": {
"type": ["null", "string"]
},
"last_name": {
"type": ["null", "string"]
},
"open_deals_count": {
"type": ["null", "integer"]
},
"related_open_deals_count": {
"type": ["null", "integer"]
},
"closed_deals_count": {
"type": ["null", "integer"]
},
"related_closed_deals_count": {
"type": ["null", "integer"]
},
"participant_open_deals_count": {
"type": ["null", "integer"]
},
"participant_closed_deals_count": {
"type": ["null", "integer"]
},
"email_messages_count": {
"type": ["null", "integer"]
},
"activities_count": {
"type": ["null", "integer"]
},
"done_activities_count": {
"type": ["null", "integer"]
},
"undone_activities_count": {
"type": ["null", "integer"]
},
"files_count": {
"type": ["null", "integer"]
},
"notes_count": {
"type": ["null", "integer"]
},
"followers_count": {
"type": ["null", "integer"]
},
"won_deals_count": {
"type": ["null", "integer"]
},
"related_won_deals_count": {
"type": ["null", "integer"]
},
"lost_deals_count": {
"type": ["null", "integer"]
},
"related_lost_deals_count": {
"type": ["null", "integer"]
},
"active_flag": {
"type": ["null", "boolean"]
},
"phone": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"properties": {
"label": {
"type": ["null", "string"]
},
"value": {
"type": ["null", "string"]
},
"primary": {
"type": ["null", "boolean"]
}
}
}
},
"email": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"properties": {
"label": {
"type": ["null", "string"]
},
"value": {
"type": ["null", "string"]
},
"primary": {
"type": ["null", "boolean"]
}
}
}
},
"first_char": {
"type": ["null", "string"]
},
"update_time": {
"type": ["null", "string"],
"format": "date-time",
"airbyte_type": "timestamp_without_timezone"
},
"add_time": {
"type": ["null", "string"]
},
"visible_to": {
"type": ["null", "string"]
},
"picture_id": {
"type": ["null", "object"],
"properties": {
"item_type": {
"type": ["null", "string"]
},
"item_id": {
"type": ["null", "integer"]
},
"active_flag": {
"type": ["null", "boolean"]
},
"add_time": {
"type": ["null", "string"]
},
"update_time": {
"type": ["null", "string"]
},
"added_by_user_id": {
"type": ["null", "integer"]
},
"pictures": {
"type": ["null", "object"],
"properties": {
"128": {
"type": ["null", "string"]
},
"512": {
"type": ["null", "string"]
}
}
},
"value": {
"type": ["null", "integer"]
}
}
},
"next_activity_date": {
"type": ["null", "string"],
"format": "date"
},
"next_activity_time": {
"type": ["null", "string"],
"format": "time"
},
"next_activity_id": {
"type": ["null", "integer"]
},
"last_activity_id": {
"type": ["null", "integer"]
},
"last_activity_date": {
"type": ["null", "string"]
},
"last_incoming_mail_time": {
"type": ["null", "string"]
},
"last_outgoing_mail_time": {
"type": ["null", "string"]
},
"label": {
"type": ["null", "integer"]
},
"org_name": {
"type": ["null", "string"]
},
"owner_name": {
"type": ["null", "string"]
},
"cc_email": {
"type": ["null", "string"]
}
}
}