629bf2ad创建于 2023年12月18日历史提交
{
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "Git LFS HTTPS Lock Deletion API Request",
  "type": "object",
  "properties": {
    "force": {
      "type": "boolean"
    },
    "ref": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        }
      },
      "required": ["name"]
    }
  }
}