# Array Item List in Object

This examples show an item list in an object.


**Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|[**elements**](#elements)|`array`|||

**Additional Properties:** not allowed   
**Example**

```json
{
    "elements": [
        {
            "eins": 1
        },
        "2"
    ]
}
```

   
<a name="elements"></a>
## elements\[\]: Elements


**Item 1: Element Eins**

**Item 1 Properties**

|Name|Type|Description|Required|
|----|----|-----------|--------|
|**eins**|`number`|Minimum: `1`<br/>Maximum: `512`<br/>||



**Item 2: Element Zwei**

**Item 2 Type:** `string`   

**Example**

```json
[
    {
        "eins": 1
    },
    "2"
]
```


