{
  "$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": "listMigrations",
      "enum": [
        "listMigrations"
      ],
      "external_name": "ph_request_type"
    },
    "instanceUuid": {
      "type": "string",
      "description": "The uuid of the instance that migration is operated on to filter.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "instance_uuid"
    },
    "migrationType": {
      "type": "string",
      "description": "The type of migration to filter. Valid values are:",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "migration_type"
    },
    "sourceCompute": {
      "type": "string",
      "description": "The source compute node of migration to filter.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "source_compute"
    },
    "changesSince": {
      "type": "string",
      "description": "Filters the response by a date and time stamp when the migration last changed. Those changed after the specified date and time stamp are returned.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "changes-since"
    },
    "changesBefore": {
      "type": "string",
      "description": "Filters the response by a date and time stamp when the migration last changed. Those migrations that changed before or equal to the specified date and time stamp are retu...(description truncated)",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "changes-before"
    },
    "userId": {
      "type": "string",
      "description": "Filter the migrations by the given user ID.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "user_id"
    },
    "projectId": {
      "type": "string",
      "description": "Filter the migrations by the given project ID.",
      "parse": false,
      "encode": false,
      "encrypt": {
        "type": "AES",
        "key": ""
      },
      "external_name": "project_id"
    }
  },
  "definitions": {}
}