# PropertyErrorDetail

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `propertyErrorDetail`. |
| `code` | string | Yes | A machine-readable description of the error. |
| `message` | string | Yes | A human readable description of the error. |
| `property` | string | Yes | Name of the property associated with the error. |
| `suggestion` | string,null | Yes | Suggested alternative value for the field. |
