1
0
mirror of synced 2026-01-05 03:04:38 -05:00
Files
airbyte/airbyte-integrations/connectors/source-intercom/source_intercom/schemas/contact_attributes.json

54 lines
990 B
JSON

{
"type": ["null", "object"],
"properties": {
"type": {
"type": ["null", "string"]
},
"model": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"full_name": {
"type": ["null", "string"]
},
"label": {
"type": ["null", "string"]
},
"description": {
"type": ["null", "string"]
},
"data_type": {
"type": ["null", "string"]
},
"options": {
"type": ["null", "array"],
"items": {
"type": ["null", "string"]
}
},
"api_writable": {
"type": ["null", "boolean"]
},
"ui_writable": {
"type": ["null", "boolean"]
},
"custom": {
"type": ["null", "boolean"]
},
"archived": {
"type": ["null", "boolean"]
},
"admin_id": {
"type": ["null", "string"]
},
"created_at": {
"type": ["null", "integer"]
},
"updated_at": {
"type": ["null", "integer"]
}
}
}