github.com/psexton/git-lfs@v2.1.1-0.20170517224304-289a18b2bc53+incompatible/locking/schemas/http-lock-create-request-schema.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema",
     3    "title": "Git LFS HTTPS Lock Creation API Request",
     4    "type": "object",
     5    "properties": {
     6      "path": {
     7        "type": "string"
     8      }
     9    },
    10    "required": ["path"]
    11  }