kzwang / node-git-lfs

A NodeJS implementation of Git LFS Server.
Apache License 2.0
57 stars 37 forks source link

Replace batch request schema with the official definition #6

Open Dermah opened 4 years ago

Dermah commented 4 years ago

Updates the batch request schema with the official definition from git-lfs.

Schema from: https://github.com/git-lfs/git-lfs/blob/master/tq/schemas/http-batch-request-schema.json

Fixes kzwang/node-git-lfs#5