[
{
"transferCourseId": "<string>",
"matches": [
{
"courseSectionId": "<string>",
"courseName": "<string>",
"sectionName": "<string>",
"skillsMatchScore": 0.5,
"skillMatches": [
{
"skillId": "<string>",
"transferProficiency": 3,
"institutionalProficiency": 3,
"matchScore": 0.5,
"matchType": "EXACT"
}
],
"unmatchedTransferSkills": [
{
"skillId": "<string>",
"level": 3,
"skillName": "<string>",
"confidence": 0.5
}
],
"unmatchedInstitutionalSkills": [
{
"skillId": "<string>",
"level": 3,
"skillName": "<string>",
"confidence": 0.5
}
]
}
]
}
]