1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/airbyte-integrations/connectors/source-close-com/source_close_com/schemas/users.json
Artem Inzhyyants c777ed8ab9 Source Close com: Update the Email Followup Tasks stream schema (#27776)
* Source Close: update expected_records

* Source Close: update schemas

* Source Close: bump version + docs update
2023-06-29 12:30:26 +02:00

41 lines
833 B
JSON

{
"$schema": "https://json-schema.org/draft-07/schema#",
"type": ["null", "object"],
"additionalProperties": true,
"properties": {
"email": {
"type": ["null", "string"]
},
"organizations": {
"type": ["null", "array"]
},
"id": {
"type": ["null", "string"]
},
"date_updated": {
"type": ["null", "string"]
},
"image": {
"type": ["null", "string"]
},
"date_created": {
"type": ["null", "string"]
},
"first_name": {
"type": ["null", "string"]
},
"email_verification_token_generated_at": {
"type": ["null", "string"]
},
"email_verified_at": {
"type": ["null", "string"]
},
"last_name": {
"type": ["null", "string"]
},
"last_used_timezone": {
"type": ["null", "string"]
}
}
}