# Location

{% hint style="warning" %}
**This is a required field!**
{% endhint %}

For URLs, the location field should contain the URL leading to the application.

<table data-full-width="false"><thead><tr><th width="111">Format</th><th>Example</th></tr></thead><tbody><tr><td>"url"</td><td>"https://owensoft.net/project/newogame/dl/newozero.zip"</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "source": {
        ...
        "location": "https://owensoft.net/project/newogame/dl/newozero.zip",
        ...
    },
    ...
}
```

{% endcode %}
