Integration.md
... ...
@@ -82,6 +82,7 @@ type child{
82 82
lastName: String
83 83
dateOfBirth : Date
84 84
gender : string
85
+ instructions: [instruction]
85 86
}
86 87
87 88
/* gender is a 1 char field 'm' or 'f'
... ...
@@ -103,6 +104,11 @@ type booking{
103 104
/* "day" is a 3 character abreviation of day of the week MON , TUE, WED , THU , FRI , SAT , SUN
104 105
/* week starts on MON and ends on SUN
105 106
107
+type instruction{
108
+ type: String
109
+ instruction: String
110
+}
111
+
106 112
type session{
107 113
enrolmentId: ID;
108 114
room: String;