# Test
This is a test.
### Object
- string_value
- Type: string
- float_value
- Type: float
- integer_value
- Type: integer
- boolean_value
- Type: boolean
- multiple_values
- Type: float[]
- nested_object
- Type: Nested
- multiple_nested_objects
- Type: Nested[]
- enum_value
- Type: SomeEnum
### Nested
- value
- Type: string
### SomeEnum
```python
VALUE = value
ANOTHER = another
```