forked from addonscript/addonscript-spec
Add meta property to file
This commit is contained in:
parent
fce82e72e5
commit
041fad3e6f
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"install": [],
|
"install": [],
|
||||||
"hashes": {
|
"hashes": {
|
||||||
"sha1": "somesha1checksum"
|
"sha1": "somesha1checksum"
|
||||||
}
|
},
|
||||||
|
"meta": {}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -51,3 +52,6 @@ value is the checksum.
|
||||||
Supported hash algorithms:
|
Supported hash algorithms:
|
||||||
- `sha1`
|
- `sha1`
|
||||||
|
|
||||||
|
### meta
|
||||||
|
|
||||||
|
This is a [meta object](meta.md) containing metadata about the file. it SHOULD only contain [additional metadata](meta.md#additional).
|
Loading…
Reference in a new issue