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,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "AccessGroups",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"meta":{
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"totalHits": {
|
|
10
|
+
"type": "integer",
|
|
11
|
+
"example": 1
|
|
12
|
+
},
|
|
13
|
+
"pageNumber": {
|
|
14
|
+
"type": "integer",
|
|
15
|
+
"example": 1
|
|
16
|
+
},
|
|
17
|
+
"pageSize": {
|
|
18
|
+
"type": "integer",
|
|
19
|
+
"example": 10
|
|
20
|
+
},
|
|
21
|
+
"lastPage": {
|
|
22
|
+
"type": "boolean",
|
|
23
|
+
"example": false
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"required": [
|
|
27
|
+
"totalHits",
|
|
28
|
+
"pageNumber",
|
|
29
|
+
"pageSize",
|
|
30
|
+
"lastPage"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"data": {
|
|
34
|
+
"type": "array",
|
|
35
|
+
"items": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"type": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"const": "access-groups",
|
|
41
|
+
"examples": [
|
|
42
|
+
"access-groups"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"id": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"maxLength": 26,
|
|
48
|
+
"minLength": 26,
|
|
49
|
+
"example": "01JSHHCHEE7YV2JPJGWCZPZ7R6"
|
|
50
|
+
},
|
|
51
|
+
"attributes": {
|
|
52
|
+
"type": "object",
|
|
53
|
+
"properties": {
|
|
54
|
+
"type": {
|
|
55
|
+
"type": "integer",
|
|
56
|
+
"enum": [
|
|
57
|
+
1,
|
|
58
|
+
2
|
|
59
|
+
],
|
|
60
|
+
"example": 1
|
|
61
|
+
},
|
|
62
|
+
"labelDe": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"minLength": 1,
|
|
65
|
+
"maxLength": 255,
|
|
66
|
+
"example": "Benutzergruppe"
|
|
67
|
+
},
|
|
68
|
+
"labelEn": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"minLength": 1,
|
|
71
|
+
"maxLength": 255,
|
|
72
|
+
"example": "User group"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"required": [
|
|
76
|
+
"type",
|
|
77
|
+
"labelDe",
|
|
78
|
+
"labelEn"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"required": [
|
|
83
|
+
"type",
|
|
84
|
+
"id",
|
|
85
|
+
"attributes"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"required": [
|
|
91
|
+
"meta",
|
|
92
|
+
"data"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "AccessGroups",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "array",
|
|
8
|
+
"items": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"type": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"const": "access-groups",
|
|
14
|
+
"examples": [
|
|
15
|
+
"access-groups"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"id": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"maxLength": 26,
|
|
21
|
+
"minLength": 26,
|
|
22
|
+
"example": "01JSHHCHEE7YV2JPJGWCZPZ7R6"
|
|
23
|
+
},
|
|
24
|
+
"attributes": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"type": {
|
|
28
|
+
"type": "integer",
|
|
29
|
+
"enum": [
|
|
30
|
+
1,
|
|
31
|
+
2
|
|
32
|
+
],
|
|
33
|
+
"example": 1
|
|
34
|
+
},
|
|
35
|
+
"labelDe": {
|
|
36
|
+
"type": "string",
|
|
37
|
+
"minLength": 1,
|
|
38
|
+
"maxLength": 255,
|
|
39
|
+
"example": "Benutzergruppe"
|
|
40
|
+
},
|
|
41
|
+
"labelEn": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"minLength": 1,
|
|
44
|
+
"maxLength": 255,
|
|
45
|
+
"example": "User group"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"type",
|
|
50
|
+
"labelDe",
|
|
51
|
+
"labelEn"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"type",
|
|
57
|
+
"id",
|
|
58
|
+
"attributes"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"required": [
|
|
64
|
+
"data"
|
|
65
|
+
]
|
|
66
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "Booking",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "bookings",
|
|
12
|
+
"examples": [
|
|
13
|
+
"bookings"
|
|
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
|
+
"externalFolderLink": {
|
|
26
|
+
"type": [
|
|
27
|
+
"string",
|
|
28
|
+
"null"
|
|
29
|
+
],
|
|
30
|
+
"description": "Global File Sync needs to be active.",
|
|
31
|
+
"examples": [
|
|
32
|
+
"https://www.example.com",
|
|
33
|
+
null
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"priority": {
|
|
37
|
+
"type": [
|
|
38
|
+
"integer",
|
|
39
|
+
"null"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"applicationHint": {
|
|
43
|
+
"type": [
|
|
44
|
+
"string",
|
|
45
|
+
"null"
|
|
46
|
+
],
|
|
47
|
+
"description": "The application hint. AssessmentDays evaluation needs to be active.",
|
|
48
|
+
"examples": [
|
|
49
|
+
"This is a hint.",
|
|
50
|
+
null
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"required": []
|
|
55
|
+
},
|
|
56
|
+
"relationships": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"allOf": [
|
|
59
|
+
{
|
|
60
|
+
"properties": {
|
|
61
|
+
"bookingStatus": {
|
|
62
|
+
"type": "object",
|
|
63
|
+
"description": "The booking status.",
|
|
64
|
+
"properties": {
|
|
65
|
+
"data": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"type": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"const": "booking-status",
|
|
71
|
+
"examples": [
|
|
72
|
+
"booking-status"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"id": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"minLength": 1,
|
|
78
|
+
"maxLength": 20,
|
|
79
|
+
"minimum": 1,
|
|
80
|
+
"example": "1"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"required": [
|
|
84
|
+
"type",
|
|
85
|
+
"id"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"oneOf": [
|
|
94
|
+
{
|
|
95
|
+
"title": "Applicant booking",
|
|
96
|
+
"properties": {
|
|
97
|
+
"applicantGroups": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"description": "Booking must be an applicant booking and must have an admission procedure. Must be configured in admission procedure if more than one group is allowed.",
|
|
100
|
+
"properties": {
|
|
101
|
+
"data": {
|
|
102
|
+
"type": "array",
|
|
103
|
+
"items": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"type": {
|
|
107
|
+
"type": "string",
|
|
108
|
+
"const": "admission-procedure-applicant-groups",
|
|
109
|
+
"examples": [
|
|
110
|
+
"admission-procedure-applicant-groups"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
"id": {
|
|
114
|
+
"type": "string",
|
|
115
|
+
"minLength": 1,
|
|
116
|
+
"maxLength": 20,
|
|
117
|
+
"minimum": 1,
|
|
118
|
+
"example": "2"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"required": [
|
|
122
|
+
"type",
|
|
123
|
+
"id"
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"required": [
|
|
129
|
+
"data"
|
|
130
|
+
]
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"required": []
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"required": [
|
|
141
|
+
"type",
|
|
142
|
+
"id",
|
|
143
|
+
"attributes"
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"required": [
|
|
148
|
+
"data"
|
|
149
|
+
]
|
|
150
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "BookingStatisticAustria",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "booking-statistic-austria",
|
|
12
|
+
"examples": [
|
|
13
|
+
"booking-statistic-austria"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"bookingId": {
|
|
20
|
+
"type": "integer",
|
|
21
|
+
"example": 19028
|
|
22
|
+
},
|
|
23
|
+
"uhStat0": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "date",
|
|
26
|
+
"example": "2023-01-01"
|
|
27
|
+
},
|
|
28
|
+
"uhStat2": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"format": "date",
|
|
31
|
+
"example": "2023-01-01"
|
|
32
|
+
},
|
|
33
|
+
"occupation": {
|
|
34
|
+
"type": "integer",
|
|
35
|
+
"example": 4
|
|
36
|
+
},
|
|
37
|
+
"bachelorRequirement": {
|
|
38
|
+
"type": "integer",
|
|
39
|
+
"example": 1
|
|
40
|
+
},
|
|
41
|
+
"bachelorDate": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"format": "date",
|
|
44
|
+
"example": "2023-01-01"
|
|
45
|
+
},
|
|
46
|
+
"bachelorInstitution": {
|
|
47
|
+
"type": "string",
|
|
48
|
+
"maxLength": 255,
|
|
49
|
+
"example": "University of Example"
|
|
50
|
+
},
|
|
51
|
+
"bachelorZip": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"maxLength": 10,
|
|
54
|
+
"example": "12345"
|
|
55
|
+
},
|
|
56
|
+
"bachelorCity": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"maxLength": 255,
|
|
59
|
+
"example": "Example City"
|
|
60
|
+
},
|
|
61
|
+
"bachelorCountry": {
|
|
62
|
+
"type": "integer",
|
|
63
|
+
"example": 43
|
|
64
|
+
},
|
|
65
|
+
"masterRequirement": {
|
|
66
|
+
"type": "integer",
|
|
67
|
+
"example": 1
|
|
68
|
+
},
|
|
69
|
+
"masterDate": {
|
|
70
|
+
"type": "string",
|
|
71
|
+
"format": "date",
|
|
72
|
+
"example": "2023-01-01"
|
|
73
|
+
},
|
|
74
|
+
"masterInstitution": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"maxLength": 255,
|
|
77
|
+
"example": "Example University"
|
|
78
|
+
},
|
|
79
|
+
"masterZip": {
|
|
80
|
+
"type": "string",
|
|
81
|
+
"maxLength": 10,
|
|
82
|
+
"example": "12345"
|
|
83
|
+
},
|
|
84
|
+
"masterCity": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"maxLength": 255,
|
|
87
|
+
"example": "Example City"
|
|
88
|
+
},
|
|
89
|
+
"masterCountry": {
|
|
90
|
+
"type": "integer",
|
|
91
|
+
"example": 43
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": ["bookingId"]
|
|
95
|
+
},
|
|
96
|
+
"relationships": {
|
|
97
|
+
"type": "object",
|
|
98
|
+
"properties": {
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"required": [
|
|
103
|
+
"type",
|
|
104
|
+
"attributes"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"required": [
|
|
109
|
+
"data"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "BookingStatisticAustria",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"type": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "booking-statistic-austria",
|
|
12
|
+
"examples": [
|
|
13
|
+
"booking-statistic-austria"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "object",
|
|
18
|
+
"properties": {
|
|
19
|
+
"bookingId": {
|
|
20
|
+
"type": "integer",
|
|
21
|
+
"example": 19028
|
|
22
|
+
},
|
|
23
|
+
"uhStat0": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"format": "date",
|
|
26
|
+
"maxLength": 255,
|
|
27
|
+
"example": "2023-01-01"
|
|
28
|
+
},
|
|
29
|
+
"uhStat2": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"format": "date",
|
|
32
|
+
"maxLength": 255,
|
|
33
|
+
"example": "2023-01-01"
|
|
34
|
+
},
|
|
35
|
+
"occupation": {
|
|
36
|
+
"type": "integer",
|
|
37
|
+
"example": 2
|
|
38
|
+
},
|
|
39
|
+
"bachelorRequirement": {
|
|
40
|
+
"type": "integer",
|
|
41
|
+
"example": 1
|
|
42
|
+
},
|
|
43
|
+
"bachelorDate": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"format": "date",
|
|
46
|
+
"example": "2023-01-01"
|
|
47
|
+
},
|
|
48
|
+
"bachelorInstitution": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"maxLength": 255,
|
|
51
|
+
"example": "University of Example"
|
|
52
|
+
},
|
|
53
|
+
"bachelorZip": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"maxLength": 10,
|
|
56
|
+
"example": "12345"
|
|
57
|
+
},
|
|
58
|
+
"bachelorCity": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"maxLength": 255,
|
|
61
|
+
"example": "Example City"
|
|
62
|
+
},
|
|
63
|
+
"bachelorCountry": {
|
|
64
|
+
"type": "integer",
|
|
65
|
+
"example": 43
|
|
66
|
+
},
|
|
67
|
+
"masterRequirement": {
|
|
68
|
+
"type": "integer",
|
|
69
|
+
"example": 1
|
|
70
|
+
},
|
|
71
|
+
"masterDate": {
|
|
72
|
+
"type": "string",
|
|
73
|
+
"format": "date",
|
|
74
|
+
"example": "2023-01-01"
|
|
75
|
+
},
|
|
76
|
+
"masterInstitution": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"maxLength": 255,
|
|
79
|
+
"example": "Example University"
|
|
80
|
+
},
|
|
81
|
+
"masterZip": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"maxLength": 10,
|
|
84
|
+
"example": "12345"
|
|
85
|
+
},
|
|
86
|
+
"masterCity": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"maxLength": 255,
|
|
89
|
+
"example": "Example City"
|
|
90
|
+
},
|
|
91
|
+
"masterCountry": {
|
|
92
|
+
"type": "integer",
|
|
93
|
+
"example": 43
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"required": ["bookingId"]
|
|
97
|
+
},
|
|
98
|
+
"relationships": {
|
|
99
|
+
"type": "object",
|
|
100
|
+
"properties": {
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"required": [
|
|
105
|
+
"type",
|
|
106
|
+
"attributes"
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"required": [
|
|
111
|
+
"data"
|
|
112
|
+
]
|
|
113
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "Cohorts",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"meta":{
|
|
7
|
+
"type": "object",
|
|
8
|
+
"properties": {
|
|
9
|
+
"totalHits": {
|
|
10
|
+
"type": "integer",
|
|
11
|
+
"example": 1
|
|
12
|
+
},
|
|
13
|
+
"pageNumber": {
|
|
14
|
+
"type": "integer",
|
|
15
|
+
"example": 1
|
|
16
|
+
},
|
|
17
|
+
"pageSize": {
|
|
18
|
+
"type": "integer",
|
|
19
|
+
"example": 10
|
|
20
|
+
},
|
|
21
|
+
"lastPage": {
|
|
22
|
+
"type": "integer",
|
|
23
|
+
"example": 3
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"required": [
|
|
27
|
+
"totalHits",
|
|
28
|
+
"pageNumber",
|
|
29
|
+
"pageSize",
|
|
30
|
+
"lastPage"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"data": {
|
|
34
|
+
"type": "array",
|
|
35
|
+
"items": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"type": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"const": "cohorts",
|
|
41
|
+
"examples": [
|
|
42
|
+
"cohorts"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"id": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"minLength": 1,
|
|
48
|
+
"example": "44"
|
|
49
|
+
},
|
|
50
|
+
"attributes": {
|
|
51
|
+
"type": "object",
|
|
52
|
+
"properties": {
|
|
53
|
+
"name": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"minLength": 1,
|
|
56
|
+
"maxLength": 255,
|
|
57
|
+
"example": "Cohort"
|
|
58
|
+
},
|
|
59
|
+
"activeStudentCount": {
|
|
60
|
+
"type": "integer",
|
|
61
|
+
"example": 50
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"required": [
|
|
65
|
+
"type",
|
|
66
|
+
"labelDe",
|
|
67
|
+
"labelEn"
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"required": [
|
|
72
|
+
"type",
|
|
73
|
+
"id",
|
|
74
|
+
"attributes"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"required": [
|
|
80
|
+
"meta",
|
|
81
|
+
"data"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "Colors",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"data": {
|
|
7
|
+
"type": "array",
|
|
8
|
+
"items": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"properties": {
|
|
11
|
+
"type": {
|
|
12
|
+
"type": "string",
|
|
13
|
+
"const": "colors",
|
|
14
|
+
"examples": [
|
|
15
|
+
"colors"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"id": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"maxLength": 26,
|
|
21
|
+
"minLength": 26,
|
|
22
|
+
"example": "01JSHHCHEE7YV2JPJGWCZPZ7R6"
|
|
23
|
+
},
|
|
24
|
+
"attributes": {
|
|
25
|
+
"type": "object",
|
|
26
|
+
"properties": {
|
|
27
|
+
"name": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"minLength": 1,
|
|
30
|
+
"maxLength": 255,
|
|
31
|
+
"example": "simo-color-lochmara"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"required": [
|
|
35
|
+
"name"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": [
|
|
40
|
+
"type",
|
|
41
|
+
"id",
|
|
42
|
+
"attributes"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"required": [
|
|
48
|
+
"data"
|
|
49
|
+
]
|
|
50
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"errors": {
|
|
4
|
+
"type": "array",
|
|
5
|
+
"items": {
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"source": {
|
|
9
|
+
"required": [
|
|
10
|
+
"pointer"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"pointer": {
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"type": "object"
|
|
18
|
+
},
|
|
19
|
+
"title": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"detail": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|