# 46002: Invalid Schema

Log Type: APPLICATION

Log Level: ERROR

## Description

The submitted data can be parsed but doesn't comply with the required JSON schema.

### Possible causes

* A required attribute is missing from the request.
* A required attribute is null or empty.
* The value of an attribute isn't an accepted value.
* The resource already exists and is limited to one per account.
* Other attribute validation errors.

### Possible solutions

* Verify that all required attributes are present in the request.
* Ensure required attributes aren't null or empty.
* Verify that attribute values match the expected format and allowed values.
* Review the API documentation for the correct schema requirements.
