![JSON Schema Diagram of /properties/apps/items[0]/properties/styles/items[0]/oneOf[1]](images/schema-6.png)
| Property Name | Type | Description |
|---|---|---|
| input | string | A String value |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
{
"type": "object",
"additionalProperties": true,
"properties": {
"input": {
"type": "string"
}
}
}