forked from addonscript/addonscript-spec
18 lines
372 B
Markdown
18 lines
372 B
Markdown
# AddonScript Object
|
|
|
|
```json
|
|
{
|
|
"version": 2
|
|
}
|
|
```
|
|
|
|
Future fields may be added.
|
|
|
|
# Required properties
|
|
|
|
## version
|
|
|
|
This is the version of the addonscript format the file is written in.
|
|
|
|
The specification you are reading is for version 2. Version 1 is an old version which is deprecated,
|
|
and doesn't have to be (and shouldn't be) implemented by tools using addonscript.
|