API File Object

{
    "link": ["https://example.com/file.jar"],
    "hashes": {
        "sha1": "somesha1checksum"
    },
    "meta": {
        "additional": {}
    }
}

Required properties

link

This is an array of links, which are pointing to the actual file. These MUST be a http(s) links. All of these links MUST have the same file type.

Optional properties

hashes

This is an object with checksums for this file. The object contains key-value-pairs where the key is the hash algorithm and the value is the checksum.

Supported hash algorithms:

  • sha1

meta

This is a meta object containing metadata about the file. it SHOULD only contain additional metadata.