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

14 lines
243 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "Git LFS HTTPS Lock Deletion API Request",
"type": "object",
"properties": {
"force": {
"type": "boolean"
},
"ref": {
"type": "string"
}
}
}