forked from addonscript/addonscript-spec
18 lines
No EOL
283 B
Markdown
18 lines
No EOL
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. |