diff --git a/dataTemplate/spaceReservation.json b/dataTemplate/spaceReservation.json new file mode 100644 index 0000000..6ff42dc --- /dev/null +++ b/dataTemplate/spaceReservation.json @@ -0,0 +1,13 @@ +{ + "reservation": { + "department":{ + "spaceID": [ + { + "method": "", + "start": "", + "end": "" + } + ] + } + } +} \ No newline at end of file