ReorderMigrationRequest (type)

{
  "additionalProperties": false, 
  "id": "ReorderMigrationRequest", 
  "module_id": "Migration", 
  "properties": {
    "id": {
      "readonly": false, 
      "required": true, 
      "title": "id of the migration unit group/migration unit before/after which the migration unit group/migration unit is to be placed", 
      "type": "string"
    }, 
    "is_before": {
      "default": true, 
      "readonly": false, 
      "required": false, 
      "title": "flag indicating whether the migration unit group/migration unit is to be placed before or after the specified migration unit group/migration unit", 
      "type": "boolean"
    }
  }, 
  "type": "object"
}