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
package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPostSchema.json
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
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
|
+
"handled": {
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"example": false
|
|
23
|
+
},
|
|
24
|
+
"handledDate": {
|
|
25
|
+
"type": ["string", "null"],
|
|
26
|
+
"format": "date",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"maxLength": 255,
|
|
29
|
+
"example": "2022-11-08"
|
|
30
|
+
},
|
|
31
|
+
"receivedDate": {
|
|
32
|
+
"type": ["string", "null"],
|
|
33
|
+
"format": "date",
|
|
34
|
+
"minLength": 1,
|
|
35
|
+
"maxLength": 255,
|
|
36
|
+
"example": "2022-11-08"
|
|
37
|
+
},
|
|
38
|
+
"firstname": {
|
|
39
|
+
"type": ["string", "null"],
|
|
40
|
+
"minLength": 1,
|
|
41
|
+
"maxLength": 255,
|
|
42
|
+
"example": "Rainer"
|
|
43
|
+
},
|
|
44
|
+
"lastname": {
|
|
45
|
+
"type": ["string", "null"],
|
|
46
|
+
"minLength": 1,
|
|
47
|
+
"maxLength": 255,
|
|
48
|
+
"example": "Winkler"
|
|
49
|
+
},
|
|
50
|
+
"dateOfBirth": {
|
|
51
|
+
"type": ["string", "null"],
|
|
52
|
+
"format": "date",
|
|
53
|
+
"minLength": 1,
|
|
54
|
+
"maxLength": 255,
|
|
55
|
+
"example": "2022-11-08"
|
|
56
|
+
},
|
|
57
|
+
"healthInsuranceNumber": {
|
|
58
|
+
"type": ["string", "null"],
|
|
59
|
+
"minLength": 1,
|
|
60
|
+
"maxLength": 255,
|
|
61
|
+
"example": "1234567890"
|
|
62
|
+
},
|
|
63
|
+
"instituteIdentification": {
|
|
64
|
+
"type": ["string", "null"],
|
|
65
|
+
"minLength": 1,
|
|
66
|
+
"maxLength": 255,
|
|
67
|
+
"example": "0987654321"
|
|
68
|
+
},
|
|
69
|
+
"messageType": {
|
|
70
|
+
"type": ["string", "null"],
|
|
71
|
+
"minLength": 1,
|
|
72
|
+
"maxLength": 255,
|
|
73
|
+
"example": "11"
|
|
74
|
+
},
|
|
75
|
+
"message": {
|
|
76
|
+
"type": ["string", "null"],
|
|
77
|
+
"minLength": 1,
|
|
78
|
+
"maxLength": 255,
|
|
79
|
+
"example": "1"
|
|
80
|
+
},
|
|
81
|
+
"responseId": {
|
|
82
|
+
"type": ["string", "null"],
|
|
83
|
+
"minLength": 1,
|
|
84
|
+
"maxLength": 255,
|
|
85
|
+
"example": "1234567890"
|
|
86
|
+
},
|
|
87
|
+
"selectedProfileId": {
|
|
88
|
+
"type": ["integer", "null"],
|
|
89
|
+
"minLength": 1,
|
|
90
|
+
"maxLength": 255,
|
|
91
|
+
"example": "1234"
|
|
92
|
+
},
|
|
93
|
+
"assignedProfileId": {
|
|
94
|
+
"type": ["integer", "null"],
|
|
95
|
+
"minLength": 1,
|
|
96
|
+
"example": 1234
|
|
97
|
+
},
|
|
98
|
+
"messageContent": {
|
|
99
|
+
"type": ["string", "null"],
|
|
100
|
+
"example": "<xml>content</xml>"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"required": [
|
|
104
|
+
"receivedDate"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"required": [
|
|
109
|
+
"type",
|
|
110
|
+
"attributes"
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"data"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
"selectedProfileId": {
|
|
27
|
+
"type": ["integer", "null"],
|
|
28
|
+
"minLength": 1,
|
|
29
|
+
"example": 1234
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"required": [
|
|
33
|
+
"selectedProfileId"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"required": [
|
|
38
|
+
"id",
|
|
39
|
+
"type",
|
|
40
|
+
"attributes"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": [
|
|
45
|
+
"data"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GlobalFileSync",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "global-file-syncs",
|
|
12
|
+
"examples": [
|
|
13
|
+
"global-file-syncs"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"minimum": 1,
|
|
19
|
+
"maxLength": 26,
|
|
20
|
+
"minLength": 1
|
|
21
|
+
},
|
|
22
|
+
"attributes": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"externalLink": {
|
|
26
|
+
"anyOf": [
|
|
27
|
+
{
|
|
28
|
+
"type": "string",
|
|
29
|
+
"maxLength": 65535,
|
|
30
|
+
"example": "https://link-to-my-file.com"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "null"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"transferredAt": {
|
|
38
|
+
"anyOf": [
|
|
39
|
+
{
|
|
40
|
+
"type": "string",
|
|
41
|
+
"format": "date",
|
|
42
|
+
"example": "2024-02-14"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "null"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": []
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"required": [
|
|
54
|
+
"type",
|
|
55
|
+
"id",
|
|
56
|
+
"attributes"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"required": [
|
|
61
|
+
"data"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GradeAnnotation",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "grade-annotations",
|
|
12
|
+
"examples": [
|
|
13
|
+
"grade-annotations"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"isActive": {
|
|
20
|
+
"type": "boolean",
|
|
21
|
+
"example": true
|
|
22
|
+
},
|
|
23
|
+
"abbreviation": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"minLength": 1,
|
|
26
|
+
"maxLength": 255,
|
|
27
|
+
"example": "GA"
|
|
28
|
+
},
|
|
29
|
+
"labelDe": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"minLength": 1,
|
|
32
|
+
"maxLength": 255,
|
|
33
|
+
"example": "Noten Vermerk"
|
|
34
|
+
},
|
|
35
|
+
"labelEn": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"minLength": 1,
|
|
38
|
+
"maxLength": 255,
|
|
39
|
+
"example": "Grade annotation"
|
|
40
|
+
},
|
|
41
|
+
"evaluationTypeId": {
|
|
42
|
+
"type": "integer",
|
|
43
|
+
"minimum": 1,
|
|
44
|
+
"maximum": 3,
|
|
45
|
+
"example": 3
|
|
46
|
+
},
|
|
47
|
+
"examinationAttemptTypeId": {
|
|
48
|
+
"type": "integer",
|
|
49
|
+
"minimum": 1,
|
|
50
|
+
"maximum": 3,
|
|
51
|
+
"example": 1
|
|
52
|
+
},
|
|
53
|
+
"isMedicalCertificate": {
|
|
54
|
+
"type": "boolean",
|
|
55
|
+
"example": false
|
|
56
|
+
},
|
|
57
|
+
"isSelectableByLecturer": {
|
|
58
|
+
"type": "boolean",
|
|
59
|
+
"example": false
|
|
60
|
+
},
|
|
61
|
+
"isVisibleForLecturer": {
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"example": false
|
|
64
|
+
},
|
|
65
|
+
"isLockExamRegistration": {
|
|
66
|
+
"type": "boolean",
|
|
67
|
+
"example": false
|
|
68
|
+
},
|
|
69
|
+
"isLockExamCancellation": {
|
|
70
|
+
"type": "boolean",
|
|
71
|
+
"example": false
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"required": [
|
|
75
|
+
"isActive",
|
|
76
|
+
"abbreviation",
|
|
77
|
+
"labelDe",
|
|
78
|
+
"labelEn",
|
|
79
|
+
"evaluationTypeId",
|
|
80
|
+
"examinationAttemptTypeId",
|
|
81
|
+
"isMedicalCertificate",
|
|
82
|
+
"isSelectableByLecturer",
|
|
83
|
+
"isVisibleForLecturer",
|
|
84
|
+
"isLockExamRegistration",
|
|
85
|
+
"isLockExamCancellation"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"required": [
|
|
90
|
+
"type",
|
|
91
|
+
"attributes"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"required": [
|
|
96
|
+
"data"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GradeAnnotation",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "grade-annotations",
|
|
12
|
+
"examples": [
|
|
13
|
+
"grade-annotations"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"minimum": 1,
|
|
19
|
+
"maxLength": 20,
|
|
20
|
+
"minLength": 1
|
|
21
|
+
},
|
|
22
|
+
"attributes": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"isActive": {
|
|
26
|
+
"type": "boolean",
|
|
27
|
+
"example": true
|
|
28
|
+
},
|
|
29
|
+
"abbreviation": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"minLength": 1,
|
|
32
|
+
"maxLength": 255,
|
|
33
|
+
"example": "GA"
|
|
34
|
+
},
|
|
35
|
+
"labelDe": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"minLength": 1,
|
|
38
|
+
"maxLength": 255,
|
|
39
|
+
"example": "Noten Vermerk"
|
|
40
|
+
},
|
|
41
|
+
"labelEn": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"minLength": 1,
|
|
44
|
+
"maxLength": 255,
|
|
45
|
+
"example": "Grade annotation"
|
|
46
|
+
},
|
|
47
|
+
"evaluationTypeId": {
|
|
48
|
+
"type": "integer",
|
|
49
|
+
"minimum": 1,
|
|
50
|
+
"maximum": 3,
|
|
51
|
+
"example": 3
|
|
52
|
+
},
|
|
53
|
+
"examinationAttemptTypeId": {
|
|
54
|
+
"type": "integer",
|
|
55
|
+
"minimum": 1,
|
|
56
|
+
"maximum": 3,
|
|
57
|
+
"example": 1
|
|
58
|
+
},
|
|
59
|
+
"isMedicalCertificate": {
|
|
60
|
+
"type": "boolean",
|
|
61
|
+
"example": false
|
|
62
|
+
},
|
|
63
|
+
"isSelectableByLecturer": {
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"example": false
|
|
66
|
+
},
|
|
67
|
+
"isVisibleForLecturer": {
|
|
68
|
+
"type": "boolean",
|
|
69
|
+
"example": false
|
|
70
|
+
},
|
|
71
|
+
"isLockExamRegistration": {
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"example": false
|
|
74
|
+
},
|
|
75
|
+
"isLockExamCancellation": {
|
|
76
|
+
"type": "boolean",
|
|
77
|
+
"example": false
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"required": [
|
|
81
|
+
"isActive",
|
|
82
|
+
"abbreviation",
|
|
83
|
+
"labelDe",
|
|
84
|
+
"labelEn",
|
|
85
|
+
"evaluationTypeId",
|
|
86
|
+
"examinationAttemptTypeId",
|
|
87
|
+
"isMedicalCertificate",
|
|
88
|
+
"isSelectableByLecturer",
|
|
89
|
+
"isVisibleForLecturer",
|
|
90
|
+
"isLockExamRegistration",
|
|
91
|
+
"isLockExamCancellation"
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"required": [
|
|
96
|
+
"type",
|
|
97
|
+
"id",
|
|
98
|
+
"attributes"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"required": [
|
|
103
|
+
"data"
|
|
104
|
+
]
|
|
105
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "GradeAnnotationRelation",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "grade-annotation-relations",
|
|
12
|
+
"examples": [
|
|
13
|
+
"grade-annotation-relations"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {}
|
|
19
|
+
},
|
|
20
|
+
"relationships": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"grade": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"data": {
|
|
27
|
+
"type": "object",
|
|
28
|
+
"properties": {
|
|
29
|
+
"type": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"const": "grade",
|
|
32
|
+
"examples": [
|
|
33
|
+
"grade"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"id": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"minLength": 1,
|
|
39
|
+
"maxLength": 20,
|
|
40
|
+
"minimum": 1,
|
|
41
|
+
"example": "53"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"required": [
|
|
45
|
+
"type",
|
|
46
|
+
"id"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": [
|
|
51
|
+
"data"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"gradeAnnotation": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"data": {
|
|
58
|
+
"type": "object",
|
|
59
|
+
"properties": {
|
|
60
|
+
"type": {
|
|
61
|
+
"type": "string",
|
|
62
|
+
"const": "grade-annotations",
|
|
63
|
+
"examples": [
|
|
64
|
+
"grade-annotations"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"id": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"minLength": 1,
|
|
70
|
+
"maxLength": 20,
|
|
71
|
+
"minimum": 1,
|
|
72
|
+
"example": "1"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"required": [
|
|
76
|
+
"type",
|
|
77
|
+
"id"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"required": [
|
|
82
|
+
"data"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"required": [
|
|
87
|
+
"grade",
|
|
88
|
+
"gradeAnnotation"
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
},
|
|
93
|
+
"required": [
|
|
94
|
+
"type",
|
|
95
|
+
"relationships"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"required": [
|
|
100
|
+
"data"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "ModuleGradeRecalculationJobs",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "module-grade-recalculation-jobs",
|
|
12
|
+
"examples": [
|
|
13
|
+
"module-grade-recalculation-jobs"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"id": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"minimum": 1,
|
|
19
|
+
"minLength": 1,
|
|
20
|
+
"example": "49"
|
|
21
|
+
},
|
|
22
|
+
"attributes": {
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"createdAt": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"format": "date-time",
|
|
28
|
+
"example": "2023-10-01T12:00:00Z"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"relationships": {
|
|
33
|
+
"type": "object",
|
|
34
|
+
"properties": {
|
|
35
|
+
"createdUser": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"data": {
|
|
39
|
+
"type": "object",
|
|
40
|
+
"properties": {
|
|
41
|
+
"type": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"const": "profiles",
|
|
44
|
+
"examples": [
|
|
45
|
+
"profiles"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"id": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minimum": 1,
|
|
51
|
+
"minLength": 1,
|
|
52
|
+
"example": "123"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"sites": {
|
|
59
|
+
"type": "object",
|
|
60
|
+
"properties": {
|
|
61
|
+
"data": {
|
|
62
|
+
"type": "array",
|
|
63
|
+
"items": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"type": {
|
|
67
|
+
"type": "string",
|
|
68
|
+
"const": "sites",
|
|
69
|
+
"examples": [
|
|
70
|
+
"sites"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"id": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"minimum": 1,
|
|
76
|
+
"minLength": 1,
|
|
77
|
+
"example": "456"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "ModuleGradeRecalculationJobs",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "module-grade-recalculation-jobs",
|
|
12
|
+
"examples": [
|
|
13
|
+
"module-grade-recalculation-jobs"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {}
|
|
19
|
+
},
|
|
20
|
+
"relationships": {
|
|
21
|
+
"type": "object",
|
|
22
|
+
"properties": {
|
|
23
|
+
"sites": {
|
|
24
|
+
"type": "object",
|
|
25
|
+
"properties": {
|
|
26
|
+
"data": {
|
|
27
|
+
"type": "array",
|
|
28
|
+
"items": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"type": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"const": "sites",
|
|
34
|
+
"examples": [
|
|
35
|
+
"sites"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"id": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"minimum": 1,
|
|
41
|
+
"minLength": 1,
|
|
42
|
+
"example": "456"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|