1
0
mirror of synced 2026-01-26 22:02:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-intercom/source_intercom/schemas/contacts.json
Christian Gagnon 6b4c6a17f5 Fix "android_last_seen_at" data type (#6082)
* Fix "android_last_seen_at" data type

* Bumped version

Co-authored-by: Serhii Lazebnyi <serglazebny@gmail.com>
2021-09-29 12:27:40 +03:00

280 lines
6.2 KiB
JSON
Executable File

{
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
},
"workspace_id": {
"type": ["null", "string"]
},
"external_id": {
"type": ["null", "string"]
},
"role": {
"type": ["null", "string"]
},
"email": {
"type": ["null", "string"]
},
"phone": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"avatar": {
"type": ["null", "string"]
},
"owner_id": {
"type": ["null", "integer"]
},
"social_profiles": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
}
}
}
}
}
},
"has_hard_bounced": {
"type": ["null", "boolean"]
},
"marked_email_as_spam": {
"type": ["null", "boolean"]
},
"unsubscribed_from_emails": {
"type": ["null", "boolean"]
},
"created_at": {
"type": ["null", "integer"]
},
"updated_at": {
"type": ["null", "integer"]
},
"signed_up_at": {
"type": ["null", "integer"]
},
"last_seen_at": {
"type": ["null", "integer"]
},
"last_replied_at": {
"type": ["null", "integer"]
},
"last_contacted_at": {
"type": ["null", "integer"]
},
"last_email_opened_at": {
"type": ["null", "integer"]
},
"last_email_clicked_at": {
"type": ["null", "integer"]
},
"language_override": {
"type": ["null", "string"]
},
"browser": {
"type": ["null", "string"]
},
"browser_version": {
"type": ["null", "string"]
},
"browser_language": {
"type": ["null", "string"]
},
"os": {
"type": ["null", "string"]
},
"location": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"country": {
"type": ["null", "string"]
},
"region": {
"type": ["null", "string"]
},
"city": {
"type": ["null", "string"]
}
}
},
"android_app_name": {
"type": ["null", "string"]
},
"android_app_version": {
"type": ["null", "string"]
},
"android_device": {
"type": ["null", "string"]
},
"android_os_version": {
"type": ["null", "string"]
},
"android_sdk_version": {
"type": ["null", "string"]
},
"android_last_seen_at": {
"type": ["null", "string"],
"format": "date-time"
},
"ios_app_name": {
"type": ["null", "string"]
},
"ios_app_version": {
"type": ["null", "string"]
},
"ios_device": {
"type": ["null", "string"]
},
"ios_os_version": {
"type": ["null", "string"]
},
"ios_sdk_version": {
"type": ["null", "string"]
},
"ios_last_seen_at": {
"type": ["null", "integer"]
},
"custom_attributes": {
"type": ["null", "object"],
"additionalProperties": true,
"properties": {}
},
"tags": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
}
}
}
},
"url": {
"type": ["null", "string"]
},
"total_count": {
"type": ["null", "integer"]
},
"has_more": {
"type": ["null", "boolean"]
}
}
},
"notes": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
}
}
}
},
"url": {
"type": ["null", "string"]
},
"total_count": {
"type": ["null", "integer"]
},
"has_more": {
"type": ["null", "boolean"]
}
}
},
"companies": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "array"],
"items": {
"type": ["null", "object"],
"additionalProperties": false,
"properties": {
"type": {
"type": ["null", "string"]
},
"id": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
}
}
}
},
"url": {
"type": ["null", "string"]
},
"total_count": {
"type": ["null", "integer"]
},
"has_more": {
"type": ["null", "boolean"]
}
}
}
}
}