* Source Close: update expected_records * Source Close: update schemas * Source Close: bump version + docs update
41 lines
833 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|