Learnings Mapping Input

Input representation for mapping learnings with AND/OR relationships.
JSON example
1{
2  "learningAchievementId": "0u9SG0000002aYrYAI",
3  "learnings": [
4    {
5      "duration": 3,
6      "durationUnit": "Credit Hours",
7      "learningId": "0tySG0000007RRhYAM",
8      "minimumLetterGrade": null,
9      "minimumNumericGrade": 2,
10      "name": "ENG 101",
11      "provider": "Allan Hancock Community College",
12      "referencedLearningId": "1W3SG0000000N1R0AU"
13    }
14  ],
15  "relationship": "AND"
16}
Properties
Name Type Description Required or Optional Available Version
learningAchievementName String The name for the learning achievement group. Optional 67.0
learningAchievementId String The ID of the learning achievement. Required 67.0
learnings Learning Details Input[] The list of learning items within the mapping group. Maximum 100 per group. Required 67.0
relationship String AND or OR relationship between learnings. Source supports both; target supports AND only. Required 67.0