Add meta property to file

This commit is contained in:
Timo Ley 2022-09-21 11:08:10 +02:00
parent fce82e72e5
commit 041fad3e6f
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"install": [],
"hashes": {
"sha1": "somesha1checksum"
}
},
"meta": {}
}
```
@ -51,3 +52,6 @@ value is the checksum.
Supported hash algorithms:
- `sha1`
### meta
This is a [meta object](meta.md) containing metadata about the file. it SHOULD only contain [additional metadata](meta.md#additional).