# 520005: Profile schema validation failed

Log Type: TWILIO

Log Level: ERROR

## Description

Profile creation failed due to an invalid schema or unexpected structure.

### Possible causes

* The provided JSON payload does not match the required profile schema
* Parallel requests caused a race condition

### Possible solutions

* Validate the JSON payload against the designated profile schema
* Implement idempotency keys to prevent race conditions
