JSON File: TrackDetailsExample.json
{
"course": {
"identity": "70c86603-983b-4bd9-adbc-259436e43cbd",
"version": 1,
"platform": "Platform A",
"mapping-method": 0,
"dataobject": {
"name": "d_course",
"meta-columns": [
{
"name": "CourseID",
"index": 0,
"datatype": "long",
"nullable": 1
},
{
"name": "Title",
"index": 1,
"datatype": "string",
"nullable": 1
},
{
"name": "Credits",
"index": 2,
"datatype": "long",
"nullable": 1
},
{
"name": "DepartmentID",
"index": 3,
"datatype": "long",
"nullable": 1
}
],
"primary-rows": [
{
"row-status": 3,
"columns": {
"CourseID": [ 8001 ],
"Title": [ "Test Course" ],
"Credits": [ 4 ],
"DepartmentID": [ 7 ]
}
}
]
}
},
"onlinecourse": {
"identity": "70c86603-983b-4bd9-adbc-259436e43cbd",
"version": 1,
"platform": "Platform A",
"mapping-method": 0,
"dataobject": {
"name": "d_onlinecourse",
"meta-columns": [
{
"name": "CourseID",
"index": 0,
"datatype": "long",
"nullable": 1
},
{
"name": "URL",
"index": 1,
"datatype": "string",
"nullable": 1
}
],
"primary-rows": [
{
"row-status": 3,
"columns": {
"CourseID": [ null ],
"URL": [ "http://" ]
}
},
{
"row-status": 3,
"columns": {
"CourseID": [ null ],
"URL": [ "http://" ]
}
}
]
}
}
}