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.
Files changed (120) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +9 -0
  3. package/dist/credentials/AcademyFiveCredentialsApi.credentials.d.ts +10 -0
  4. package/dist/credentials/AcademyFiveCredentialsApi.credentials.js +53 -0
  5. package/dist/credentials/AcademyFiveCredentialsApi.credentials.js.map +1 -0
  6. package/dist/credentials/simovative.svg +5 -0
  7. package/dist/nodes/AcademyFive/AcademyFive.node.d.ts +10 -0
  8. package/dist/nodes/AcademyFive/AcademyFive.node.js +184 -0
  9. package/dist/nodes/AcademyFive/AcademyFive.node.js.map +1 -0
  10. package/dist/nodes/AcademyFive/AcademyFive.node.json +6 -0
  11. package/dist/nodes/AcademyFive/MapToRequestUtils.d.ts +24 -0
  12. package/dist/nodes/AcademyFive/MapToRequestUtils.js +245 -0
  13. package/dist/nodes/AcademyFive/MapToRequestUtils.js.map +1 -0
  14. package/dist/nodes/AcademyFive/NodeConfigUtils.d.ts +5 -0
  15. package/dist/nodes/AcademyFive/NodeConfigUtils.js +50 -0
  16. package/dist/nodes/AcademyFive/NodeConfigUtils.js.map +1 -0
  17. package/dist/nodes/AcademyFive/SchemaResolver.d.ts +12 -0
  18. package/dist/nodes/AcademyFive/SchemaResolver.js +205 -0
  19. package/dist/nodes/AcademyFive/SchemaResolver.js.map +1 -0
  20. package/dist/nodes/AcademyFive/SpecGeneratorUtils.d.ts +11 -0
  21. package/dist/nodes/AcademyFive/SpecGeneratorUtils.js +106 -0
  22. package/dist/nodes/AcademyFive/SpecGeneratorUtils.js.map +1 -0
  23. package/dist/nodes/AcademyFive/SpecMapper.d.ts +61 -0
  24. package/dist/nodes/AcademyFive/SpecMapper.js +385 -0
  25. package/dist/nodes/AcademyFive/SpecMapper.js.map +1 -0
  26. package/dist/nodes/AcademyFive/simovative.svg +5 -0
  27. package/dist/nodes/AcademyFive/types.d.ts +34 -0
  28. package/dist/nodes/AcademyFive/types.js +19 -0
  29. package/dist/nodes/AcademyFive/types.js.map +1 -0
  30. package/dist/package.json +66 -0
  31. package/dist/specs/ac5.json +1 -0
  32. package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetPaginatedSchema.json +94 -0
  33. package/dist/specs/schemas/src/Api/AccessGroups/Schema/AccessGroupsGetSchema.json +66 -0
  34. package/dist/specs/schemas/src/Api/Bookings/Handler/BookingsPatchSchema.json +150 -0
  35. package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPatchSchema.json +111 -0
  36. package/dist/specs/schemas/src/Api/Bookings/StatisticAustria/Handler/BookingStatisticAustriaPostSchema.json +113 -0
  37. package/dist/specs/schemas/src/Api/Cohorts/Schema/CohortsGetPaginatedSchema.json +83 -0
  38. package/dist/specs/schemas/src/Api/Colors/Schema/ColorsListGetSchema.json +50 -0
  39. package/dist/specs/schemas/src/Api/Common/Model/Validation/ValidationErrorSchema.json +29 -0
  40. package/dist/specs/schemas/src/Api/Company/Handler/CompanyPostSchema.json +77 -0
  41. package/dist/specs/schemas/src/Api/Company/Handler/CompanyPutSchema.json +84 -0
  42. package/dist/specs/schemas/src/Api/CourseSeriesLecturer/Handler/CourseSeriesLecturerPostSchema.json +113 -0
  43. package/dist/specs/schemas/src/Api/CourseTicket/Handler/CourseTicketsPostV2Schema.json +162 -0
  44. package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPatchSchema.json +84 -0
  45. package/dist/specs/schemas/src/Api/DataSourceAreas/Handler/DataSourceAreasPostSchema.json +151 -0
  46. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPatchSchema.json +107 -0
  47. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroupRestrictions/Handler/DataSourceFieldOptionGroupRestrictionsPostSchema.json +107 -0
  48. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPatchSchema.json +88 -0
  49. package/dist/specs/schemas/src/Api/DataSourceFieldOptionGroups/Handler/DataSourceFieldOptionGroupsPostSchema.json +89 -0
  50. package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPatchSchema.json +54 -0
  51. package/dist/specs/schemas/src/Api/DataSourceFieldOptionValues/Handler/DataSourceFieldOptionValuesPostSchema.json +87 -0
  52. package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPatchSchema.json +242 -0
  53. package/dist/specs/schemas/src/Api/DataSourceFields/Handler/DataSourceFieldsPostSchema.json +357 -0
  54. package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsDeleteSchema.json +16 -0
  55. package/dist/specs/schemas/src/Api/DataSourceRecords/Handler/DataSourceRecordsPutBulkSchema.json +42 -0
  56. package/dist/specs/schemas/src/Api/DataSourceTabs/Handler/DataSourceTabsPostSchema.json +85 -0
  57. package/dist/specs/schemas/src/Api/DataSources/Handler/DataSourcesPostSchema.json +61 -0
  58. package/dist/specs/schemas/src/Api/Documents/Handler/DocumentsPostSchema.json +61 -0
  59. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePatchSchema.json +159 -0
  60. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventDatePostSchema.json +335 -0
  61. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPatchSchema.json +837 -0
  62. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesCustomPostSchema.json +288 -0
  63. package/dist/specs/schemas/src/Api/EventSeries/Handler/EventSeriesPostSchema.json +514 -0
  64. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchBulkSchema.json +64 -0
  65. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPatchSchema.json +120 -0
  66. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesPostSchema.json +117 -0
  67. package/dist/specs/schemas/src/Api/GkvPendingMessages/Handler/GkvPendingMessagesSelectProfileSchema.json +47 -0
  68. package/dist/specs/schemas/src/Api/GlobalFileSyncs/Handler/GlobalFileSyncsPatchSchema.json +63 -0
  69. package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPostSchema.json +98 -0
  70. package/dist/specs/schemas/src/Api/GradeAnnotation/Handler/GradeAnnotationPutSchema.json +105 -0
  71. package/dist/specs/schemas/src/Api/Grades/GradeAnnotationRelations/Handler/GradeAnnotationRelationsPostSchema.json +102 -0
  72. package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsGetSchema.json +89 -0
  73. package/dist/specs/schemas/src/Api/Grades/ModuleGradeRecalculation/Schema/ModuleGradeRecalculationJobsPostSchema.json +54 -0
  74. package/dist/specs/schemas/src/Api/Grades/Schema/GradesAttributeSchema.json +400 -0
  75. package/dist/specs/schemas/src/Api/Grades/Schema/GradesGetSchema.json +108 -0
  76. package/dist/specs/schemas/src/Api/Grades/Schema/GradesPatchSchema.json +112 -0
  77. package/dist/specs/schemas/src/Api/Grades/Schema/GradesPostSchema.json +950 -0
  78. package/dist/specs/schemas/src/Api/Grades/Schema/GradesRelationshipSchema.json +547 -0
  79. package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPatchSchema.json +71 -0
  80. package/dist/specs/schemas/src/Api/HealthInsuranceInstitutes/Handler/HealthInsuranceInstitutesPostSchema.json +73 -0
  81. package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePatchSchema.json +83 -0
  82. package/dist/specs/schemas/src/Api/HealthInsuranceProfile/Handler/HealthInsuranceProfilePostSchema.json +38 -0
  83. package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPatchSchema.json +101 -0
  84. package/dist/specs/schemas/src/Api/HealthInsuranceProfileCommunicationLog/Handler/HealthInsuranceProfileCommunicationLogPostSchema.json +99 -0
  85. package/dist/specs/schemas/src/Api/Icons/Schema/IconsListGetSchema.json +50 -0
  86. package/dist/specs/schemas/src/Api/InvoiceCollections/Handler/InvoiceCollectionsFromInstallmentsPostSchema.json +49 -0
  87. package/dist/specs/schemas/src/Api/InvoiceQueueEntries/Handler/InvoiceQueueEntriesPostSchema.json +49 -0
  88. package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesPostSchema.json +182 -0
  89. package/dist/specs/schemas/src/Api/Invoices/Handler/InvoicesStatusChangePostSchema.json +55 -0
  90. package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPatchSchema.json +87 -0
  91. package/dist/specs/schemas/src/Api/LecturerContractEmploymentAvailabilities/Handler/LecturerContractEmploymentAvailabilitiesPostSchema.json +84 -0
  92. package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPatchSchema.json +103 -0
  93. package/dist/specs/schemas/src/Api/LecturerContractEmployments/Handler/LecturerContractEmploymentsPostSchema.json +153 -0
  94. package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPatchSchema.json +154 -0
  95. package/dist/specs/schemas/src/Api/LecturerContracts/Handler/LecturerContractsPostSchema.json +215 -0
  96. package/dist/specs/schemas/src/Api/OnlineExamEnrolments/Handler/OnlineExamEnrolmentsPostSchema.json +180 -0
  97. package/dist/specs/schemas/src/Api/Payment/Command/PaymentAddCommandSchema.json +51 -0
  98. package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPostSchema.json +104 -0
  99. package/dist/specs/schemas/src/Api/ProfessionalBackground/Handler/ProfessionalBackgroundPutSchema.json +113 -0
  100. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPatchSchema.json +56 -0
  101. package/dist/specs/schemas/src/Api/ProfileBankDetails/Handler/ProfileBankDetailsPostSchema.json +56 -0
  102. package/dist/specs/schemas/src/Api/Profiles/Handler/ProfilesPatchSchema.json +45 -0
  103. package/dist/specs/schemas/src/Api/Profiles/Schema/ProfilesGetSchema.json +0 -0
  104. package/dist/specs/schemas/src/Api/RequestFormProfileComments/Schema/RequestFormProfileCommentsPostSchema.json +98 -0
  105. package/dist/specs/schemas/src/Api/RequestFormProfiles/Schema/RequestFromProfilesPatchSchema.json +45 -0
  106. package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPatchSchema.json +151 -0
  107. package/dist/specs/schemas/src/Api/RevenueAccounts/Handler/RevenueAccountsPostSchema.json +151 -0
  108. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPatchSchema.json +115 -0
  109. package/dist/specs/schemas/src/Api/StatisticAustria/Handler/StatisticAustriaPostSchema.json +115 -0
  110. package/dist/specs/schemas/src/Api/StatisticValidations/Handler/StatisticValidationsPostSchema.json +37 -0
  111. package/dist/specs/schemas/src/Api/Submissions/StatusChange/Handler/SubmissionsStatusChangePostSchema.json +42 -0
  112. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesGetSchema.json +213 -0
  113. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPatchSchema.json +195 -0
  114. package/dist/specs/schemas/src/Api/TaskTypes/Schema/TaskTypesPostSchema.json +208 -0
  115. package/dist/specs/schemas/src/Api/TranslationPlaceholders/Schema/TranslationPlaceholdersGetSchema.json +57 -0
  116. package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPatchSchema.json +176 -0
  117. package/dist/specs/schemas/src/Api/ZensusSettings/Handler/ZensusSettingsPostSchema.json +170 -0
  118. package/dist/tsconfig.tsbuildinfo +1 -0
  119. package/index.js +0 -0
  120. package/package.json +66 -0
@@ -0,0 +1,242 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceField",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-fields",
12
+ "examples": [
13
+ "data-source-fields"
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
+ "labelDe": {
26
+ "type": "string",
27
+ "minLength": 1,
28
+ "maxLength": 255,
29
+ "example": "labelDe"
30
+ },
31
+ "labelEn": {
32
+ "type": "string",
33
+ "minLength": 1,
34
+ "maxLength": 255,
35
+ "example": "labelEn"
36
+ },
37
+ "type": {
38
+ "type": "string",
39
+ "minLength": 1,
40
+ "maxLength": 255,
41
+ "example": "text",
42
+ "enum": [
43
+ "integer",
44
+ "select",
45
+ "checkbox",
46
+ "multiSelect",
47
+ "text",
48
+ "longtext",
49
+ "date",
50
+ "system",
51
+ "infopoolFile",
52
+ "linkedDatabaseTable"
53
+ ]
54
+ },
55
+ "systemFieldId": {
56
+ "type": "string",
57
+ "minLength": 1
58
+ },
59
+ "isMandatory": {
60
+ "type": "boolean",
61
+ "example": true
62
+ },
63
+ "infoDe": {
64
+ "type": [
65
+ "null",
66
+ "string"
67
+ ]
68
+ },
69
+ "infoEn": {
70
+ "type": [
71
+ "null",
72
+ "string"
73
+ ]
74
+ },
75
+ "columnLayoutPosition": {
76
+ "type": "integer",
77
+ "enum": [
78
+ 1,
79
+ 2
80
+ ],
81
+ "examples": [
82
+ 1
83
+ ]
84
+ },
85
+ "maximumFileSize": {
86
+ "type": [
87
+ "number",
88
+ "null"
89
+ ],
90
+ "description": "The maximum file size of the data source field if type 'infopoolFile' is selected."
91
+ },
92
+ "maximumFileCount": {
93
+ "type": [
94
+ "null",
95
+ "number"
96
+ ],
97
+ "minimum": 1,
98
+ "description": "The maximum number of files that can be uploaded."
99
+ },
100
+ "multiSelectMinOptions": {
101
+ "type": [
102
+ "null",
103
+ "number"
104
+ ],
105
+ "description": "The minimum amount of options that have to be set for a multi select."
106
+ },
107
+ "multiSelectMaxOptions": {
108
+ "type": [
109
+ "null",
110
+ "number"
111
+ ],
112
+ "description": "The maximum amount of options that can be set for a multi select."
113
+ },
114
+ "visibilityRulesJson": {
115
+ "type": [
116
+ "null",
117
+ "string"
118
+ ]
119
+ },
120
+ "validationRulesJson": {
121
+ "type": [
122
+ "null",
123
+ "string"
124
+ ]
125
+ }
126
+ }
127
+ },
128
+ "relationships": {
129
+ "type": "object",
130
+ "properties": {
131
+ "documentType": {
132
+ "type": "object",
133
+ "properties": {
134
+ "data": {
135
+ "types": [
136
+ "null",
137
+ "object"
138
+ ],
139
+ "properties": {
140
+ "type": {
141
+ "type": "string",
142
+ "const": "document-types",
143
+ "example": "document-types"
144
+ },
145
+ "id": {
146
+ "type": "string",
147
+ "minLength": 1,
148
+ "maxLength": 20,
149
+ "minimum": 1,
150
+ "description": "The id of the document type."
151
+ }
152
+ },
153
+ "required": [
154
+ "type",
155
+ "id"
156
+ ]
157
+ }
158
+ },
159
+ "required": [
160
+ "data"
161
+ ]
162
+ },
163
+ "linkedDatabaseTableDisplayFieldDe": {
164
+ "type": "object",
165
+ "properties": {
166
+ "data": {
167
+ "types": [
168
+ "null",
169
+ "object"
170
+ ],
171
+ "properties": {
172
+ "type": {
173
+ "type": "string",
174
+ "const": "database-table-columns",
175
+ "example": "database-table-columns"
176
+ },
177
+ "id": {
178
+ "type": "string",
179
+ "minLength": 1,
180
+ "maxLength": 64,
181
+ "minimum": 1,
182
+ "example": "example_column_name",
183
+ "description": "The id (name) of the column. Needs to be set if type 'linkedDatabaseTable' is used."
184
+ }
185
+ },
186
+ "required": [
187
+ "type",
188
+ "id"
189
+ ]
190
+ }
191
+ },
192
+ "required": [
193
+ "data"
194
+ ]
195
+ },
196
+ "linkedDatabaseTableDisplayFieldEn": {
197
+ "type": "object",
198
+ "properties": {
199
+ "data": {
200
+ "types": [
201
+ "null",
202
+ "object"
203
+ ],
204
+ "properties": {
205
+ "type": {
206
+ "type": "string",
207
+ "const": "database-table-columns",
208
+ "example": "database-table-columns"
209
+ },
210
+ "id": {
211
+ "type": "string",
212
+ "minLength": 1,
213
+ "maxLength": 64,
214
+ "minimum": 1,
215
+ "example": "example_column_name",
216
+ "description": "The id (name) of the column. Needs to be set if type 'linkedDatabaseTable' is used."
217
+ }
218
+ },
219
+ "required": [
220
+ "type",
221
+ "id"
222
+ ]
223
+ }
224
+ },
225
+ "required": [
226
+ "data"
227
+ ]
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "required": [
233
+ "type",
234
+ "id",
235
+ "attributes"
236
+ ]
237
+ }
238
+ },
239
+ "required": [
240
+ "data"
241
+ ]
242
+ }
@@ -0,0 +1,357 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceField",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-fields",
12
+ "examples": [
13
+ "data-source-fields"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "name": {
20
+ "type": [
21
+ "null",
22
+ "string"
23
+ ],
24
+ "minLength": 2,
25
+ "maxLength": 64,
26
+ "example": "database_field_name",
27
+ "pattern": "^[a-zA-Z0-9_]+$"
28
+ },
29
+ "labelDe": {
30
+ "type": "string",
31
+ "minLength": 1,
32
+ "maxLength": 255,
33
+ "example": "labelDe"
34
+ },
35
+ "labelEn": {
36
+ "type": "string",
37
+ "minLength": 1,
38
+ "maxLength": 255,
39
+ "example": "labelEn"
40
+ },
41
+ "areaId": {
42
+ "type": "integer",
43
+ "minimum": 1,
44
+ "example": 1
45
+ },
46
+ "type": {
47
+ "type": "string",
48
+ "minLength": 1,
49
+ "maxLength": 255,
50
+ "example": "text",
51
+ "enum": [
52
+ "integer",
53
+ "select",
54
+ "multiSelect",
55
+ "checkbox",
56
+ "text",
57
+ "longtext",
58
+ "date",
59
+ "system",
60
+ "infopoolFile",
61
+ "linkedDatabaseTable"
62
+ ]
63
+ },
64
+ "systemFieldId": {
65
+ "type": "string",
66
+ "minLength": 1
67
+ },
68
+ "isMandatory": {
69
+ "type": "boolean",
70
+ "example": true
71
+ },
72
+ "infoDe": {
73
+ "type": [
74
+ "null",
75
+ "string"
76
+ ]
77
+ },
78
+ "infoEn": {
79
+ "type": [
80
+ "null",
81
+ "string"
82
+ ]
83
+ },
84
+ "columnLayoutPosition": {
85
+ "type": "integer",
86
+ "enum": [
87
+ 1,
88
+ 2
89
+ ],
90
+ "examples": [
91
+ 1
92
+ ]
93
+ },
94
+ "maximumFileSize": {
95
+ "type": [
96
+ "null",
97
+ "number"
98
+ ],
99
+ "description": "The maximum file size of the data source field if type 'infopoolFile' is selected."
100
+ },
101
+ "maximumFileCount": {
102
+ "type": [
103
+ "null",
104
+ "number"
105
+ ],
106
+ "minimum": 1,
107
+ "description": "The maximum number of files that can be uploaded."
108
+ },
109
+ "multiSelectMinOptions": {
110
+ "type": [
111
+ "null",
112
+ "number"
113
+ ],
114
+ "description": "The minimum amount of options that have to be set for a multi select."
115
+ },
116
+ "multiSelectMaxOptions": {
117
+ "type": [
118
+ "null",
119
+ "number"
120
+ ],
121
+ "description": "The maximum amount of options that can be set for a multi select."
122
+ },
123
+ "visibilityRulesJson": {
124
+ "type": [
125
+ "null",
126
+ "string"
127
+ ]
128
+ },
129
+ "validationRulesJson": {
130
+ "type": [
131
+ "null",
132
+ "string"
133
+ ]
134
+ }
135
+ },
136
+ "required": [
137
+ "areaId",
138
+ "type",
139
+ "labelDe",
140
+ "labelEn"
141
+ ]
142
+ },
143
+ "relationships": {
144
+ "type": "object",
145
+ "properties": {
146
+ "fileGroups": {
147
+ "type": "object",
148
+ "properties": {
149
+ "data": {
150
+ "type": "array",
151
+ "items": {
152
+ "type": "object",
153
+ "properties": {
154
+ "type": {
155
+ "type": "string",
156
+ "const": "file-groups",
157
+ "examples": [
158
+ "file-groups"
159
+ ]
160
+ },
161
+ "id": {
162
+ "type": "string",
163
+ "minLength": 1,
164
+ "maxLength": 20,
165
+ "minimum": 1,
166
+ "example": "2"
167
+ }
168
+ },
169
+ "required": [
170
+ "type",
171
+ "id"
172
+ ]
173
+ }
174
+ }
175
+ },
176
+ "required": [
177
+ "data"
178
+ ]
179
+ },
180
+ "documentType": {
181
+ "type": "object",
182
+ "properties": {
183
+ "data": {
184
+ "types": [
185
+ "null",
186
+ "object"
187
+ ],
188
+ "properties": {
189
+ "type": {
190
+ "type": "string",
191
+ "const": "document-types",
192
+ "example": "document-types"
193
+ },
194
+ "id": {
195
+ "type": "string",
196
+ "minLength": 1,
197
+ "maxLength": 20,
198
+ "minimum": 1,
199
+ "example": "99999",
200
+ "description": "The id of the document type."
201
+ }
202
+ },
203
+ "required": [
204
+ "type",
205
+ "id"
206
+ ]
207
+ }
208
+ },
209
+ "required": [
210
+ "data"
211
+ ]
212
+ },
213
+ "linkedDatabaseTable": {
214
+ "type": "object",
215
+ "properties": {
216
+ "data": {
217
+ "types": [
218
+ "null",
219
+ "object"
220
+ ],
221
+ "properties": {
222
+ "type": {
223
+ "type": "string",
224
+ "const": "database-tables",
225
+ "example": "database-tables"
226
+ },
227
+ "id": {
228
+ "type": "string",
229
+ "minLength": 1,
230
+ "maxLength": 64,
231
+ "minimum": 1,
232
+ "example": "example_table_name",
233
+ "description": "The id (name) of the database table. Needs to be set if type 'linkedDatabaseTable' is used."
234
+ }
235
+ },
236
+ "required": [
237
+ "type",
238
+ "id"
239
+ ]
240
+ }
241
+ },
242
+ "required": [
243
+ "data"
244
+ ]
245
+ },
246
+ "linkedDatabaseTableReferenceField": {
247
+ "type": "object",
248
+ "properties": {
249
+ "data": {
250
+ "types": [
251
+ "null",
252
+ "object"
253
+ ],
254
+ "properties": {
255
+ "type": {
256
+ "type": "string",
257
+ "const": "database-table-columns",
258
+ "example": "database-table-columns"
259
+ },
260
+ "id": {
261
+ "type": "string",
262
+ "minLength": 1,
263
+ "maxLength": 2,
264
+ "minimum": 1,
265
+ "example": "id",
266
+ "description": "'id' is the only valid value here. Needs to be set if type 'linkedDatabaseTable' is used."
267
+ }
268
+ },
269
+ "required": [
270
+ "type",
271
+ "id"
272
+ ]
273
+ }
274
+ },
275
+ "required": [
276
+ "data"
277
+ ]
278
+ },
279
+ "linkedDatabaseTableDisplayFieldDe": {
280
+ "type": "object",
281
+ "properties": {
282
+ "data": {
283
+ "types": [
284
+ "null",
285
+ "object"
286
+ ],
287
+ "properties": {
288
+ "type": {
289
+ "type": "string",
290
+ "const": "database-table-columns",
291
+ "example": "database-table-columns"
292
+ },
293
+ "id": {
294
+ "type": "string",
295
+ "minLength": 1,
296
+ "maxLength": 64,
297
+ "minimum": 1,
298
+ "example": "example_column_name",
299
+ "description": "The id (name) of the column. Needs to be set if type 'linkedDatabaseTable' is used."
300
+ }
301
+ },
302
+ "required": [
303
+ "type",
304
+ "id"
305
+ ]
306
+ }
307
+ },
308
+ "required": [
309
+ "data"
310
+ ]
311
+ },
312
+ "linkedDatabaseTableDisplayFieldEn": {
313
+ "type": "object",
314
+ "properties": {
315
+ "data": {
316
+ "types": [
317
+ "null",
318
+ "object"
319
+ ],
320
+ "properties": {
321
+ "type": {
322
+ "type": "string",
323
+ "const": "database-table-columns",
324
+ "example": "database-table-columns"
325
+ },
326
+ "id": {
327
+ "type": "string",
328
+ "minLength": 1,
329
+ "maxLength": 64,
330
+ "minimum": 1,
331
+ "example": "example_column_name",
332
+ "description": "The id (name) of the column. Needs to be set if type 'linkedDatabaseTable' is used."
333
+ }
334
+ },
335
+ "required": [
336
+ "type",
337
+ "id"
338
+ ]
339
+ }
340
+ },
341
+ "required": [
342
+ "data"
343
+ ]
344
+ }
345
+ }
346
+ }
347
+ },
348
+ "required": [
349
+ "type",
350
+ "attributes"
351
+ ]
352
+ }
353
+ },
354
+ "required": [
355
+ "data"
356
+ ]
357
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceRecordsDeleteSchema",
4
+ "type": "array",
5
+ "minItems": 1,
6
+ "maxItems": 100,
7
+ "uniqueItems": true,
8
+ "items": {
9
+ "type": "string"
10
+ },
11
+ "example": [
12
+ "1",
13
+ "2",
14
+ "3"
15
+ ]
16
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceRecords",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "array",
8
+ "items": {
9
+ "type": "object",
10
+ "properties": {
11
+ "type": {
12
+ "type": "string",
13
+ "const": "data-source-records",
14
+ "examples": [
15
+ "data-source-records"
16
+ ]
17
+ },
18
+ "id": {
19
+ "type": "string",
20
+ "minLength": 1,
21
+ "maxLength": 20,
22
+ "example": "1"
23
+ },
24
+ "attributes": {
25
+ "type": "object",
26
+ "example": {
27
+ "392": "Herr",
28
+ "123": []
29
+ }
30
+ }
31
+ },
32
+ "required": [
33
+ "type",
34
+ "attributes"
35
+ ]
36
+ }
37
+ }
38
+ },
39
+ "required": [
40
+ "data"
41
+ ]
42
+ }