addonscript-spec/docs/schema/repository.md

18 lines
283 B
Markdown

# Repository Object
```json
{
"id": "asrepo",
"url": "https://api.addonscript.net"
}
```
## Required properties
### id
This is the ID of the repository. It MUST be unique in the [manifest](manifest.md).
### url
This is the base URL of an [AddonScript API](../api) instance.