From cd0e87e1465ab724b7d2efac2c21cb786ce4035d Mon Sep 17 00:00:00 2001
From: Chris Lemaire <c.lemaire@student.tudelft.nl>
Date: Fri, 19 Jun 2020 13:57:20 +0200
Subject: [PATCH] Update Labracore to version 1.0.5-SNAPSHOT10

---
 oa-spec-labracore.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oa-spec-labracore.json b/oa-spec-labracore.json
index 4c1e4d1..36130b1 100644
--- a/oa-spec-labracore.json
+++ b/oa-spec-labracore.json
@@ -1 +1 @@
-{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:8082","description":"Generated server url"}],"paths":{"/api/person/{id}":{"get":{"tags":["person-controller"],"operationId":"getPersonById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}},"patch":{"tags":["person-controller"],"operationId":"patchPerson","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/person/username/{username}":{"get":{"tags":["person-controller"],"operationId":"getPersonByUsername","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}}},"/api/person/external-id/{externalId}":{"get":{"tags":["person-controller"],"operationId":"getPersonByExternalId","parameters":[{"name":"externalId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}}},"/api/person/search/username":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person":{"post":{"tags":["person-controller"],"operationId":"addPerson","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/person/search/username/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/username/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/number/{number}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/number/{number}/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/number/{number}/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/by-edition-and-role/{editionId}/{roleType}":{"get":{"tags":["person-controller"],"operationId":"getPeopleByEditionAndRoleType","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"roleType","in":"path","required":true,"schema":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/by-cohort/{cohortId}":{"get":{"tags":["person-controller"],"operationId":"getPeopleByCohort","parameters":[{"name":"cohortId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/{personId}/roles":{"get":{"tags":["person-controller"],"operationId":"getRolesForPerson","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoleEditionDetailsDTO"}}}}}}}},"/api/cluster":{"post":{"tags":["cluster-controller"],"operationId":"addCluster","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/cluster/{id}":{"patch":{"tags":["cluster-controller"],"operationId":"patchCluster","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/role/{personId}/{editionId}":{"patch":{"tags":["role-controller"],"operationId":"patchRole","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Id"}}}}}}},"/api/role":{"post":{"tags":["role-controller"],"operationId":"addRole","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoleCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Id"}}}}}}},"/api/module":{"post":{"tags":["module-controller"],"operationId":"addModule","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModuleCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/module/{id}":{"get":{"tags":["module-controller"],"operationId":"getModuleDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModuleDetailsDTO"}}}}}},"patch":{"tags":["module-controller"],"operationId":"patchModule","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModulePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/auth/{personId}/role/{editionId}/edition":{"get":{"tags":["authorization-controller"],"operationId":"hasRoleInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/specific-role/{editionId}/edition":{"get":{"tags":["authorization-controller"],"operationId":"hasSpecificRoleInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"type","in":"query","required":true,"schema":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/course-manager/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"isCourseManager","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/staff-in-course/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"isStaffInCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/staff-in-edition/{editionId}":{"get":{"tags":["authorization-controller"],"operationId":"isStaffInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/course-read/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"canReadCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/manager-anywhere":{"get":{"tags":["authorization-controller"],"operationId":"isManagerForAnyCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/submission":{"get":{"tags":["submission-controller"],"operationId":"getAllSubmissions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionMemberDetailsDTO"}}}}}}},"post":{"tags":["submission-controller"],"operationId":"addSubmission","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/submission/{id}":{"get":{"tags":["submission-controller"],"operationId":"getSubmissionById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionMemberDetailsDTO"}}}}}},"patch":{"tags":["submission-controller"],"operationId":"patchSubmission","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/submission/by-group-and-assignment/{groupId}/{assignmentId}":{"get":{"tags":["submission-controller"],"operationId":"getSubmissionsForGroupAndAssignment","parameters":[{"name":"groupId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"assignmentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}}}}}},"/api/submission/latest/by-group-and-assignment/{groupId}/{assignmentId}":{"get":{"tags":["submission-controller"],"operationId":"getLatestSubmissionForGroupAndAssignment","parameters":[{"name":"groupId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"assignmentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionDetailsDTO"}}}}}}},"/api/room/{id}":{"get":{"tags":["room-controller"],"operationId":"getRoomById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoomDetailsDTO"}}}}}},"patch":{"tags":["room-controller"],"operationId":"patchRoom","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoomPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/room":{"get":{"tags":["room-controller"],"operationId":"getAllRooms","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoomSummaryDTO"}}}}}}},"post":{"tags":["room-controller"],"operationId":"addRoom","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoomCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/session":{"post":{"tags":["session-controller"],"operationId":"addSession","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/session/{id}":{"patch":{"tags":["session-controller"],"operationId":"patchSession","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/db/people":{"get":{"tags":["db-loader-controller"],"operationId":"getAllPeopleInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/db/modules":{"get":{"tags":["db-loader-controller"],"operationId":"getAllModuleAssignmentsAndGroupsInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleAssignmentsGroupsDetailsDTO"}}}}}}}},"/api/db/submissions":{"get":{"tags":["db-loader-controller"],"operationId":"getAllSubmissionsInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}}}}}},"/api/db/submissions/reviewers":{"get":{"tags":["db-loader-controller"],"operationId":"getReviewersForSubmissionsInDB","parameters":[{"name":"submissions","in":"query","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoleSummaryDTO"}}}}}}}},"/api/api-key":{"get":{"tags":["api-key-controller"],"operationId":"getAllAPIKeys","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/APIKeySummaryDTO"}}}}}}},"post":{"tags":["api-key-controller"],"operationId":"addAPIKey","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"dto":{"$ref":"#/components/schemas/APIKeyCreateDTO"},"person":{"$ref":"#/components/schemas/Person"}}}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/APIKeySecretDetailsDTO"}}}}}}},"/api/api-key/{id}":{"get":{"tags":["api-key-controller"],"operationId":"getAPIKeyById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/APIKeyDetailsDTO"}}}}}},"patch":{"tags":["api-key-controller"],"operationId":"patchAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIKeyPatchDTO"}}}},"responses":{"200":{"description":"default response"}}}},"/api/api-key/disable/{id}":{"put":{"tags":["api-key-controller"],"operationId":"disableAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/api-key/enable/{id}":{"put":{"tags":["api-key-controller"],"operationId":"enableAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/division/{id}":{"get":{"tags":["module-division-controller"],"operationId":"getPeopleInDivision","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModuleDivisionDetailsDTO"}}}}}}},"/api/division/{moduleId}/module":{"get":{"tags":["module-division-controller"],"operationId":"getAllDivisionsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionDetailsDTO"}}}}}}}},"/api/division/{moduleId}/import":{"post":{"tags":["module-division-controller"],"operationId":"importDivisions","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionCreateDTO"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/division/{moduleId}/import/clusters/{extra}":{"post":{"tags":["module-division-controller"],"operationId":"importDivisionsFromClusters","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"extra","in":"path","required":true,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"default response"}}}},"/api/division/{moduleId}/create/{amount}":{"post":{"tags":["module-division-controller"],"operationId":"createDivisionsForParticipants","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"amount","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response"}}}},"/api/division/{id}/add":{"post":{"tags":["module-division-controller"],"operationId":"addPersonToDivision","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/division/{moduleId}/add/random":{"post":{"tags":["module-division-controller"],"operationId":"addPersonToRandomDivision","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/2fa/totp/create":{"put":{"tags":["totp-controller"],"operationId":"createTOTPKey","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TOTPKeyInfoDetailsDTO"}}}}}}},"/api/2fa/totp/secret":{"get":{"tags":["totp-controller"],"operationId":"getTOTPSecret","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/2fa/totp/key-info":{"get":{"tags":["totp-controller"],"operationId":"getTOTPKeyInfo","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TOTPKeyInfoDetailsDTO"}}}}}}},"/api/2fa/totp/confirm":{"post":{"tags":["totp-controller"],"operationId":"confirmTOTPPassword","parameters":[{"name":"password","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/2fa/totp/is-enabled":{"get":{"tags":["totp-controller"],"operationId":"checkTOTPEnabledFor","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/cohort":{"get":{"tags":["cohort-controller"],"operationId":"getAllCohorts","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CohortSummaryDTO"}}}}}}},"post":{"tags":["cohort-controller"],"operationId":"addCohort","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CohortCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/cohort/{id}":{"get":{"tags":["cohort-controller"],"operationId":"getCohortDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CohortDetailsDTO"}}}}}},"patch":{"tags":["cohort-controller"],"operationId":"patchCohort","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CohortPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/course":{"get":{"tags":["course-controller"],"operationId":"getAllCourses","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}},"post":{"tags":["course-controller"],"operationId":"addCourse","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CourseCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/course/{id}":{"get":{"tags":["course-controller"],"operationId":"getCourseById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CourseDetailsDTO"}}}}}},"patch":{"tags":["course-controller"],"operationId":"patchCourse","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CoursePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/course/program/{programId}":{"get":{"tags":["course-controller"],"operationId":"getAllCoursesByProgram","parameters":[{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}}},"/api/course/manager/{managerId}":{"get":{"tags":["course-controller"],"operationId":"getAllCoursesByManager","parameters":[{"name":"managerId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}}},"/api/building":{"get":{"tags":["building-controller"],"operationId":"getAllBuildings","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BuildingSummaryDTO"}}}}}}},"post":{"tags":["building-controller"],"operationId":"addBuilding","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildingCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/building/{id}":{"get":{"tags":["building-controller"],"operationId":"getBuildingById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BuildingDetailsDTO"}}}}}},"patch":{"tags":["building-controller"],"operationId":"patchBuilding","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildingPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition/{id}":{"get":{"tags":["edition-controller"],"operationId":"getEditionById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}},"patch":{"tags":["edition-controller"],"operationId":"patchEdition","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition/{id}/archive":{"put":{"tags":["edition-controller"],"operationId":"archiveEdition","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/edition":{"get":{"tags":["edition-controller"],"operationId":"getAllEditions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}},"post":{"tags":["edition-controller"],"description":"Adds a course Edition","operationId":"addEdition","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition/program/{id}":{"get":{"tags":["edition-controller"],"operationId":"getAllEditionsByCourse","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}}},"/api/edition/{editionId}/add/students":{"post":{"tags":["edition-controller"],"operationId":"addStudentsToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/add/tas":{"post":{"tags":["edition-controller"],"operationId":"addTAsToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/add/cohort/{cohortId}":{"post":{"tags":["edition-controller"],"operationId":"addCohortToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"cohortId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/modules":{"get":{"tags":["edition-controller"],"description":"Gets all modules of an edition","operationId":"getEditionModules","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleSummaryDTO"}}}}}}}},"/api/edition/{editionId}/roles":{"get":{"tags":["edition-controller"],"operationId":"getEditionParticipants","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonDetailsDTO"}}}}}}}},"/api/edition/open-for-enrolment":{"get":{"tags":["edition-controller"],"operationId":"getOpenEditions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}}},"/api/assignment":{"post":{"tags":["assignment-controller"],"operationId":"addAssignment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssignmentCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/assignment/{id}":{"get":{"tags":["assignment-controller"],"operationId":"getAssignmentDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssignmentModuleDetailsDTO"}}}}}},"patch":{"tags":["assignment-controller"],"operationId":"patchAssignment","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssignmentPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/assignment/{moduleId}/all":{"get":{"tags":["assignment-controller"],"operationId":"getAllAssignmentsByModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}}}}}}}},"/api/studentGroup/{id}/add/members":{"post":{"tags":["student-group-controller"],"operationId":"addGroupMembers","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"usernames","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/module-id":{"get":{"tags":["student-group-controller"],"operationId":"getModuleIdFromGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{moduleId}/module":{"get":{"tags":["student-group-controller"],"operationId":"getAllGroupsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/{moduleId}/generate":{"post":{"tags":["student-group-controller"],"operationId":"generateGroupsForModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GroupGenerateDTO"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{moduleId}/allocate":{"post":{"tags":["student-group-controller"],"operationId":"allocateGroupsForModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"integer","format":"int32"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/leave/{personId}":{"patch":{"tags":["student-group-controller"],"operationId":"removeMemberFromGroup","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{moduleId}/capacity/{capacity}":{"patch":{"tags":["student-group-controller"],"operationId":"changeCapacitiesOfGroupsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"capacity","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/locked":{"get":{"tags":["student-group-controller"],"operationId":"isGroupLocked","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/studentGroup/{id}/locked_student/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"isGroupLockedAndRoleStudent","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/studentGroup/{id}/role/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"getRoleOfMember","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoleSummaryDTO"}}}}}}},"/api/studentGroup/by-person/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupsForPerson","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/by-person-and-course/{personId}/{courseId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupsForPersonAndCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/by-person-and-module/{personId}/{moduleId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupForPersonAndModule","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StudentGroupDetailsDTO"}}}}}}},"/api/studentGroup":{"post":{"tags":["student-group-controller"],"operationId":"addGroup","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudentGroupCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{id}":{"get":{"tags":["student-group-controller"],"operationId":"viewGroupDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StudentGroupShortDetailsDTO"}}}}}},"patch":{"tags":["student-group-controller"],"operationId":"patchGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudentGroupPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{id}/add/member":{"post":{"tags":["student-group-controller"],"operationId":"addSingleMemberToGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/add/member/{memId}":{"post":{"tags":["student-group-controller"],"operationId":"addMemberToGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"memId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}}},"components":{"schemas":{"AssignmentSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}}}},"Description":{"type":"object","properties":{"text":{"type":"string"},"fileDirectory":{"type":"string"}}},"EditionModulesLayer2DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModuleSummaryDTO"}}}},"Id":{"type":"object","properties":{"personId":{"type":"integer","format":"int64"},"editionId":{"type":"integer","format":"int64"}}},"ModuleSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"PersonDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionWithoutPersonLayer1DTO"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleEditionLayer1DTO"}}}},"RoleEditionLayer1DTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"edition":{"$ref":"#/components/schemas/EditionModulesLayer2DTO"}}},"StudentGroupSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"nstudents":{"type":"integer","format":"int32"}}},"SubmissionWithoutPersonLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}},"PersonSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"}}},"PersonCreateDTO":{"required":["number","username"],"type":"object","properties":{"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"}}},"ClusterIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"CourseIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleDivisionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"PersonPatchDTO":{"type":"object","properties":{"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"number":{"type":"integer","format":"int32"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}},"directs":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"manages":{"type":"array","items":{"$ref":"#/components/schemas/CourseIdDTO"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"programs":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"coordinates":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterIdDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionIdDTO"}}}},"ProgramIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"RoleIdDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"}}},"SubmissionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"EditionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]}}},"RoleEditionDetailsDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"}}},"ClusterCreateDTO":{"type":"object","properties":{"name":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonIdDTO"}}}},"CohortIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"PersonIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ClusterPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonIdDTO"}}}},"RolePatchDTO":{"type":"object","properties":{"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"EditionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"RoleCreateDTO":{"required":["edition","person","type"],"type":"object","properties":{"person":{"$ref":"#/components/schemas/PersonIdDTO"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"ModuleCreateDTO":{"required":["edition","name"],"type":"object","properties":{"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"}}},"AssignmentIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModulePatchDTO":{"type":"object","properties":{"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupIdDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionIdDTO"}}}},"StudentGroupIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionSummaryDTO"}}}},"ModuleDivisionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"SubmissionCreateDTO":{"required":["assignment","group","submitter"],"type":"object","properties":{"submitter":{"$ref":"#/components/schemas/PersonIdDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentIdDTO"},"group":{"$ref":"#/components/schemas/StudentGroupIdDTO"}}},"SubmissionPatchDTO":{"type":"object","properties":{"grade":{"type":"number","format":"double"}}},"RoleSummaryDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"StudentGroupMembersLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleSummaryDTO"}},"nstudents":{"type":"integer","format":"int32"}}},"SubmissionMemberDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"submitter":{"$ref":"#/components/schemas/PersonSummaryDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupMembersLayer1DTO"}}},"SubmissionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"}}},"SubmissionDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"submitter":{"$ref":"#/components/schemas/PersonSummaryDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}},"Address":{"required":["city","number","street","zipCode"],"type":"object","properties":{"street":{"type":"string"},"number":{"type":"integer","format":"int32"},"numberPostfix":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"}}},"BuildingSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"}}},"RoomDetailsDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingSummaryDTO"}}},"RoomSummaryDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"}}},"BuildingIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"RoomCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingIdDTO"}}},"RoomPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingIdDTO"}}},"RoomIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"SessionCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}}}},"SessionPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}}}},"ModuleAssignmentsGroupsDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}},"APIKeyCreateDTO":{"required":["expiresAt","name","permissions"],"type":"object","properties":{"name":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionIdDTO"}}}},"PermissionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"Assignment":{"required":["module","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/Module"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}}}},"Building":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/Room"}}}},"Cluster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"program":{"$ref":"#/components/schemas/Program"},"cohort":{"$ref":"#/components/schemas/Cohort"}}},"Cohort":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}}}},"Course":{"required":["code","isArchived","manager","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/Program"},"manager":{"$ref":"#/components/schemas/Person"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}}}},"Edition":{"required":["enrollability","isArchived","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"isArchived":{"type":"boolean"},"course":{"$ref":"#/components/schemas/Course"},"cohort":{"$ref":"#/components/schemas/Cohort"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"modules":{"type":"array","items":{"$ref":"#/components/schemas/Module"}}}},"Module":{"required":["edition","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/Edition"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/Assignment"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroup"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivision"}}}},"ModuleDivision":{"required":["module"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"module":{"$ref":"#/components/schemas/Module"},"people":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}},"Person":{"required":["externalId","number","username"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"},"twoFA":{"$ref":"#/components/schemas/TwoFA"},"programs":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivision"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"directs":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"manages":{"type":"array","items":{"$ref":"#/components/schemas/Course"}},"coordinates":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}}}},"Program":{"required":["director","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"director":{"$ref":"#/components/schemas/Person"},"coordinators":{"type":"array","items":{"$ref":"#/components/schemas/Person"}},"courses":{"type":"array","items":{"$ref":"#/components/schemas/Course"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}},"people":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}},"Role":{"required":["id","type"],"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"person":{"$ref":"#/components/schemas/Person"},"edition":{"$ref":"#/components/schemas/Edition"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroup"}}}},"Room":{"required":["building","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/Building"},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}}}},"Session":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/Room"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/Assignment"}},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}}}},"StudentGroup":{"required":["capacity","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"module":{"$ref":"#/components/schemas/Module"},"members":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"empty":{"type":"boolean"},"full":{"type":"boolean"}}},"Submission":{"required":["submitter"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submitter":{"$ref":"#/components/schemas/Person"},"assignment":{"$ref":"#/components/schemas/Assignment"},"group":{"$ref":"#/components/schemas/StudentGroup"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"}}},"TOTPKey":{"required":["createdAt","secret"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"person":{"$ref":"#/components/schemas/Person"},"secret":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"retractedAt":{"type":"string","format":"date-time"},"retracted":{"type":"boolean"},"secretAsBytes":{"type":"array","items":{"type":"string","format":"byte"}}}},"TwoFA":{"type":"object","properties":{"enabled":{"type":"boolean"},"totpKeys":{"type":"array","items":{"$ref":"#/components/schemas/TOTPKey"}}}},"APIKeySecretDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"},"secret":{"type":"string"},"createdBy":{"$ref":"#/components/schemas/PersonSummaryDTO"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionSummaryDTO"}}}},"PermissionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"APIKeyPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"}}},"APIKeyDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"},"createdBy":{"$ref":"#/components/schemas/PersonSummaryDTO"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionSummaryDTO"}}}},"APIKeySummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"}}},"ModuleDivisionDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"module":{"$ref":"#/components/schemas/ModuleSummaryDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}},"ModuleDivisionCreateDTO":{"type":"object","properties":{"usernames":{"type":"array","items":{"type":"string"}}}},"TOTPKeyInfoDetailsDTO":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"retractedAt":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"},"retracted":{"type":"boolean"}}},"CohortCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}}},"CohortPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterIdDTO"}}}},"ClusterSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CohortDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterSummaryDTO"}}}},"CohortSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CourseCreateDTO":{"required":["code","manager","name"],"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"manager":{"$ref":"#/components/schemas/PersonIdDTO"}}},"CourseDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/ProgramSummaryDTO"},"manager":{"$ref":"#/components/schemas/PersonSummaryDTO"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}}}},"ProgramSummaryDTO":{"type":"object","properties":{"name":{"type":"string"}}},"CourseSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"}}},"CoursePatchDTO":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"manager":{"$ref":"#/components/schemas/PersonIdDTO"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}}}},"BuildingCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"}}},"BuildingPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}}}},"BuildingDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomSummaryDTO"}}}},"EditionPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"course":{"$ref":"#/components/schemas/Course"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModuleIdDTO"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/SessionIdDTO"}}}},"ModuleIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"SessionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"EditionRolesDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonLayer1DTO"}}}},"RolePersonLayer1DTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"}}},"EditionCreateDTO":{"required":["cohort","course","enrollability","name"],"type":"object","properties":{"name":{"type":"string"},"course":{"$ref":"#/components/schemas/CourseIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]}}},"RolePersonDetailsDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"}}},"AssignmentCreateDTO":{"required":["module","name"],"type":"object","properties":{"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleIdDTO"}}},"AssignmentPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"deadline":{"type":"string","format":"date-time"},"description":{"$ref":"#/components/schemas/Description"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/SessionIdDTO"}}}},"AssignmentModuleDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleLayer1DTO"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}},"ModuleLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionSummaryDTO"}}}},"GroupGenerateDTO":{"type":"object","properties":{"amount":{"type":"integer","format":"int32"},"capacity":{"type":"integer","format":"int32"}}},"StudentGroupDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"module":{"$ref":"#/components/schemas/ModuleSummaryDTO"},"members":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonLayer1DTO"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}},"nstudents":{"type":"integer","format":"int32"}}},"StudentGroupCreateDTO":{"required":["capacity","name"],"type":"object","properties":{"name":{"type":"string"},"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"capacity":{"type":"integer","format":"int32"},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}}}},"StudentGroupPatchDTO":{"type":"object","properties":{"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"capacity":{"type":"integer","format":"int32"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}}}},"StudentGroupShortDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"memberUsernames":{"type":"array","items":{"type":"string"}},"assignments":{"type":"object","additionalProperties":{"type":"boolean"}}}}}}}
\ No newline at end of file
+{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:8082","description":"Generated server url"}],"paths":{"/api/course":{"get":{"tags":["course-controller"],"operationId":"getAllCourses","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}},"post":{"tags":["course-controller"],"operationId":"addCourse","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CourseCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/course/{id}":{"get":{"tags":["course-controller"],"operationId":"getCourseById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CourseDetailsDTO"}}}}}},"patch":{"tags":["course-controller"],"operationId":"patchCourse","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CoursePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/course/program/{programId}":{"get":{"tags":["course-controller"],"operationId":"getAllCoursesByProgram","parameters":[{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}}},"/api/course/manager/{managerId}":{"get":{"tags":["course-controller"],"operationId":"getAllCoursesByManager","parameters":[{"name":"managerId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CourseSummaryDTO"}}}}}}}},"/api/course/edition/{editionId}":{"get":{"tags":["course-controller"],"operationId":"getCourseByEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CourseDetailsDTO"}}}}}}},"/api/2fa/totp/secret":{"get":{"tags":["totp-controller"],"operationId":"getTOTPSecret","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"string"}}}}}}},"/api/2fa/totp/key-info":{"get":{"tags":["totp-controller"],"operationId":"getTOTPKeyInfo","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TOTPKeyInfoDetailsDTO"}}}}}}},"/api/2fa/totp/is-enabled":{"get":{"tags":["totp-controller"],"operationId":"checkTOTPEnabledFor","parameters":[{"name":"person","in":"query","required":true,"schema":{"$ref":"#/components/schemas/Person"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/2fa/totp/create":{"put":{"tags":["totp-controller"],"operationId":"createTOTPKey","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TOTPKeyInfoDetailsDTO"}}}}}}},"/api/2fa/totp/confirm":{"post":{"tags":["totp-controller"],"operationId":"confirmTOTPPassword","parameters":[{"name":"password","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Person"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/cluster/{id}":{"patch":{"tags":["cluster-controller"],"operationId":"patchCluster","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/cluster":{"post":{"tags":["cluster-controller"],"operationId":"addCluster","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/auth/{personId}/manager-anywhere":{"get":{"tags":["authorization-controller"],"operationId":"isManagerForAnyCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/staff-in-course/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"isStaffInCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/staff-in-edition/{editionId}":{"get":{"tags":["authorization-controller"],"operationId":"isStaffInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/role/{editionId}/edition":{"get":{"tags":["authorization-controller"],"operationId":"hasRoleInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/specific-role/{editionId}/edition":{"get":{"tags":["authorization-controller"],"operationId":"hasSpecificRoleInEdition","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"type","in":"query","required":true,"schema":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/course-manager/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"isCourseManager","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/auth/{personId}/course-read/{courseId}":{"get":{"tags":["authorization-controller"],"operationId":"canReadCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/assignment/{moduleId}/all":{"get":{"tags":["assignment-controller"],"operationId":"getAllAssignmentsByModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}}}}}}}},"/api/assignment/{id}":{"get":{"tags":["assignment-controller"],"operationId":"getAssignmentDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AssignmentModuleDetailsDTO"}}}}}},"patch":{"tags":["assignment-controller"],"operationId":"patchAssignment","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssignmentPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/assignment":{"post":{"tags":["assignment-controller"],"operationId":"addAssignment","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AssignmentCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/division/{moduleId}/import":{"post":{"tags":["module-division-controller"],"operationId":"importDivisions","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionCreateDTO"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/division/{id}":{"get":{"tags":["module-division-controller"],"operationId":"getPeopleInDivision","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModuleDivisionDetailsDTO"}}}}}}},"/api/division/{moduleId}/module":{"get":{"tags":["module-division-controller"],"operationId":"getAllDivisionsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionDetailsDTO"}}}}}}}},"/api/division/{moduleId}/import/clusters/{extra}":{"post":{"tags":["module-division-controller"],"operationId":"importDivisionsFromClusters","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"extra","in":"path","required":true,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"default response"}}}},"/api/division/{moduleId}/create/{amount}":{"post":{"tags":["module-division-controller"],"operationId":"createDivisionsForParticipants","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"amount","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response"}}}},"/api/division/{id}/add":{"post":{"tags":["module-division-controller"],"operationId":"addPersonToDivision","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/division/{moduleId}/add/random":{"post":{"tags":["module-division-controller"],"operationId":"addPersonToRandomDivision","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/module":{"post":{"tags":["module-controller"],"operationId":"addModule","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModuleCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/module/{id}":{"get":{"tags":["module-controller"],"operationId":"getModuleDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModuleDetailsDTO"}}}}}},"patch":{"tags":["module-controller"],"operationId":"patchModule","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModulePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/session":{"post":{"tags":["session-controller"],"operationId":"addSession","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/session/{id}":{"patch":{"tags":["session-controller"],"operationId":"patchSession","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SessionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup":{"post":{"tags":["student-group-controller"],"operationId":"addGroup","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudentGroupCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{id}":{"get":{"tags":["student-group-controller"],"operationId":"viewGroupDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StudentGroupDetailsDTO"}}}}}},"patch":{"tags":["student-group-controller"],"operationId":"patchGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudentGroupPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{id}/add/member":{"post":{"tags":["student-group-controller"],"operationId":"addSingleMemberToGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/add/member/{memId}":{"post":{"tags":["student-group-controller"],"operationId":"addMemberToGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"memId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/add/members":{"post":{"tags":["student-group-controller"],"operationId":"addGroupMembers","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"usernames","in":"query","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/module-id":{"get":{"tags":["student-group-controller"],"operationId":"getModuleIdFromGroup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/studentGroup/{moduleId}/module":{"get":{"tags":["student-group-controller"],"operationId":"getAllGroupsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/{moduleId}/generate":{"post":{"tags":["student-group-controller"],"operationId":"generateGroupsForModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GroupGenerateDTO"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{moduleId}/allocate":{"post":{"tags":["student-group-controller"],"operationId":"allocateGroupsForModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"integer","format":"int32"}}}},"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/leave/{personId}":{"patch":{"tags":["student-group-controller"],"operationId":"removeMemberFromGroup","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{moduleId}/capacity/{capacity}":{"patch":{"tags":["student-group-controller"],"operationId":"changeCapacitiesOfGroupsInModule","parameters":[{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"capacity","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response"}}}},"/api/studentGroup/{id}/locked":{"get":{"tags":["student-group-controller"],"operationId":"isGroupLocked","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/studentGroup/{id}/locked_student/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"isGroupLockedAndRoleStudent","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"boolean"}}}}}}},"/api/studentGroup/{id}/role/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"getRoleOfMember","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoleSummaryDTO"}}}}}}},"/api/studentGroup/by-person/{personId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupsForPerson","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/by-person-and-course/{personId}/{courseId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupsForPersonAndCourse","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"courseId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}}}}}},"/api/studentGroup/by-person-and-module/{personId}/{moduleId}":{"get":{"tags":["student-group-controller"],"operationId":"getGroupForPersonAndModule","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"moduleId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/StudentGroupDetailsDTO"}}}}}}},"/api/api-key":{"get":{"tags":["api-key-controller"],"operationId":"getAllAPIKeys","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/APIKeySummaryDTO"}}}}}}},"post":{"tags":["api-key-controller"],"operationId":"addAPIKey","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"dto":{"$ref":"#/components/schemas/APIKeyCreateDTO"},"person":{"$ref":"#/components/schemas/Person"}}}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/APIKeySecretDetailsDTO"}}}}}}},"/api/api-key/{id}":{"get":{"tags":["api-key-controller"],"operationId":"getAPIKeyById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/APIKeyDetailsDTO"}}}}}},"patch":{"tags":["api-key-controller"],"operationId":"patchAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIKeyPatchDTO"}}}},"responses":{"200":{"description":"default response"}}}},"/api/api-key/disable/{id}":{"put":{"tags":["api-key-controller"],"operationId":"disableAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/api-key/enable/{id}":{"put":{"tags":["api-key-controller"],"operationId":"enableAPIKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/room":{"get":{"tags":["room-controller"],"operationId":"getAllRooms","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoomSummaryDTO"}}}}}}},"post":{"tags":["room-controller"],"operationId":"addRoom","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoomCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/room/{id}":{"get":{"tags":["room-controller"],"operationId":"getRoomById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RoomDetailsDTO"}}}}}},"patch":{"tags":["room-controller"],"operationId":"patchRoom","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoomPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/building":{"get":{"tags":["building-controller"],"operationId":"getAllBuildings","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/BuildingSummaryDTO"}}}}}}},"post":{"tags":["building-controller"],"operationId":"addBuilding","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildingCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/building/{id}":{"get":{"tags":["building-controller"],"operationId":"getBuildingById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BuildingDetailsDTO"}}}}}},"patch":{"tags":["building-controller"],"operationId":"patchBuilding","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuildingPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition":{"get":{"tags":["edition-controller"],"operationId":"getAllEditions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}},"post":{"tags":["edition-controller"],"description":"Adds a course Edition","operationId":"addEdition","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition/{id}":{"get":{"tags":["edition-controller"],"operationId":"getEditionById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}},"patch":{"tags":["edition-controller"],"operationId":"patchEdition","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EditionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/edition/{id}/archive":{"put":{"tags":["edition-controller"],"operationId":"archiveEdition","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/edition/program/{id}":{"get":{"tags":["edition-controller"],"operationId":"getAllEditionsByCourse","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}}},"/api/edition/active-at":{"put":{"tags":["edition-controller"],"operationId":"getAllEditionsActiveAtDate","requestBody":{"content":{"application/json":{"schema":{"type":"string","format":"date-time"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}}}}}}}},"/api/edition/active-during":{"put":{"tags":["edition-controller"],"operationId":"getAllEditionsActiveDuringPeriod","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Period"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}}}}}}}},"/api/edition/{editionId}/add/students":{"post":{"tags":["edition-controller"],"operationId":"addStudentsToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/add/tas":{"post":{"tags":["edition-controller"],"operationId":"addTAsToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/add/cohort/{cohortId}":{"post":{"tags":["edition-controller"],"operationId":"addCohortToEdition","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"cohortId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/edition/{id}/remove/person/{personId}":{"delete":{"tags":["edition-controller"],"operationId":"removePersonFromEdition","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response"}}}},"/api/edition/{editionId}/modules":{"get":{"tags":["edition-controller"],"description":"Gets all modules of an edition","operationId":"getEditionModules","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleSummaryDTO"}}}}}}}},"/api/edition/{editionId}/roles":{"get":{"tags":["edition-controller"],"operationId":"getEditionParticipants","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonDetailsDTO"}}}}}}}},"/api/edition/open-for-enrolment":{"get":{"tags":["edition-controller"],"operationId":"getOpenEditions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/EditionRolesDetailsDTO"}}}}}}}},"/api/role":{"post":{"tags":["role-controller"],"operationId":"addRole","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RoleCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Id"}}}}}}},"/api/role/{personId}/{editionId}":{"patch":{"tags":["role-controller"],"operationId":"patchRole","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RolePatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Id"}}}}}}},"/api/person/search/number/{number}/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/by-edition-and-role/{editionId}/{roleType}":{"get":{"tags":["person-controller"],"operationId":"getPeopleByEditionAndRoleType","parameters":[{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"roleType","in":"path","required":true,"schema":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/by-cohort/{cohortId}":{"get":{"tags":["person-controller"],"operationId":"getPeopleByCohort","parameters":[{"name":"cohortId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/{personId}/roles":{"get":{"tags":["person-controller"],"operationId":"getRolesForPerson","parameters":[{"name":"personId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoleEditionDetailsDTO"}}}}}}}},"/api/person":{"post":{"tags":["person-controller"],"operationId":"addPerson","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/person/{id}":{"get":{"tags":["person-controller"],"operationId":"getPersonById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}},"patch":{"tags":["person-controller"],"operationId":"patchPerson","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/person/username/{username}":{"get":{"tags":["person-controller"],"operationId":"getPersonByUsername","parameters":[{"name":"username","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}}},"/api/person/external-id/{externalId}":{"get":{"tags":["person-controller"],"operationId":"getPersonByExternalId","parameters":[{"name":"externalId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PersonDetailsDTO"}}}}}}},"/api/person/search/username":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/username/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/username/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndUsernameContaining","parameters":[{"name":"username","in":"query","required":true,"schema":{"type":"string"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/display-name/by-edition/{editionId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByEditionAndDisplayNameContaining","parameters":[{"name":"displayName","in":"query","required":true,"schema":{"type":"string"}},{"name":"editionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/number/{number}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/person/search/number/{number}/by-program/{programId}":{"get":{"tags":["person-controller"],"operationId":"searchPeopleByProgramAndNumberContaining","parameters":[{"name":"number","in":"path","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"programId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/cohort":{"get":{"tags":["cohort-controller"],"operationId":"getAllCohorts","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CohortSummaryDTO"}}}}}}},"post":{"tags":["cohort-controller"],"operationId":"addCohort","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CohortCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/cohort/{id}":{"get":{"tags":["cohort-controller"],"operationId":"getCohortDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CohortDetailsDTO"}}}}}},"patch":{"tags":["cohort-controller"],"operationId":"patchCohort","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CohortPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/db/submissions/reviewers":{"get":{"tags":["db-loader-controller"],"operationId":"getReviewersForSubmissionsInDB","parameters":[{"name":"submissions","in":"query","required":true,"schema":{"type":"array","items":{"type":"integer","format":"int64"}}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/RoleSummaryDTO"}}}}}}}},"/api/db/modules":{"get":{"tags":["db-loader-controller"],"operationId":"getAllModuleAssignmentsAndGroupsInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ModuleAssignmentsGroupsDetailsDTO"}}}}}}}},"/api/db/people":{"get":{"tags":["db-loader-controller"],"operationId":"getAllPeopleInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}}}}}},"/api/db/submissions":{"get":{"tags":["db-loader-controller"],"operationId":"getAllSubmissionsInDB","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}}}}}},"/api/submission/{id}":{"get":{"tags":["submission-controller"],"operationId":"getSubmissionById","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionMemberDetailsDTO"}}}}}},"patch":{"tags":["submission-controller"],"operationId":"patchSubmission","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionPatchDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/submission":{"get":{"tags":["submission-controller"],"operationId":"getAllSubmissions","responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionMemberDetailsDTO"}}}}}}},"post":{"tags":["submission-controller"],"operationId":"addSubmission","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmissionCreateDTO"}}}},"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"integer","format":"int64"}}}}}}},"/api/submission/by-group-and-assignment/{groupId}/{assignmentId}":{"get":{"tags":["submission-controller"],"operationId":"getSubmissionsForGroupAndAssignment","parameters":[{"name":"groupId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"assignmentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}}}}}},"/api/submission/latest/by-group-and-assignment/{groupId}/{assignmentId}":{"get":{"tags":["submission-controller"],"operationId":"getLatestSubmissionForGroupAndAssignment","parameters":[{"name":"groupId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"assignmentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"default response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubmissionDetailsDTO"}}}}}}}},"components":{"schemas":{"CourseCreateDTO":{"required":["code","manager","name"],"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"manager":{"$ref":"#/components/schemas/PersonIdDTO"}}},"PersonIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ProgramIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"CoursePatchDTO":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"manager":{"$ref":"#/components/schemas/PersonIdDTO"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}}}},"EditionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"CourseDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/ProgramSummaryDTO"},"manager":{"$ref":"#/components/schemas/PersonSummaryDTO"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}}}},"EditionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"isArchived":{"type":"boolean"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]}}},"PersonSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"}}},"ProgramSummaryDTO":{"type":"object","properties":{"name":{"type":"string"}}},"CourseSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"}}},"Address":{"required":["city","number","street","zipCode"],"type":"object","properties":{"street":{"type":"string"},"number":{"type":"integer","format":"int32"},"numberPostfix":{"type":"string"},"zipCode":{"type":"string"},"city":{"type":"string"}}},"Assignment":{"required":["module","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/Module"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}}}},"Building":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/Room"}}}},"Cluster":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"program":{"$ref":"#/components/schemas/Program"},"cohort":{"$ref":"#/components/schemas/Cohort"}}},"Cohort":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}}}},"Course":{"required":["code","isArchived","manager","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"code":{"type":"string"},"isArchived":{"type":"boolean"},"program":{"$ref":"#/components/schemas/Program"},"manager":{"$ref":"#/components/schemas/Person"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}}}},"Description":{"type":"object","properties":{"text":{"type":"string"},"fileDirectory":{"type":"string"}}},"Edition":{"required":["endDate","enrollability","isArchived","name","startDate"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"isArchived":{"type":"boolean"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"course":{"$ref":"#/components/schemas/Course"},"cohort":{"$ref":"#/components/schemas/Cohort"},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"modules":{"type":"array","items":{"$ref":"#/components/schemas/Module"}}}},"Id":{"type":"object","properties":{"personId":{"type":"integer","format":"int64"},"editionId":{"type":"integer","format":"int64"}}},"Module":{"required":["edition","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/Edition"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/Assignment"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroup"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivision"}}}},"ModuleDivision":{"required":["module"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"module":{"$ref":"#/components/schemas/Module"},"people":{"type":"array","items":{"$ref":"#/components/schemas/Person"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroup"}}}},"Person":{"required":["externalId","number","username"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"},"twoFA":{"$ref":"#/components/schemas/TwoFA"},"programs":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivision"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"directs":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"manages":{"type":"array","items":{"$ref":"#/components/schemas/Course"}},"coordinates":{"type":"array","items":{"$ref":"#/components/schemas/Program"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}}}},"Program":{"required":["director","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"director":{"$ref":"#/components/schemas/Person"},"coordinators":{"type":"array","items":{"$ref":"#/components/schemas/Person"}},"courses":{"type":"array","items":{"$ref":"#/components/schemas/Course"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/Cluster"}},"people":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}},"Role":{"required":["id","type"],"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"person":{"$ref":"#/components/schemas/Person"},"edition":{"$ref":"#/components/schemas/Edition"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroup"}}}},"Room":{"required":["building","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/Building"},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/Session"}}}},"Session":{"required":["name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/Room"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/Assignment"}},"editions":{"type":"array","items":{"$ref":"#/components/schemas/Edition"}}}},"StudentGroup":{"required":["capacity","name"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"module":{"$ref":"#/components/schemas/Module"},"division":{"$ref":"#/components/schemas/ModuleDivision"},"members":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/Submission"}},"empty":{"type":"boolean"},"full":{"type":"boolean"}}},"Submission":{"required":["submitter"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submitter":{"$ref":"#/components/schemas/Person"},"assignment":{"$ref":"#/components/schemas/Assignment"},"group":{"$ref":"#/components/schemas/StudentGroup"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"}}},"TOTPKey":{"required":["createdAt","secret"],"type":"object","properties":{"id":{"type":"integer","format":"int64"},"person":{"$ref":"#/components/schemas/Person"},"secret":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"retractedAt":{"type":"string","format":"date-time"},"secretAsBytes":{"type":"array","items":{"type":"string","format":"byte"}},"retracted":{"type":"boolean"}}},"TwoFA":{"type":"object","properties":{"enabled":{"type":"boolean"},"totpKeys":{"type":"array","items":{"$ref":"#/components/schemas/TOTPKey"}}}},"TOTPKeyInfoDetailsDTO":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"retractedAt":{"type":"string","format":"date-time"},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"},"retracted":{"type":"boolean"}}},"ClusterPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonIdDTO"}}}},"CohortIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ClusterCreateDTO":{"type":"object","properties":{"name":{"type":"string"},"program":{"$ref":"#/components/schemas/ProgramIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonIdDTO"}}}},"AssignmentSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}}}},"AssignmentModuleDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleLayer1DTO"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}}}},"ModuleDivisionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionSummaryDTO"}}}},"SubmissionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"}}},"AssignmentCreateDTO":{"required":["module","name"],"type":"object","properties":{"name":{"type":"string"},"description":{"$ref":"#/components/schemas/Description"},"deadline":{"type":"string","format":"date-time"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleIdDTO"}}},"ModuleIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"AssignmentPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"deadline":{"type":"string","format":"date-time"},"description":{"$ref":"#/components/schemas/Description"},"lateSubmissionLeniency":{"type":"integer","format":"int64"},"acceptLateSubmissions":{"type":"boolean"},"approveScript":{"type":"string"},"submissionLimit":{"type":"integer","format":"int32"},"allowedFileTypes":{"type":"array","items":{"type":"string"}},"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/SessionIdDTO"}}}},"SessionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"SubmissionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleDivisionCreateDTO":{"type":"object","properties":{"usernames":{"type":"array","items":{"type":"string"}}}},"ModuleDivisionDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"module":{"$ref":"#/components/schemas/ModuleSummaryDTO"},"people":{"type":"array","items":{"$ref":"#/components/schemas/PersonSummaryDTO"}}}},"ModuleSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"ModuleCreateDTO":{"required":["edition","name"],"type":"object","properties":{"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"}}},"AssignmentIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleDivisionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModulePatchDTO":{"type":"object","properties":{"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupIdDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionIdDTO"}}}},"StudentGroupIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"ModuleDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionSummaryDTO"}}}},"RoomIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"SessionCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}}}},"SessionPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"description":{"type":"string"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentIdDTO"}},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}}}},"RoleIdDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"}}},"StudentGroupCreateDTO":{"required":["capacity","name"],"type":"object","properties":{"name":{"type":"string"},"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"capacity":{"type":"integer","format":"int32"},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}}}},"StudentGroupPatchDTO":{"type":"object","properties":{"module":{"$ref":"#/components/schemas/ModuleIdDTO"},"capacity":{"type":"integer","format":"int32"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}}}},"RolePersonLayer1DTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"}}},"StudentGroupDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"memberUsernames":{"type":"array","items":{"type":"string"}},"assignmentsSubmitted":{"type":"object","additionalProperties":{"type":"boolean"}},"module":{"$ref":"#/components/schemas/ModuleSummaryDTO"},"members":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonLayer1DTO"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionSummaryDTO"}},"division":{"$ref":"#/components/schemas/ModuleDivisionSummaryDTO"}}},"StudentGroupSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"memberUsernames":{"type":"array","items":{"type":"string"}},"assignmentsSubmitted":{"type":"object","additionalProperties":{"type":"boolean"}}}},"GroupGenerateDTO":{"type":"object","properties":{"amount":{"type":"integer","format":"int32"},"capacity":{"type":"integer","format":"int32"}}},"RoleSummaryDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"APIKeyCreateDTO":{"required":["expiresAt","name","permissions"],"type":"object","properties":{"name":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionIdDTO"}}}},"PermissionIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"APIKeySecretDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"},"secret":{"type":"string"},"createdBy":{"$ref":"#/components/schemas/PersonSummaryDTO"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionSummaryDTO"}}}},"PermissionSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"APIKeyPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"}}},"APIKeyDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"},"createdBy":{"$ref":"#/components/schemas/PersonSummaryDTO"},"permissions":{"type":"array","items":{"$ref":"#/components/schemas/PermissionSummaryDTO"}}}},"APIKeySummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"key":{"type":"string"}}},"RoomSummaryDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"}}},"BuildingIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"RoomCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingIdDTO"}}},"RoomPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingIdDTO"}}},"BuildingSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"}}},"RoomDetailsDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"description":{"type":"string"},"building":{"$ref":"#/components/schemas/BuildingSummaryDTO"}}},"BuildingCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"}}},"BuildingPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomIdDTO"}}}},"BuildingDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"abbreviation":{"type":"string"},"description":{"type":"string"},"address":{"$ref":"#/components/schemas/Address"},"rooms":{"type":"array","items":{"$ref":"#/components/schemas/RoomSummaryDTO"}}}},"CourseIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"EditionCreateDTO":{"required":["cohort","course","enrollability","name"],"type":"object","properties":{"name":{"type":"string"},"course":{"$ref":"#/components/schemas/CourseIdDTO"},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]}}},"EditionPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"course":{"$ref":"#/components/schemas/Course"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"cohort":{"$ref":"#/components/schemas/CohortIdDTO"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModuleIdDTO"}},"sessions":{"type":"array","items":{"$ref":"#/components/schemas/SessionIdDTO"}}}},"EditionRolesDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"isArchived":{"type":"boolean"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RolePersonLayer1DTO"}}}},"Period":{"type":"object","properties":{"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"}}},"RolePersonDetailsDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"person":{"$ref":"#/components/schemas/PersonSummaryDTO"}}},"RoleCreateDTO":{"required":["edition","person","type"],"type":"object","properties":{"person":{"$ref":"#/components/schemas/PersonIdDTO"},"edition":{"$ref":"#/components/schemas/EditionIdDTO"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"RolePatchDTO":{"type":"object","properties":{"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]}}},"RoleEditionDetailsDTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"edition":{"$ref":"#/components/schemas/EditionSummaryDTO"}}},"PersonCreateDTO":{"required":["number","username"],"type":"object","properties":{"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"}}},"ClusterIdDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"}}},"PersonPatchDTO":{"type":"object","properties":{"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"number":{"type":"integer","format":"int32"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleIdDTO"}},"directs":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"manages":{"type":"array","items":{"$ref":"#/components/schemas/CourseIdDTO"}},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionIdDTO"}},"programs":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"coordinates":{"type":"array","items":{"$ref":"#/components/schemas/ProgramIdDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterIdDTO"}},"divisions":{"type":"array","items":{"$ref":"#/components/schemas/ModuleDivisionIdDTO"}}}},"EditionModulesLayer2DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"isArchived":{"type":"boolean"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"enrollability":{"type":"string","enum":["CLOSED","OPEN","OPEN_TO_PROGRAM"]},"modules":{"type":"array","items":{"$ref":"#/components/schemas/ModuleSummaryDTO"}}}},"PersonDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"externalId":{"type":"string"},"username":{"type":"string"},"displayName":{"type":"string"},"email":{"type":"string"},"defaultRole":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"number":{"type":"integer","format":"int32"},"accountDisabled":{"type":"boolean"},"submissions":{"type":"array","items":{"$ref":"#/components/schemas/SubmissionWithoutPersonLayer1DTO"}},"roles":{"type":"array","items":{"$ref":"#/components/schemas/RoleEditionLayer1DTO"}}}},"RoleEditionLayer1DTO":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/Id"},"type":{"type":"string","enum":["STUDENT","TA","HEAD_TA","TEACHER","TEACHER_RO","ADMIN","BLOCKED"]},"edition":{"$ref":"#/components/schemas/EditionModulesLayer2DTO"}}},"SubmissionWithoutPersonLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}},"CohortCreateDTO":{"required":["name"],"type":"object","properties":{"name":{"type":"string"}}},"CohortPatchDTO":{"type":"object","properties":{"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionIdDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterIdDTO"}}}},"ClusterSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"CohortDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"editions":{"type":"array","items":{"$ref":"#/components/schemas/EditionSummaryDTO"}},"clusters":{"type":"array","items":{"$ref":"#/components/schemas/ClusterSummaryDTO"}}}},"CohortSummaryDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"}}},"ModuleAssignmentsGroupsDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"assignments":{"type":"array","items":{"$ref":"#/components/schemas/AssignmentSummaryDTO"}},"groups":{"type":"array","items":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}}},"SubmissionPatchDTO":{"type":"object","properties":{"grade":{"type":"number","format":"double"}}},"StudentGroupMembersLayer1DTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"capacity":{"type":"integer","format":"int32"},"memberUsernames":{"type":"array","items":{"type":"string"}},"assignmentsSubmitted":{"type":"object","additionalProperties":{"type":"boolean"}},"members":{"type":"array","items":{"$ref":"#/components/schemas/RoleSummaryDTO"}}}},"SubmissionMemberDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"submitter":{"$ref":"#/components/schemas/PersonSummaryDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupMembersLayer1DTO"}}},"SubmissionDetailsDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"submissionTime":{"type":"string","format":"date-time"},"approvalTime":{"type":"string","format":"date-time"},"grade":{"type":"number","format":"double"},"submitter":{"$ref":"#/components/schemas/PersonSummaryDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentSummaryDTO"},"group":{"$ref":"#/components/schemas/StudentGroupSummaryDTO"}}},"SubmissionCreateDTO":{"required":["assignment","group","submitter"],"type":"object","properties":{"submitter":{"$ref":"#/components/schemas/PersonIdDTO"},"assignment":{"$ref":"#/components/schemas/AssignmentIdDTO"},"group":{"$ref":"#/components/schemas/StudentGroupIdDTO"}}}}}}
\ No newline at end of file
-- 
GitLab