git-lfs/locking/schemas/http-lock-create-request-schema.json

12 lines
222 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Git LFS HTTPS Lock Creation API Request",
"type": "object",
"properties": {
"path": {
"type": "string"
}
},
"required": ["path"]
}