# Shared types

Shared types — Micro Python reference.

Reference for Python SDK **0.8.0**.

[Release source](https://github.com/micro-so/micro-sdk-py/blob/v0.8.0/api.md) · [Setup and client configuration](/docs/reference/python)

## Parameter and response types

These declarations show the request parameters and response shapes used by the methods above.

### PrismObjectPropertiesParam

[Source](https://github.com/micro-so/micro-sdk-py/blob/v0.8.0/src/micro_so/types/prism_object_properties_param.py)

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `default` | `Dict[str, object]` | No | Properties keyed by property slug. Values can be strings, numbers, booleans, arrays, or null. For select/multiselect properties, values may be option slugs or option UUIDs on write; option slugs are returned on read. |
| `list` | `object` | No | — |
