add computer object and relationships

This commit is contained in:
Frank Xu
2021-02-08 10:40:26 -05:00
parent bd1529bb43
commit 5c85929b5e
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"type": "student",
"id": "110",
"last_name": "Xu",
"first_name": "Eric",
"age": 22,
"height": 170.1,
"is_fulltime": true,
"birthday": "2007-01-13T07:03:17Z",
"course_registered": ["FSCS727", "FSCS728", "FSCS730"]
}

View File

@@ -0,0 +1,12 @@
{
  "type": "student",
  "id": "110",
  "last_name": "Xu",
  "first_name": "Eric",
  "age": 22,
  "height": 170.1,
  "is_fulltime": true,
  "birthday": "2007-01-13T07:03:17Z",
  "course_registered": ["FSCS727", "FSCS728", "FSCS730"]
}