> For the complete documentation index, see [llms.txt](https://docs.openstad.org/openstad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstad.org/openstad/manual/miscellaneous/inzendingen-ideas.md).

# Inzendingen (ideas)

### Database velden

{% hint style="info" %}
Sommige database velden beginnen met `extraData.` . Je bent zelf vrij om hier eigen velden aan toe te voegen. Let wel op: deze data is **niet** zorgvuldig afgeschermd, dus zorg dat je dit niet gebruikt voor gevoelige informatie zoals persoonsgegevens.
{% endhint %}

| Database veld        | Toelichting                | Voorbeeld                                                              |
| -------------------- | -------------------------- | ---------------------------------------------------------------------- |
| id                   |                            |                                                                        |
| title                |                            |                                                                        |
| summary              |                            |                                                                        |
| description          |                            |                                                                        |
| status               |                            |                                                                        |
| budget               |                            |                                                                        |
| location             | JSON formaat               | `{"type":"Point","coordinates":[52.37307089425847,4.899129867553712]}` |
| extraData.images     | URL string(s) in een array | `["https://image.server.com/image/g46387tyg674"]`                      |
| extraData.area       |                            |                                                                        |
| extraData.theme      |                            |                                                                        |
| extraData.originalId |                            |                                                                        |
| ...                  |                            |                                                                        |

{% hint style="info" %}
*Inzendingen (ideas)* zijn één van de beschikbare *gegevensbronnen (resources)*, voor meer info zie [Resources](/openstad/manual/miscellaneous/resources.md).
{% endhint %}
