n8n-nodes-academyfive-api-beta 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,547 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "Grades",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"definitions": {
|
|
6
|
+
"commonRelationships": {
|
|
7
|
+
"properties": {
|
|
8
|
+
"accreditationReason": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"description": "Can be set if isTermAbroad or isAccredited is true",
|
|
11
|
+
"properties": {
|
|
12
|
+
"data": {
|
|
13
|
+
"type": "object",
|
|
14
|
+
"properties": {
|
|
15
|
+
"type": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"const": "accreditation-reasons",
|
|
18
|
+
"examples": [
|
|
19
|
+
"accreditation-reasons"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"id": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"minLength": 1,
|
|
25
|
+
"maxLength": 20,
|
|
26
|
+
"minimum": 1,
|
|
27
|
+
"example": "10",
|
|
28
|
+
"description": "The id of the accreditation reason."
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"required": [
|
|
32
|
+
"type",
|
|
33
|
+
"id"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"required": [
|
|
38
|
+
"data"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"accreditedGrade": {
|
|
42
|
+
"type": "object",
|
|
43
|
+
"properties": {
|
|
44
|
+
"data": {
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"type": {
|
|
48
|
+
"type": "string",
|
|
49
|
+
"const": "grades",
|
|
50
|
+
"examples": [
|
|
51
|
+
"grades"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"id": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"minLength": 1,
|
|
57
|
+
"maxLength": 20,
|
|
58
|
+
"minimum": 1,
|
|
59
|
+
"example": "10",
|
|
60
|
+
"description": "The id of the grade."
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"required": [
|
|
64
|
+
"type",
|
|
65
|
+
"id"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"required": [
|
|
70
|
+
"data"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"combiGrade": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"data": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"type": {
|
|
80
|
+
"type": "string",
|
|
81
|
+
"const": "grades",
|
|
82
|
+
"examples": [
|
|
83
|
+
"grades"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"id": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"minLength": 1,
|
|
89
|
+
"maxLength": 20,
|
|
90
|
+
"minimum": 1,
|
|
91
|
+
"example": "10",
|
|
92
|
+
"description": "The id of the combi grade."
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"required": [
|
|
96
|
+
"type",
|
|
97
|
+
"id"
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"required": [
|
|
102
|
+
"data"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"curriculumEntry": {
|
|
106
|
+
"type": "object",
|
|
107
|
+
"properties": {
|
|
108
|
+
"data": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"type": {
|
|
112
|
+
"type": "string",
|
|
113
|
+
"const": "curriculum-entries",
|
|
114
|
+
"examples": [
|
|
115
|
+
"curriculum-entries"
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"id": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"minLength": 1,
|
|
121
|
+
"maxLength": 20,
|
|
122
|
+
"minimum": 1,
|
|
123
|
+
"example": "10",
|
|
124
|
+
"description": "The id of the curriculum entry."
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"required": [
|
|
128
|
+
"type",
|
|
129
|
+
"id"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"required": [
|
|
134
|
+
"data"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"exam": {
|
|
138
|
+
"type": "object",
|
|
139
|
+
"properties": {
|
|
140
|
+
"data": {
|
|
141
|
+
"type": "object",
|
|
142
|
+
"properties": {
|
|
143
|
+
"type": {
|
|
144
|
+
"type": "string",
|
|
145
|
+
"const": "exams",
|
|
146
|
+
"examples": [
|
|
147
|
+
"exams"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"id": {
|
|
151
|
+
"type": "string",
|
|
152
|
+
"minLength": 1,
|
|
153
|
+
"maxLength": 20,
|
|
154
|
+
"minimum": 1,
|
|
155
|
+
"example": "10",
|
|
156
|
+
"description": "The id of the exam."
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"required": [
|
|
160
|
+
"type",
|
|
161
|
+
"id"
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"required": [
|
|
166
|
+
"data"
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
"gradeAnnotation": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"properties": {
|
|
172
|
+
"data": {
|
|
173
|
+
"type": "object",
|
|
174
|
+
"properties": {
|
|
175
|
+
"type": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"const": "grade-annotations",
|
|
178
|
+
"examples": [
|
|
179
|
+
"grade-annotations"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"id": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"minLength": 1,
|
|
185
|
+
"maxLength": 20,
|
|
186
|
+
"minimum": 1,
|
|
187
|
+
"example": "10",
|
|
188
|
+
"description": "The id of the grade annotation."
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"required": [
|
|
192
|
+
"type",
|
|
193
|
+
"id"
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"required": [
|
|
198
|
+
"data"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"lecturers": {
|
|
202
|
+
"type": "object",
|
|
203
|
+
"properties": {
|
|
204
|
+
"data": {
|
|
205
|
+
"type": "array",
|
|
206
|
+
"maxItems": 3,
|
|
207
|
+
"description": "The position of the lecturer in the array is the position of the lecturer in the grade.",
|
|
208
|
+
"items": {
|
|
209
|
+
"type": "object",
|
|
210
|
+
"properties": {
|
|
211
|
+
"type": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"const": "profiles",
|
|
214
|
+
"examples": [
|
|
215
|
+
"profiles"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"id": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"minLength": 1,
|
|
221
|
+
"maxLength": 20,
|
|
222
|
+
"minimum": 1,
|
|
223
|
+
"example": "2"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"required": [
|
|
227
|
+
"type",
|
|
228
|
+
"id"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"required": [
|
|
234
|
+
"data"
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
"publishedUser": {
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"data": {
|
|
241
|
+
"type": "object",
|
|
242
|
+
"properties": {
|
|
243
|
+
"type": {
|
|
244
|
+
"type": "string",
|
|
245
|
+
"const": "profiles",
|
|
246
|
+
"examples": [
|
|
247
|
+
"profiles"
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
"id": {
|
|
251
|
+
"type": "string",
|
|
252
|
+
"minLength": 1,
|
|
253
|
+
"maxLength": 20,
|
|
254
|
+
"minimum": 1,
|
|
255
|
+
"example": "10",
|
|
256
|
+
"description": "The id of the user that has published the grade."
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"required": [
|
|
260
|
+
"type",
|
|
261
|
+
"id"
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"required": [
|
|
266
|
+
"data"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"requestFormProfiles": {
|
|
270
|
+
"type": "object",
|
|
271
|
+
"properties": {
|
|
272
|
+
"data": {
|
|
273
|
+
"type": "array",
|
|
274
|
+
"items": {
|
|
275
|
+
"type": "object",
|
|
276
|
+
"properties": {
|
|
277
|
+
"type": {
|
|
278
|
+
"type": "string",
|
|
279
|
+
"const": "request-form-profiles",
|
|
280
|
+
"examples": [
|
|
281
|
+
"request-form-profiles"
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"id": {
|
|
285
|
+
"type": "string",
|
|
286
|
+
"minLength": 1,
|
|
287
|
+
"maxLength": 20,
|
|
288
|
+
"minimum": 1,
|
|
289
|
+
"example": "2"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"required": [
|
|
293
|
+
"type",
|
|
294
|
+
"id"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": [
|
|
300
|
+
"data"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"studyProgramCategory": {
|
|
304
|
+
"type": "object",
|
|
305
|
+
"properties": {
|
|
306
|
+
"data": {
|
|
307
|
+
"type": "object",
|
|
308
|
+
"properties": {
|
|
309
|
+
"type": {
|
|
310
|
+
"type": "string",
|
|
311
|
+
"const": "study-program-categories",
|
|
312
|
+
"examples": [
|
|
313
|
+
"study-program-categories"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"id": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"minLength": 1,
|
|
319
|
+
"maxLength": 20,
|
|
320
|
+
"minimum": 1,
|
|
321
|
+
"example": "10",
|
|
322
|
+
"description": "The id of the study program category."
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"required": [
|
|
326
|
+
"type",
|
|
327
|
+
"id"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"required": [
|
|
332
|
+
"data"
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"examFormRelationship": {
|
|
338
|
+
"properties": {
|
|
339
|
+
"examForm": {
|
|
340
|
+
"type": "object",
|
|
341
|
+
"description": "can only be set if exam forms are active for site of the booking",
|
|
342
|
+
"properties": {
|
|
343
|
+
"data": {
|
|
344
|
+
"type": "object",
|
|
345
|
+
"properties": {
|
|
346
|
+
"type": {
|
|
347
|
+
"type": "string",
|
|
348
|
+
"const": "exam-forms",
|
|
349
|
+
"examples": [
|
|
350
|
+
"exam-forms"
|
|
351
|
+
]
|
|
352
|
+
},
|
|
353
|
+
"id": {
|
|
354
|
+
"type": "string",
|
|
355
|
+
"minLength": 1,
|
|
356
|
+
"maxLength": 20,
|
|
357
|
+
"minimum": 1,
|
|
358
|
+
"example": "10",
|
|
359
|
+
"description": "The id of the exam form."
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"required": [
|
|
363
|
+
"type",
|
|
364
|
+
"id"
|
|
365
|
+
]
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"required": [
|
|
369
|
+
"data"
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"moduleGradeRelationships": {
|
|
375
|
+
"properties": {
|
|
376
|
+
"module": {
|
|
377
|
+
"type": "object",
|
|
378
|
+
"properties": {
|
|
379
|
+
"data": {
|
|
380
|
+
"type": "object",
|
|
381
|
+
"properties": {
|
|
382
|
+
"type": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"const": "modules",
|
|
385
|
+
"examples": [
|
|
386
|
+
"modules"
|
|
387
|
+
]
|
|
388
|
+
},
|
|
389
|
+
"id": {
|
|
390
|
+
"type": "string",
|
|
391
|
+
"minLength": 1,
|
|
392
|
+
"maxLength": 20,
|
|
393
|
+
"minimum": 1,
|
|
394
|
+
"example": "10",
|
|
395
|
+
"description": "The id of the module."
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"required": [
|
|
399
|
+
"type",
|
|
400
|
+
"id"
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"required": [
|
|
405
|
+
"data"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
"moduleVersion": {
|
|
409
|
+
"type": "object",
|
|
410
|
+
"properties": {
|
|
411
|
+
"data": {
|
|
412
|
+
"type": "object",
|
|
413
|
+
"properties": {
|
|
414
|
+
"type": {
|
|
415
|
+
"type": "string",
|
|
416
|
+
"const": "module-versions",
|
|
417
|
+
"examples": [
|
|
418
|
+
"module-versions"
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
"id": {
|
|
422
|
+
"type": "string",
|
|
423
|
+
"minLength": 1,
|
|
424
|
+
"maxLength": 20,
|
|
425
|
+
"minimum": 1,
|
|
426
|
+
"example": "10",
|
|
427
|
+
"description": "The id of the module-version."
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"required": [
|
|
431
|
+
"type",
|
|
432
|
+
"id"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"required": [
|
|
437
|
+
"data"
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"subjectGradeRelationships": {
|
|
443
|
+
"properties": {
|
|
444
|
+
"subject": {
|
|
445
|
+
"type": "object",
|
|
446
|
+
"properties": {
|
|
447
|
+
"data": {
|
|
448
|
+
"type": "object",
|
|
449
|
+
"properties": {
|
|
450
|
+
"type": {
|
|
451
|
+
"type": "string",
|
|
452
|
+
"const": "subjects",
|
|
453
|
+
"examples": [
|
|
454
|
+
"subjects"
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
"id": {
|
|
458
|
+
"type": "string",
|
|
459
|
+
"minLength": 1,
|
|
460
|
+
"maxLength": 20,
|
|
461
|
+
"minimum": 1,
|
|
462
|
+
"example": "10",
|
|
463
|
+
"description": "The id of the subject."
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"required": [
|
|
467
|
+
"type",
|
|
468
|
+
"id"
|
|
469
|
+
]
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"required": [
|
|
473
|
+
"data"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
"subjectVersion": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"properties": {
|
|
479
|
+
"data": {
|
|
480
|
+
"type": "object",
|
|
481
|
+
"properties": {
|
|
482
|
+
"type": {
|
|
483
|
+
"type": "string",
|
|
484
|
+
"const": "subject-versions",
|
|
485
|
+
"examples": [
|
|
486
|
+
"subject-versions"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"id": {
|
|
490
|
+
"type": "string",
|
|
491
|
+
"minLength": 1,
|
|
492
|
+
"maxLength": 20,
|
|
493
|
+
"minimum": 1,
|
|
494
|
+
"example": "10",
|
|
495
|
+
"description": "The id of the subject-version."
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"required": [
|
|
499
|
+
"type",
|
|
500
|
+
"id"
|
|
501
|
+
]
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"required": [
|
|
505
|
+
"data"
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"ratingRelationship": {
|
|
511
|
+
"properties": {
|
|
512
|
+
"rating": {
|
|
513
|
+
"type": "object",
|
|
514
|
+
"properties": {
|
|
515
|
+
"data": {
|
|
516
|
+
"type": "object",
|
|
517
|
+
"properties": {
|
|
518
|
+
"type": {
|
|
519
|
+
"type": "string",
|
|
520
|
+
"const": "grade-ratings",
|
|
521
|
+
"examples": [
|
|
522
|
+
"grade-ratings"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
"id": {
|
|
526
|
+
"type": "string",
|
|
527
|
+
"minLength": 1,
|
|
528
|
+
"maxLength": 20,
|
|
529
|
+
"minimum": 1,
|
|
530
|
+
"example": "10",
|
|
531
|
+
"description": "The id of the grade rating."
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"required": [
|
|
535
|
+
"type",
|
|
536
|
+
"id"
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"required": [
|
|
541
|
+
"data"
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "HealthInsuranceInstitute",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "health-insurance-institutes",
|
|
12
|
+
"examples": [
|
|
13
|
+
"health-insurance-institutes"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"identification": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"maxLength": 255,
|
|
23
|
+
"example": "01000126"
|
|
24
|
+
},
|
|
25
|
+
"costUnit": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"maxLength": 255,
|
|
29
|
+
"example": "109519005"
|
|
30
|
+
},
|
|
31
|
+
"costUnitName": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"minLength": 1,
|
|
34
|
+
"maxLength": 255,
|
|
35
|
+
"example": "AOK Nordost in Brandenburg"
|
|
36
|
+
},
|
|
37
|
+
"replacementNumber": {
|
|
38
|
+
"type": ["string", "null"],
|
|
39
|
+
"minLength": 1,
|
|
40
|
+
"maxLength": 255,
|
|
41
|
+
"example": "08129778"
|
|
42
|
+
},
|
|
43
|
+
"davNumber": {
|
|
44
|
+
"type": ["string", "null"],
|
|
45
|
+
"minLength": 1,
|
|
46
|
+
"maxLength": 255,
|
|
47
|
+
"example": "35382142"
|
|
48
|
+
},
|
|
49
|
+
"validUntil": {
|
|
50
|
+
"type": ["string", "null"],
|
|
51
|
+
"format": "date",
|
|
52
|
+
"minLength": 1,
|
|
53
|
+
"maxLength": 255,
|
|
54
|
+
"example": "2022-11-08"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": [
|
|
58
|
+
"identification"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"required": [
|
|
63
|
+
"type",
|
|
64
|
+
"attributes"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"required": [
|
|
69
|
+
"data"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "HealthInsuranceInstitute",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "health-insurance-institutes",
|
|
12
|
+
"examples": [
|
|
13
|
+
"health-insurance-institutes"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"identification": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"maxLength": 255,
|
|
23
|
+
"example": "01000126"
|
|
24
|
+
},
|
|
25
|
+
"costUnit": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"maxLength": 255,
|
|
29
|
+
"example": "109519005"
|
|
30
|
+
},
|
|
31
|
+
"costUnitName": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"minLength": 1,
|
|
34
|
+
"maxLength": 255,
|
|
35
|
+
"example": "AOK Nordost in Brandenburg"
|
|
36
|
+
},
|
|
37
|
+
"replacementNumber": {
|
|
38
|
+
"type": ["string", "null"],
|
|
39
|
+
"minLength": 1,
|
|
40
|
+
"maxLength": 255,
|
|
41
|
+
"example": "08129778"
|
|
42
|
+
},
|
|
43
|
+
"davNumber": {
|
|
44
|
+
"type": ["string", "null"],
|
|
45
|
+
"minLength": 1,
|
|
46
|
+
"maxLength": 255,
|
|
47
|
+
"example": "35382142"
|
|
48
|
+
},
|
|
49
|
+
"validUntil": {
|
|
50
|
+
"type": ["string", "null"],
|
|
51
|
+
"format": "date",
|
|
52
|
+
"minLength": 1,
|
|
53
|
+
"maxLength": 255,
|
|
54
|
+
"example": "2022-11-08"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"required": [
|
|
58
|
+
"identification",
|
|
59
|
+
"costUnit",
|
|
60
|
+
"costUnitName"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": [
|
|
65
|
+
"type",
|
|
66
|
+
"attributes"
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"required": [
|
|
71
|
+
"data"
|
|
72
|
+
]
|
|
73
|
+
}
|