{
  "type": "object",
  "properties": {
    "use_lfs": {
      "type": "string",
      "description": "Whether to store large files during the import. `opt_in` means large files will be stored using Git LFS. `opt_out` means large files will be removed during the import.",
      "enum": [
        "opt_in",
        "opt_out"
      ]
    }
  },
  "required": [
    "use_lfs"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}