addonscript-spec/docs/schema/addonscript.md

19 lines
372 B
Markdown
Raw Normal View History

2021-06-23 22:06:21 +02:00
# AddonScript Object
2021-11-14 00:37:29 +01:00
```json
2021-06-23 22:06:21 +02:00
{
2021-07-18 12:32:57 +02:00
"version": 2
2021-06-23 22:06:21 +02:00
}
```
2021-11-14 00:17:32 +01:00
Future fields may be added.
# Required properties
## version
2021-11-14 00:37:29 +01:00
2021-11-14 00:17:32 +01:00
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.