|
918 | 918 | "content": { |
919 | 919 | "application/json": { |
920 | 920 | "schema": { |
921 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").NotificationRequest" |
| 921 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").NotificationRequest" |
922 | 922 | } |
923 | 923 | } |
924 | 924 | } |
|
936 | 936 | "content": { |
937 | 937 | "application/json": { |
938 | 938 | "schema": { |
939 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").FCMNotificationRequest" |
| 939 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").FCMNotificationRequest" |
940 | 940 | } |
941 | 941 | } |
942 | 942 | } |
|
963 | 963 | "content": { |
964 | 964 | "application/json": { |
965 | 965 | "schema": { |
966 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").UserNotification" |
| 966 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").UserNotification" |
967 | 967 | } |
968 | 968 | } |
969 | 969 | } |
|
992 | 992 | "schema": { |
993 | 993 | "type": "array", |
994 | 994 | "items": { |
995 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/agreement/domain/UserAgreement\").Agreement" |
| 995 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/agreement/domain/UserAgreement\").Agreement" |
996 | 996 | } |
997 | 997 | } |
998 | 998 | } |
|
1010 | 1010 | "content": { |
1011 | 1011 | "application/json": { |
1012 | 1012 | "schema": { |
1013 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
| 1013 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
1014 | 1014 | } |
1015 | 1015 | } |
1016 | 1016 | } |
|
1035 | 1035 | "content": { |
1036 | 1036 | "application/json": { |
1037 | 1037 | "schema": { |
1038 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
| 1038 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
1039 | 1039 | } |
1040 | 1040 | } |
1041 | 1041 | } |
|
1087 | 1087 | "schema": { |
1088 | 1088 | "type": "array", |
1089 | 1089 | "items": { |
1090 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
| 1090 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
1091 | 1091 | } |
1092 | 1092 | } |
1093 | 1093 | } |
|
1110 | 1110 | "type": "null" |
1111 | 1111 | }, |
1112 | 1112 | { |
1113 | | - "$ref": "#/components/schemas/import(\"/Users/sciberbee/Documents/otl/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
| 1113 | + "$ref": "#/components/schemas/import(\"/Users/parksungbin/Downloads/SPARCS_OTL/otlplus-server/apps/server/src/modules/notification/domain/notification\").Notification" |
1114 | 1114 | } |
1115 | 1115 | ] |
1116 | 1116 | } |
|
1695 | 1695 | ] |
1696 | 1696 | } |
1697 | 1697 | }, |
| 1698 | + "/api/v2/schedules": { |
| 1699 | + "get": { |
| 1700 | + "summary": "SchedulesController.getSchedules", |
| 1701 | + "responses": { |
| 1702 | + "200": { |
| 1703 | + "description": "OK", |
| 1704 | + "content": { |
| 1705 | + "application/json": { |
| 1706 | + "schema": { |
| 1707 | + "type": "array", |
| 1708 | + "items": { |
| 1709 | + "$ref": "#/components/schemas/ISchedules.Basic" |
| 1710 | + } |
| 1711 | + } |
| 1712 | + } |
| 1713 | + } |
| 1714 | + } |
| 1715 | + }, |
| 1716 | + "security": [] |
| 1717 | + } |
| 1718 | + }, |
1698 | 1719 | "/api/semesters": { |
1699 | 1720 | "get": { |
1700 | 1721 | "summary": "SemestersController.getSemesters", |
|
6378 | 6399 | "type": "object", |
6379 | 6400 | "required": ["content", "grade", "load", "speech"] |
6380 | 6401 | }, |
| 6402 | + "ISchedules.Basic": { |
| 6403 | + "type": "object", |
| 6404 | + "properties": { |
| 6405 | + "year": { |
| 6406 | + "type": "number" |
| 6407 | + }, |
| 6408 | + "from": { |
| 6409 | + "type": "string", |
| 6410 | + "format": "date-time" |
| 6411 | + }, |
| 6412 | + "to": { |
| 6413 | + "type": "string", |
| 6414 | + "format": "date-time" |
| 6415 | + }, |
| 6416 | + "name": { |
| 6417 | + "type": "string" |
| 6418 | + } |
| 6419 | + }, |
| 6420 | + "required": ["year", "from", "to", "name"], |
| 6421 | + "additionalProperties": false |
| 6422 | + }, |
6381 | 6423 | "ISemester.QueryDto": { |
6382 | 6424 | "properties": { |
6383 | 6425 | "order": { |
|
6641 | 6683 | "direction": { |
6642 | 6684 | "type": "string", |
6643 | 6685 | "enum": ["ltr", "rtl"] |
6644 | | - }, |
6645 | | - "lang": { |
6646 | | - "type": "string" |
6647 | 6686 | } |
6648 | 6687 | }, |
6649 | 6688 | "required": [ |
|
6670 | 6709 | "textBaseline", |
6671 | 6710 | "textAlign", |
6672 | 6711 | "canvas", |
6673 | | - "direction", |
6674 | | - "lang" |
| 6712 | + "direction" |
6675 | 6713 | ], |
6676 | 6714 | "additionalProperties": false |
6677 | 6715 | }, |
|
0 commit comments