n8n-nodes-academyfive-api 0.0.1-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +19 -0
- package/README.md +9 -0
- package/dist/credentials/AcademyFiveCredentialsApi.credentials.d.ts +10 -0
- package/dist/credentials/AcademyFiveCredentialsApi.credentials.js +53 -0
- package/dist/credentials/AcademyFiveCredentialsApi.credentials.js.map +1 -0
- package/dist/credentials/simovative.svg +5 -0
- package/dist/nodes/AcademyFive/AcademyFive.node.d.ts +10 -0
- package/dist/nodes/AcademyFive/AcademyFive.node.js +184 -0
- package/dist/nodes/AcademyFive/AcademyFive.node.js.map +1 -0
- package/dist/nodes/AcademyFive/AcademyFive.node.json +6 -0
- package/dist/nodes/AcademyFive/MapToRequestUtils.d.ts +24 -0
- package/dist/nodes/AcademyFive/MapToRequestUtils.js +245 -0
- package/dist/nodes/AcademyFive/MapToRequestUtils.js.map +1 -0
- package/dist/nodes/AcademyFive/NodeConfigUtils.d.ts +5 -0
- package/dist/nodes/AcademyFive/NodeConfigUtils.js +50 -0
- package/dist/nodes/AcademyFive/NodeConfigUtils.js.map +1 -0
- package/dist/nodes/AcademyFive/SchemaResolver.d.ts +12 -0
- package/dist/nodes/AcademyFive/SchemaResolver.js +205 -0
- package/dist/nodes/AcademyFive/SchemaResolver.js.map +1 -0
- package/dist/nodes/AcademyFive/SpecGeneratorUtils.d.ts +11 -0
- package/dist/nodes/AcademyFive/SpecGeneratorUtils.js +106 -0
- package/dist/nodes/AcademyFive/SpecGeneratorUtils.js.map +1 -0
- package/dist/nodes/AcademyFive/SpecMapper.d.ts +61 -0
- package/dist/nodes/AcademyFive/SpecMapper.js +385 -0
- package/dist/nodes/AcademyFive/SpecMapper.js.map +1 -0
- package/dist/nodes/AcademyFive/simovative.svg +5 -0
- package/dist/nodes/AcademyFive/types.d.ts +34 -0
- package/dist/nodes/AcademyFive/types.js +19 -0
- package/dist/nodes/AcademyFive/types.js.map +1 -0
- package/dist/package.json +66 -0
- package/dist/specs/ac5.json +1 -0
- package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetPaginatedSchema.json +94 -0
- package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetSchema.json +66 -0
- package/dist/specs/schemas/src/Api/Bookings/Handler/BookingsPatchSchema.json +150 -0
- package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPatchSchema.json +111 -0
- package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPostSchema.json +113 -0
- package/dist/specs/schemas/src/Api/Cohorts/Schema/CohortsGetPaginatedSchema.json +83 -0
- package/dist/specs/schemas/src/Api/Colors/Schema/ColorsListGetSchema.json +50 -0
- package/dist/specs/schemas/src/Api/Common/Model/Validation/ValidationErrorSchema.json +29 -0
- package/dist/specs/schemas/src/Api/Company/Handler/CompanyPostSchema.json +77 -0
- package/dist/specs/schemas/src/Api/Company/Handler/CompanyPutSchema.json +84 -0
- package/dist/specs/schemas/src/Api/CourseSeriesLecturer/Handler/CourseSeriesLecturerPostSchema.json +113 -0
- package/dist/specs/schemas/src/Api/CourseTicket/Handler/CourseTicketsPostV2Schema.json +162 -0
- package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPatchSchema.json +84 -0
- package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPostSchema.json +151 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPatchSchema.json +107 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPostSchema.json +107 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPatchSchema.json +88 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPostSchema.json +89 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPatchSchema.json +54 -0
- package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPostSchema.json +87 -0
- package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPatchSchema.json +242 -0
- package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPostSchema.json +357 -0
- package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsDeleteSchema.json +16 -0
- package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsPutBulkSchema.json +42 -0
- package/dist/specs/schemas/src/Api/DataSourceTabs/Handler/DataSourceTabsPostSchema.json +85 -0
- package/dist/specs/schemas/src/Api/DataSources/Handler/DataSourcesPostSchema.json +61 -0
- package/dist/specs/schemas/src/Api/Documents/Handler/DocumentsPostSchema.json +61 -0
- package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePatchSchema.json +159 -0
- package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePostSchema.json +335 -0
- package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPatchSchema.json +837 -0
- package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPostSchema.json +288 -0
- package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesPostSchema.json +514 -0
- package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchBulkSchema.json +64 -0
- package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchSchema.json +120 -0
- package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPostSchema.json +117 -0
- package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesSelectProfileSchema.json +47 -0
- package/dist/specs/schemas/src/Api/GlobalFileSyncs/Handler/GlobalFileSyncsPatchSchema.json +63 -0
- package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPostSchema.json +98 -0
- package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPutSchema.json +105 -0
- package/dist/specs/schemas/src/Api/Grades/GradeAnnotationRelations/Handler/GradeAnnotationRelationsPostSchema.json +102 -0
- package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsGetSchema.json +89 -0
- package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsPostSchema.json +54 -0
- package/dist/specs/schemas/src/Api/Grades/Schema/GradesAttributeSchema.json +400 -0
- package/dist/specs/schemas/src/Api/Grades/Schema/GradesGetSchema.json +108 -0
- package/dist/specs/schemas/src/Api/Grades/Schema/GradesPatchSchema.json +112 -0
- package/dist/specs/schemas/src/Api/Grades/Schema/GradesPostSchema.json +950 -0
- package/dist/specs/schemas/src/Api/Grades/Schema/GradesRelationshipSchema.json +547 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPatchSchema.json +71 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPostSchema.json +73 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePatchSchema.json +83 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePostSchema.json +38 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPatchSchema.json +101 -0
- package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPostSchema.json +99 -0
- package/dist/specs/schemas/src/Api/Icons/Schema/IconsListGetSchema.json +50 -0
- package/dist/specs/schemas/src/Api/InvoiceCollections/Handler/InvoiceCollectionsFromInstallmentsPostSchema.json +49 -0
- package/dist/specs/schemas/src/Api/InvoiceQueueEntries/Handler/InvoiceQueueEntriesPostSchema.json +49 -0
- package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesPostSchema.json +182 -0
- package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesStatusChangePostSchema.json +55 -0
- package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPatchSchema.json +87 -0
- package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPostSchema.json +84 -0
- package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPatchSchema.json +103 -0
- package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPostSchema.json +153 -0
- package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPatchSchema.json +154 -0
- package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPostSchema.json +215 -0
- package/dist/specs/schemas/src/Api/OnlineExamEnrolments/Handler/OnlineExamEnrolmentsPostSchema.json +180 -0
- package/dist/specs/schemas/src/Api/Payment/Command/PaymentAddCommandSchema.json +51 -0
- package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPostSchema.json +104 -0
- package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPutSchema.json +113 -0
- package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPatchSchema.json +56 -0
- package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPostSchema.json +56 -0
- package/dist/specs/schemas/src/Api/Profiles/Handler/ProfilesPatchSchema.json +45 -0
- package/dist/specs/schemas/src/Api/Profiles/Schema/ProfilesGetSchema.json +0 -0
- package/dist/specs/schemas/src/Api/RequestFormProfileComments/Schema/RequestFormProfileCommentsPostSchema.json +98 -0
- package/dist/specs/schemas/src/Api/RequestFormProfiles/Schema/RequestFromProfilesPatchSchema.json +45 -0
- package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPatchSchema.json +151 -0
- package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPostSchema.json +151 -0
- package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPatchSchema.json +115 -0
- package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPostSchema.json +115 -0
- package/dist/specs/schemas/src/Api/StatisticValidations/Handler/StatisticValidationsPostSchema.json +37 -0
- package/dist/specs/schemas/src/Api/Submissions/StatusChange/Handler/SubmissionsStatusChangePostSchema.json +42 -0
- package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesGetSchema.json +213 -0
- package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPatchSchema.json +195 -0
- package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPostSchema.json +208 -0
- package/dist/specs/schemas/src/Api/TranslationPlaceholders/Schema/TranslationPlaceholdersGetSchema.json +57 -0
- package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPatchSchema.json +176 -0
- package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPostSchema.json +170 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/index.js +0 -0
- package/package.json +66 -0
|
@@ -0,0 +1,514 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "EventSeries",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "eventseries",
|
|
12
|
+
"examples": [
|
|
13
|
+
"eventseries"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"$ref": "#/definitions/eventSeries"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"definitions": {
|
|
23
|
+
"lectureEventSeriesSchema": {
|
|
24
|
+
"oneOf": [
|
|
25
|
+
{
|
|
26
|
+
"$ref": "#/definitions/recurrenceTypeSingleSchema"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"$ref": "#/definitions/recurrenceTypeMultipleSchema"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"properties": {
|
|
33
|
+
"courseId": {
|
|
34
|
+
"type": "integer",
|
|
35
|
+
"minimum": 1,
|
|
36
|
+
"examples": [
|
|
37
|
+
1,
|
|
38
|
+
2,
|
|
39
|
+
3
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"courseLectureSeriesId": {
|
|
43
|
+
"type": "integer",
|
|
44
|
+
"minimum": 1,
|
|
45
|
+
"examples": [
|
|
46
|
+
1,
|
|
47
|
+
2,
|
|
48
|
+
3
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"courseLectureSeriesPartId": {
|
|
52
|
+
"type": "integer",
|
|
53
|
+
"minimum": 1,
|
|
54
|
+
"examples": [
|
|
55
|
+
1,
|
|
56
|
+
2,
|
|
57
|
+
3
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": [
|
|
62
|
+
"courseId",
|
|
63
|
+
"courseLectureSeriesId"
|
|
64
|
+
]
|
|
65
|
+
},
|
|
66
|
+
"blockEventSeriesSchema": {
|
|
67
|
+
"oneOf": [
|
|
68
|
+
{
|
|
69
|
+
"$ref": "#/definitions/recurrenceTypeSingleSchema"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"$ref": "#/definitions/recurrenceTypeMultipleSchema"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"properties": {
|
|
76
|
+
"title": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"maxLength": 255,
|
|
79
|
+
"examples": [
|
|
80
|
+
"Rehearsal of the singing club"
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"required": [
|
|
85
|
+
"title"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"examEventSeriesSchema": {
|
|
89
|
+
"oneOf": [
|
|
90
|
+
{
|
|
91
|
+
"$ref": "#/definitions/recurrenceTypeSingleSchema"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"properties": {
|
|
95
|
+
"examId": {
|
|
96
|
+
"type": "integer",
|
|
97
|
+
"minimum": 1,
|
|
98
|
+
"examples": [
|
|
99
|
+
1,
|
|
100
|
+
2,
|
|
101
|
+
3
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"examPartId": {
|
|
105
|
+
"type": "integer",
|
|
106
|
+
"minimum": 1,
|
|
107
|
+
"examples": [
|
|
108
|
+
1,
|
|
109
|
+
2,
|
|
110
|
+
3
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"examId"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"recurrenceTypeSingleSchema": {
|
|
119
|
+
"oneOf": [
|
|
120
|
+
{
|
|
121
|
+
"$ref": "#/definitions/specificTimeSchema"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"$ref": "#/definitions/allDaySchema"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"properties": {
|
|
128
|
+
"recurrenceType": {
|
|
129
|
+
"type": "string",
|
|
130
|
+
"enum": [
|
|
131
|
+
"single"
|
|
132
|
+
],
|
|
133
|
+
"examples": [
|
|
134
|
+
"single"
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"required": [
|
|
139
|
+
"recurrenceType"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
"recurrenceTypeMultipleSchema": {
|
|
143
|
+
"oneOf": [
|
|
144
|
+
{
|
|
145
|
+
"$ref": "#/definitions/calculationChoiceEndDateSchema"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"$ref": "#/definitions/calculationChoiceCountSchema"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"properties": {
|
|
152
|
+
"recurrenceType": {
|
|
153
|
+
"type": "string",
|
|
154
|
+
"enum": [
|
|
155
|
+
"weekly",
|
|
156
|
+
"biweekly",
|
|
157
|
+
"triweekly",
|
|
158
|
+
"quarterweekly"
|
|
159
|
+
],
|
|
160
|
+
"examples": [
|
|
161
|
+
"weekly",
|
|
162
|
+
"biweekly",
|
|
163
|
+
"triweekly",
|
|
164
|
+
"quarterweekly"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"weekDays": {
|
|
168
|
+
"type": "array",
|
|
169
|
+
"minItems": 1,
|
|
170
|
+
"maxItems": 7,
|
|
171
|
+
"additionalItems": false,
|
|
172
|
+
"uniqueItems": true,
|
|
173
|
+
"items": {
|
|
174
|
+
"type": "string",
|
|
175
|
+
"enum": [
|
|
176
|
+
"monday",
|
|
177
|
+
"tuesday",
|
|
178
|
+
"wednesday",
|
|
179
|
+
"thursday",
|
|
180
|
+
"friday",
|
|
181
|
+
"saturday",
|
|
182
|
+
"sunday"
|
|
183
|
+
],
|
|
184
|
+
"examples": [
|
|
185
|
+
"monday",
|
|
186
|
+
"tuesday",
|
|
187
|
+
"wednesday",
|
|
188
|
+
"thursday",
|
|
189
|
+
"friday",
|
|
190
|
+
"saturday",
|
|
191
|
+
"sunday"
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"required": [
|
|
197
|
+
"recurrenceType",
|
|
198
|
+
"weekDays"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"calculationChoiceEndDateSchema": {
|
|
202
|
+
"oneOf": [
|
|
203
|
+
{
|
|
204
|
+
"$ref": "#/definitions/specificTimeSchema"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"$ref": "#/definitions/allDaySchema"
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"properties": {
|
|
211
|
+
"calculationChoice": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"enum": [
|
|
214
|
+
"endDate"
|
|
215
|
+
],
|
|
216
|
+
"examples": ["endDate"]
|
|
217
|
+
},
|
|
218
|
+
"endDate": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"format": "date",
|
|
221
|
+
"description": "Last date of eventSeries",
|
|
222
|
+
"examples": [
|
|
223
|
+
"2000-02-14"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"required": [
|
|
228
|
+
"endDate",
|
|
229
|
+
"calculationChoice"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
"calculationChoiceCountSchema": {
|
|
233
|
+
"oneOf": [
|
|
234
|
+
{
|
|
235
|
+
"$ref": "#/definitions/specificTimeSchema"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"$ref": "#/definitions/allDaySchema"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"properties": {
|
|
242
|
+
"calculationChoice": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"enum": [
|
|
245
|
+
"recurrenceCount"
|
|
246
|
+
],
|
|
247
|
+
"examples": ["recurrenceCount"]
|
|
248
|
+
},
|
|
249
|
+
"recurrenceCount": {
|
|
250
|
+
"type": "integer",
|
|
251
|
+
"minimum": 1,
|
|
252
|
+
"maximum": 255,
|
|
253
|
+
"examples": [5,42,21]
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
"required": [
|
|
257
|
+
"recurrenceCount",
|
|
258
|
+
"calculationChoice"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"specificTimeSchema": {
|
|
262
|
+
"properties": {
|
|
263
|
+
"allDay": {
|
|
264
|
+
"type": "boolean",
|
|
265
|
+
"enum": [
|
|
266
|
+
false
|
|
267
|
+
],
|
|
268
|
+
"description": "If false the start and end time is required",
|
|
269
|
+
"examples": [
|
|
270
|
+
false
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
"startTime": {
|
|
274
|
+
"type": "string",
|
|
275
|
+
"format": "time",
|
|
276
|
+
"description": "The start time of the event",
|
|
277
|
+
"examples": [
|
|
278
|
+
"12:00:00",
|
|
279
|
+
"12:15:00"
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
"endTime": {
|
|
283
|
+
"type": "string",
|
|
284
|
+
"format": "time",
|
|
285
|
+
"description": "The end time of the event",
|
|
286
|
+
"examples": [
|
|
287
|
+
"14:00:00",
|
|
288
|
+
"14:15:00"
|
|
289
|
+
]
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"required": [
|
|
293
|
+
"startTime",
|
|
294
|
+
"endTime",
|
|
295
|
+
"allDay"
|
|
296
|
+
]
|
|
297
|
+
},
|
|
298
|
+
"allDaySchema": {
|
|
299
|
+
"properties": {
|
|
300
|
+
"allDay": {
|
|
301
|
+
"type": "boolean",
|
|
302
|
+
"enum": [
|
|
303
|
+
true
|
|
304
|
+
],
|
|
305
|
+
"description": "If true the start and end time are automatically set to 00:00:00 and 23:59:00 respectively",
|
|
306
|
+
"examples": [
|
|
307
|
+
true
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"required": [
|
|
312
|
+
"allDay"
|
|
313
|
+
]
|
|
314
|
+
},
|
|
315
|
+
"eventSeries": {
|
|
316
|
+
"oneOf": [
|
|
317
|
+
{
|
|
318
|
+
"$ref": "#/definitions/lectureEventSeriesSchema"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"$ref": "#/definitions/blockEventSeriesSchema"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"$ref": "#/definitions/examEventSeriesSchema"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"properties": {
|
|
328
|
+
"planningStatusId": {
|
|
329
|
+
"type": "integer",
|
|
330
|
+
"minimum": 1,
|
|
331
|
+
"description": "Id of the in AC5 configured planing statuses",
|
|
332
|
+
"examples": [
|
|
333
|
+
21,
|
|
334
|
+
42
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"customId": {
|
|
338
|
+
"type": "string",
|
|
339
|
+
"description": "Custom id",
|
|
340
|
+
"maxLength": 255,
|
|
341
|
+
"examples": [
|
|
342
|
+
"ID47"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"customEventTypeId": {
|
|
346
|
+
"type": "integer",
|
|
347
|
+
"minimum": 1,
|
|
348
|
+
"description": "Custom event type, configured in AC5",
|
|
349
|
+
"examples": [
|
|
350
|
+
1,
|
|
351
|
+
2,
|
|
352
|
+
3
|
|
353
|
+
]
|
|
354
|
+
},
|
|
355
|
+
"startDate": {
|
|
356
|
+
"type": "string",
|
|
357
|
+
"format": "date",
|
|
358
|
+
"description": "First date of the eventSeries",
|
|
359
|
+
"examples": [
|
|
360
|
+
"2000-02-14"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
"siteId": {
|
|
364
|
+
"type": "integer",
|
|
365
|
+
"minimum": 1,
|
|
366
|
+
"examples": [1,2,3]
|
|
367
|
+
},
|
|
368
|
+
"roomIds": {
|
|
369
|
+
"type": "array",
|
|
370
|
+
"items": {
|
|
371
|
+
"type": "integer"
|
|
372
|
+
},
|
|
373
|
+
"description": "Ids of the rooms, configured in AC5",
|
|
374
|
+
"examples": [
|
|
375
|
+
[
|
|
376
|
+
1,
|
|
377
|
+
2,
|
|
378
|
+
3
|
|
379
|
+
],
|
|
380
|
+
[
|
|
381
|
+
21,
|
|
382
|
+
23,
|
|
383
|
+
42
|
|
384
|
+
]
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
"lecturerIds": {
|
|
388
|
+
"type": "array",
|
|
389
|
+
"items": {
|
|
390
|
+
"type": "integer"
|
|
391
|
+
},
|
|
392
|
+
"description": "Ids of the lecturers, configured in AC5",
|
|
393
|
+
"examples": [
|
|
394
|
+
[
|
|
395
|
+
1,
|
|
396
|
+
2,
|
|
397
|
+
3
|
|
398
|
+
],
|
|
399
|
+
[
|
|
400
|
+
9,
|
|
401
|
+
8,
|
|
402
|
+
7
|
|
403
|
+
]
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"planningGroupIds": {
|
|
407
|
+
"type": "array",
|
|
408
|
+
"items": {
|
|
409
|
+
"type": "integer"
|
|
410
|
+
},
|
|
411
|
+
"description": "Ids of the planning groups, configured in AC5",
|
|
412
|
+
"examples": [
|
|
413
|
+
[
|
|
414
|
+
1,
|
|
415
|
+
2,
|
|
416
|
+
3
|
|
417
|
+
],
|
|
418
|
+
[
|
|
419
|
+
9,
|
|
420
|
+
8,
|
|
421
|
+
7
|
|
422
|
+
]
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"comment": {
|
|
426
|
+
"type": "string",
|
|
427
|
+
"description": "Free text field",
|
|
428
|
+
"examples": [
|
|
429
|
+
"Bacon ipsum dolor amet t-bone bresaola short loin shank, strip steak ribeye swine jowl."
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"planningYear": {
|
|
433
|
+
"type": "integer",
|
|
434
|
+
"minimum": 1900,
|
|
435
|
+
"description": "The year where the eventSeries starts",
|
|
436
|
+
"examples": [
|
|
437
|
+
2020,
|
|
438
|
+
2021
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"planningTerm": {
|
|
442
|
+
"type": "integer",
|
|
443
|
+
"minimum": 1,
|
|
444
|
+
"maximum": 14,
|
|
445
|
+
"description": "The Term of the eventSeries: QUARTER_FIRST = 11, QUARTER_SECOND = 12, QUARTER_THIRD = 13, QUARTER_FOURTH = 14, SUMMER_SEMESTER = 2, WINTER_SEMESTER = 1",
|
|
446
|
+
"examples": [11,12,13,14,1,2]
|
|
447
|
+
},
|
|
448
|
+
"teachingUnits": {
|
|
449
|
+
"type": "number",
|
|
450
|
+
"minimum": 0,
|
|
451
|
+
"description": "Amount of teaching units for this event",
|
|
452
|
+
"examples": [
|
|
453
|
+
1.0,
|
|
454
|
+
2.5,
|
|
455
|
+
3.0
|
|
456
|
+
]
|
|
457
|
+
},
|
|
458
|
+
"includeVacation": {
|
|
459
|
+
"type": "boolean",
|
|
460
|
+
"enum": [
|
|
461
|
+
true,
|
|
462
|
+
false
|
|
463
|
+
],
|
|
464
|
+
"description": "Should events be generated during vacations",
|
|
465
|
+
"examples": [true, false]
|
|
466
|
+
},
|
|
467
|
+
"includeHolidays": {
|
|
468
|
+
"type": "boolean",
|
|
469
|
+
"enum": [
|
|
470
|
+
true,
|
|
471
|
+
false
|
|
472
|
+
],
|
|
473
|
+
"description": "Should events be generated during holidays",
|
|
474
|
+
"examples": [true, false]
|
|
475
|
+
},
|
|
476
|
+
"includeWorkingPeriods": {
|
|
477
|
+
"type": "boolean",
|
|
478
|
+
"enum": [
|
|
479
|
+
true,
|
|
480
|
+
false
|
|
481
|
+
],
|
|
482
|
+
"examples": [true, false]
|
|
483
|
+
},
|
|
484
|
+
"linkLabel" : {
|
|
485
|
+
"type": "string",
|
|
486
|
+
"description": "linklabel for the eventseries",
|
|
487
|
+
"examples": ["label"]
|
|
488
|
+
},
|
|
489
|
+
"link" : {
|
|
490
|
+
"type": "string",
|
|
491
|
+
"description": "link for the eventseries",
|
|
492
|
+
"examples": ["www.example.com"]
|
|
493
|
+
},
|
|
494
|
+
"comment2": {
|
|
495
|
+
"type": "string",
|
|
496
|
+
"description": "Additional free text field",
|
|
497
|
+
"examples": [
|
|
498
|
+
"Bacon ipsum dolor amet t-bone."
|
|
499
|
+
]
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"required": [
|
|
503
|
+
"planningStatusId",
|
|
504
|
+
"planningYear",
|
|
505
|
+
"customEventTypeId",
|
|
506
|
+
"startDate",
|
|
507
|
+
"siteId",
|
|
508
|
+
"includeVacation",
|
|
509
|
+
"includeHolidays",
|
|
510
|
+
"includeWorkingPeriods"
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchBulkSchema.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GkvPendingMessages",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "gkv-pending-messages",
|
|
12
|
+
"examples": [
|
|
13
|
+
"gkv-pending-messages"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"ids": {
|
|
20
|
+
"type": ["array", "null"],
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"example": ["01000126"]
|
|
23
|
+
},
|
|
24
|
+
"handled": {
|
|
25
|
+
"type": "boolean",
|
|
26
|
+
"minLength": 1,
|
|
27
|
+
"example": false
|
|
28
|
+
},
|
|
29
|
+
"selectedProfileId": {
|
|
30
|
+
"type": ["integer", "null"],
|
|
31
|
+
"minLength": 1,
|
|
32
|
+
"example": 1234
|
|
33
|
+
},
|
|
34
|
+
"assignedProfileId": {
|
|
35
|
+
"type": ["integer", "null"],
|
|
36
|
+
"minLength": 1,
|
|
37
|
+
"example": 1234
|
|
38
|
+
},
|
|
39
|
+
"messageContent": {
|
|
40
|
+
"type": ["string", "null"],
|
|
41
|
+
"example": "<xml>content</xml>"
|
|
42
|
+
},
|
|
43
|
+
"handledDate": {
|
|
44
|
+
"type": ["string", "null"],
|
|
45
|
+
"format": "date",
|
|
46
|
+
"minLength": 1,
|
|
47
|
+
"example": "2022-11-08"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": [
|
|
51
|
+
"ids"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"type",
|
|
57
|
+
"attributes"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": [
|
|
62
|
+
"data"
|
|
63
|
+
]
|
|
64
|
+
}
|
package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchSchema.json
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GkvPendingMessages",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "gkv-pending-messages",
|
|
12
|
+
"examples": [
|
|
13
|
+
"gkv-pending-messages"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"minLength": 1,
|
|
19
|
+
"maxLength": 20,
|
|
20
|
+
"minimum": 1,
|
|
21
|
+
"example": "01000126"
|
|
22
|
+
},
|
|
23
|
+
"attributes": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"handled": {
|
|
27
|
+
"type": ["integer", "boolean"],
|
|
28
|
+
"example": false
|
|
29
|
+
},
|
|
30
|
+
"handledDate": {
|
|
31
|
+
"type": ["string", "null"],
|
|
32
|
+
"format": "date",
|
|
33
|
+
"minLength": 1,
|
|
34
|
+
"maxLength": 255,
|
|
35
|
+
"example": "2022-11-08"
|
|
36
|
+
},
|
|
37
|
+
"receivedDate": {
|
|
38
|
+
"type": ["string", "null"],
|
|
39
|
+
"format": "date",
|
|
40
|
+
"minLength": 1,
|
|
41
|
+
"maxLength": 255,
|
|
42
|
+
"example": "2022-11-08"
|
|
43
|
+
},
|
|
44
|
+
"firstname": {
|
|
45
|
+
"type": ["string", "null"],
|
|
46
|
+
"minLength": 1,
|
|
47
|
+
"maxLength": 255,
|
|
48
|
+
"example": "Rainer"
|
|
49
|
+
},
|
|
50
|
+
"lastname": {
|
|
51
|
+
"type": ["string", "null"],
|
|
52
|
+
"minLength": 1,
|
|
53
|
+
"maxLength": 255,
|
|
54
|
+
"example": "Winkler"
|
|
55
|
+
},
|
|
56
|
+
"dateOfBirth": {
|
|
57
|
+
"type": ["string", "null"],
|
|
58
|
+
"format": "date",
|
|
59
|
+
"minLength": 1,
|
|
60
|
+
"maxLength": 255,
|
|
61
|
+
"example": "2022-11-08"
|
|
62
|
+
},
|
|
63
|
+
"healthInsuranceNumber": {
|
|
64
|
+
"type": ["string", "null"],
|
|
65
|
+
"minLength": 1,
|
|
66
|
+
"maxLength": 255,
|
|
67
|
+
"example": "1234567890"
|
|
68
|
+
},
|
|
69
|
+
"instituteIdentification": {
|
|
70
|
+
"type": ["string", "null"],
|
|
71
|
+
"minLength": 1,
|
|
72
|
+
"maxLength": 255,
|
|
73
|
+
"example": "0987654321"
|
|
74
|
+
},
|
|
75
|
+
"messageType": {
|
|
76
|
+
"type": ["string", "null"],
|
|
77
|
+
"minLength": 1,
|
|
78
|
+
"maxLength": 255,
|
|
79
|
+
"example": "11"
|
|
80
|
+
},
|
|
81
|
+
"message": {
|
|
82
|
+
"type": ["string", "null"],
|
|
83
|
+
"minLength": 1,
|
|
84
|
+
"maxLength": 255,
|
|
85
|
+
"example": "1"
|
|
86
|
+
},
|
|
87
|
+
"responseId": {
|
|
88
|
+
"type": ["string", "null"],
|
|
89
|
+
"minLength": 1,
|
|
90
|
+
"maxLength": 255,
|
|
91
|
+
"example": "1234567890"
|
|
92
|
+
},
|
|
93
|
+
"selectedProfileId": {
|
|
94
|
+
"type": ["integer", "null"],
|
|
95
|
+
"minLength": 1,
|
|
96
|
+
"example": 1234
|
|
97
|
+
},
|
|
98
|
+
"assignedProfileId": {
|
|
99
|
+
"type": ["integer", "null"],
|
|
100
|
+
"minLength": 1,
|
|
101
|
+
"example": 1234
|
|
102
|
+
},
|
|
103
|
+
"messageContent": {
|
|
104
|
+
"type": ["string", "null"],
|
|
105
|
+
"example": "<xml>content</xml>"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"required": [
|
|
111
|
+
"id",
|
|
112
|
+
"type",
|
|
113
|
+
"attributes"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"required": [
|
|
118
|
+
"data"
|
|
119
|
+
]
|
|
120
|
+
}
|