1
0
mirror of synced 2026-01-07 09:05:45 -05:00
Files
airbyte/airbyte-integrations/connectors/source-intercom/source_intercom/schemas/company_attributes.json

61 lines
1.0 KiB
JSON

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