# Repository

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

For GitHub repositories, we refer to the repository with "username/repository".

<table data-full-width="false"><thead><tr><th width="237">Format</th><th>Example</th></tr></thead><tbody><tr><td>"username/repository"</td><td>"mgba-emu/mgba"</td></tr></tbody></table>

### Example:

{% code overflow="wrap" %}

```json
{
    ...
    "source": {
        ...
        "repository": "mgba-emu/mgba",
        ...
    },
    ...
}
```

{% endcode %}
