Add meta property to file
All checks were successful
continuous-integration/drone/push Build is passing

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": [],
"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).