github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+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 "ref": { 10 "type": "object", 11 "properties": { 12 "name": { 13 "type": "string" 14 } 15 }, 16 "required": ["name"] 17 } 18 }, 19 "required": ["path"] 20 }