{
  "type": [
    "object",
    "null"
  ],
  "properties": {
    "vcs_username": {
      "type": "string",
      "description": "The username to provide to the originating repository."
    },
    "vcs_password": {
      "type": "string",
      "description": "The password to provide to the originating repository."
    },
    "vcs": {
      "type": "string",
      "description": "The type of version control system you are migrating from.",
      "enum": [
        "subversion",
        "tfvc",
        "git",
        "mercurial"
      ]
    },
    "tfvc_project": {
      "type": "string",
      "description": "For a tfvc import, the name of the project that is being imported."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}