{
  "$id": "schema.json",
  "type": "object",
  "schema": "http://json-schema.org/draft-07/schema#",
  "translate": true,
  "dynamicfields": true,
  "properties": {
    "ph_request_type": {
      "type": "string",
      "description": "type of request (internal to adapter)",
      "default": "migrationsListForOrg",
      "enum": [
        "migrationsListForOrg",
        "migrationsStartForOrg",
        "migrationsGetStatusForOrg",
        "migrationsDownloadArchiveForOrg",
        "migrationsDeleteArchiveForOrg",
        "migrationsUnlockRepoForOrg",
        "migrationsListReposForOrg",
        "migrationsGetImportStatus",
        "migrationsStartImport",
        "migrationsUpdateImport",
        "migrationsCancelImport",
        "migrationsGetCommitAuthors",
        "migrationsMapCommitAuthor",
        "migrationsGetLargeFiles",
        "migrationsSetLfsPreference",
        "migrationsListForAuthenticatedUser",
        "migrationsStartForAuthenticatedUser",
        "migrationsGetStatusForAuthenticatedUser",
        "migrationsGetArchiveForAuthenticatedUser",
        "migrationsDeleteArchiveForAuthenticatedUser",
        "migrationsUnlockRepoForAuthenticatedUser",
        "migrationsListReposForAuthenticatedUser"
      ],
      "external_name": "ph_request_type"
    },
    "perPage": {
      "type": "number",
      "description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-i...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "per_page"
    },
    "migrationId": {
      "type": "number",
      "description": "The unique identifier of the migration.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "migration_id"
    },
    "repoName": {
      "type": "string",
      "description": "repo_name parameter",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "repo_name"
    },
    "authorId": {
      "type": "number",
      "description": "",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "author_id"
    }
  },
  "definitions": {}
}