git-lfs-spec 0.1.0

Rust types for Git LFS
Documentation
{
  "transfer": "basic",
  "objects": [
    {
      "oid": "1111111",
      "size": 123,
      "authenticated": true,
      "actions": {
        "download": {
          "href": "https://some-download.com/",
          "header": {
            "Key": "value"
          },
          "expires_at": "2016-11-10T15:29:07+00:00"
        }
      }
    }
  ]
}