MigrationFeedbackResponseList (type)

{
  "additionalProperties": false, 
  "description": "List of detailed feedback response for the migration tool.", 
  "id": "MigrationFeedbackResponseList", 
  "module_id": "Migration", 
  "properties": {
    "response_list": {
      "description": "List of feedback responses.", 
      "items": {
        "$ref": "MigrationFeedbackResponse
      }, 
      "readonly": false, 
      "required": true, 
      "title": "List of feedback responses", 
      "type": "array"
    }
  }, 
  "title": "List of feedback reponse for Migration", 
  "type": "object"
}