Add meta property to file

This commit is contained in:
Timo Ley 2022-09-21 11:08:10 +02:00
parent fce82e72e5
commit 041fad3e6f

View file

@ -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).