1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/airbyte-integrations/connectors/source-intercom/source_intercom/schemas/segments.json

27 lines
444 B
JSON
Executable File

{
"type": "object",
"properties": {
"created_at": {
"type": ["null", "integer"]
},
"count": {
"type": ["null", "integer"]
},
"id": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"type": {
"type": ["null", "string"]
},
"person_type": {
"type": ["null", "string"]
},
"updated_at": {
"type": ["null", "integer"]
}
}
}