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,115 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "statistic-austria",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "statistic-austria",
12
+ "examples": [
13
+ "statistic-austria"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "socialInsuranceNumber": {
20
+ "type": [
21
+ "string",
22
+ "null"
23
+ ],
24
+ "minLength": 1,
25
+ "maxLength": 255,
26
+ "examples": [
27
+ "1234567890",
28
+ null
29
+ ]
30
+ },
31
+ "replacementLabel": {
32
+ "type": [
33
+ "string",
34
+ "null"
35
+ ],
36
+ "minLength": 1,
37
+ "maxLength": 255,
38
+ "examples": [
39
+ "9876543210",
40
+ null
41
+ ]
42
+ },
43
+ "matriculationNumber": {
44
+ "type": [
45
+ "string",
46
+ "null"
47
+ ],
48
+ "minLength": 1,
49
+ "maxLength": 255,
50
+ "examples": [
51
+ "1029384756",
52
+ null
53
+ ]
54
+ },
55
+ "sectorSpecificPIN": {
56
+ "type": [
57
+ "string",
58
+ "null"
59
+ ],
60
+ "minLength": 1,
61
+ "maxLength": 255,
62
+ "examples": [
63
+ "6574839201",
64
+ null
65
+ ]
66
+ },
67
+ "uhStat1": {
68
+ "type": [
69
+ "string",
70
+ "null"
71
+ ],
72
+ "minLength": 1,
73
+ "maxLength": 255,
74
+ "format": "date",
75
+ "examples": [
76
+ "2024-06-29",
77
+ null
78
+ ]
79
+ },
80
+ "vbpkBf": {
81
+ "type": [
82
+ "string",
83
+ "null"
84
+ ],
85
+ "minLength": 1,
86
+ "maxLength": 255,
87
+ "examples": [
88
+ "6574839201bf",
89
+ null
90
+ ]
91
+ },
92
+ "vbpkAs": {
93
+ "type": [
94
+ "string",
95
+ "null"
96
+ ],
97
+ "minLength": 1,
98
+ "maxLength": 255,
99
+ "examples": [
100
+ "6574839201as",
101
+ null
102
+ ]
103
+ }
104
+ }
105
+ }
106
+ },
107
+ "required": [
108
+ "attributes"
109
+ ]
110
+ }
111
+ },
112
+ "required": [
113
+ "data"
114
+ ]
115
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "statistic-austria",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "statistic-austria",
12
+ "examples": [
13
+ "statistic-austria"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "socialInsuranceNumber": {
20
+ "type": [
21
+ "string",
22
+ "null"
23
+ ],
24
+ "minLength": 1,
25
+ "maxLength": 255,
26
+ "examples": [
27
+ "1234567890",
28
+ null
29
+ ]
30
+ },
31
+ "replacementLabel": {
32
+ "type": [
33
+ "string",
34
+ "null"
35
+ ],
36
+ "minLength": 1,
37
+ "maxLength": 255,
38
+ "examples": [
39
+ "9876543210",
40
+ null
41
+ ]
42
+ },
43
+ "matriculationNumber": {
44
+ "type": [
45
+ "string",
46
+ "null"
47
+ ],
48
+ "minLength": 1,
49
+ "maxLength": 255,
50
+ "examples": [
51
+ "1029384756",
52
+ null
53
+ ]
54
+ },
55
+ "sectorSpecificPIN": {
56
+ "type": [
57
+ "string",
58
+ "null"
59
+ ],
60
+ "minLength": 1,
61
+ "maxLength": 255,
62
+ "examples": [
63
+ "6574839201",
64
+ null
65
+ ]
66
+ },
67
+ "uhStat1": {
68
+ "type": [
69
+ "string",
70
+ "null"
71
+ ],
72
+ "minLength": 1,
73
+ "maxLength": 255,
74
+ "format": "date",
75
+ "examples": [
76
+ "2024-06-29",
77
+ null
78
+ ]
79
+ },
80
+ "vbpkBf": {
81
+ "type": [
82
+ "string",
83
+ "null"
84
+ ],
85
+ "minLength": 1,
86
+ "maxLength": 255,
87
+ "examples": [
88
+ "6574839201bf",
89
+ null
90
+ ]
91
+ },
92
+ "vbpkAs": {
93
+ "type": [
94
+ "string",
95
+ "null"
96
+ ],
97
+ "minLength": 1,
98
+ "maxLength": 255,
99
+ "examples": [
100
+ "6574839201as",
101
+ null
102
+ ]
103
+ }
104
+ }
105
+ }
106
+ },
107
+ "required": [
108
+ "attributes"
109
+ ]
110
+ }
111
+ },
112
+ "required": [
113
+ "data"
114
+ ]
115
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "StatisticValidation",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "statistic-validations",
12
+ "examples": [
13
+ "statistic-validations"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "profileId": {
20
+ "type": "string",
21
+ "minLength": 1,
22
+ "maxLength": 255,
23
+ "example": "123"
24
+ }
25
+ }
26
+ }
27
+ },
28
+ "required": [
29
+ "type",
30
+ "attributes"
31
+ ]
32
+ }
33
+ },
34
+ "required": [
35
+ "data"
36
+ ]
37
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "SubmissionsStatusChangePost",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "submissions-status-change",
12
+ "examples": [
13
+ "submissions-status-change"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "statusId": {
20
+ "type": "integer",
21
+ "minLength": 1,
22
+ "maxLength": 20,
23
+ "minimum": 1,
24
+ "example": 1,
25
+ "description": "The id of the status to change to. The status must be assigned to the submission assignment type of the submission."
26
+ }
27
+ },
28
+ "required": [
29
+ "statusId"
30
+ ]
31
+ }
32
+ },
33
+ "required": [
34
+ "type",
35
+ "attributes"
36
+ ]
37
+ }
38
+ },
39
+ "required": [
40
+ "data"
41
+ ]
42
+ }
@@ -0,0 +1,213 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "TaskTypes",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "task-types",
12
+ "examples": [
13
+ "task-types"
14
+ ]
15
+ },
16
+ "id": {
17
+ "type": "string",
18
+ "maxLength": 26,
19
+ "minLength": 26
20
+ },
21
+ "attributes": {
22
+ "type": "object",
23
+ "properties": {
24
+ "isActive": {
25
+ "type": "boolean",
26
+ "example": true
27
+ },
28
+ "labelDe": {
29
+ "type": "string",
30
+ "minLength": 1,
31
+ "maxLength": 255,
32
+ "example": "AufgabenTyp"
33
+ },
34
+ "labelEn": {
35
+ "type": "string",
36
+ "minLength": 1,
37
+ "maxLength": 255,
38
+ "example": "TaskType"
39
+ },
40
+ "isProfileLink": {
41
+ "type": "boolean",
42
+ "example": true
43
+ },
44
+ "isCourseLink": {
45
+ "type": "boolean",
46
+ "example": false
47
+ },
48
+ "isExamLink": {
49
+ "type": "boolean",
50
+ "example": false
51
+ }
52
+ },
53
+ "required": [
54
+ "labelDe",
55
+ "labelEn"
56
+ ]
57
+ },
58
+ "relationships": {
59
+ "type": "object",
60
+ "properties": {
61
+ "color": {
62
+ "type": "object",
63
+ "properties": {
64
+ "data": {
65
+ "type": "object",
66
+ "properties": {
67
+ "type": {
68
+ "type": "string",
69
+ "const": "colors",
70
+ "examples": [
71
+ "colors"
72
+ ]
73
+ },
74
+ "id": {
75
+ "type": "string",
76
+ "minLength": 26,
77
+ "maxLength": 26,
78
+ "minimum": 1,
79
+ "example": "01JSPG1XWZKRR3MC4HVB2DW72D",
80
+ "description": "The id of the color."
81
+ }
82
+ },
83
+ "required": [
84
+ "type",
85
+ "id"
86
+ ]
87
+ }
88
+ },
89
+ "required": [
90
+ "data"
91
+ ]
92
+ },
93
+ "icon": {
94
+ "type": "object",
95
+ "properties": {
96
+ "data": {
97
+ "type": "object",
98
+ "properties": {
99
+ "type": {
100
+ "type": "string",
101
+ "const": "icons",
102
+ "examples": [
103
+ "icons"
104
+ ]
105
+ },
106
+ "id": {
107
+ "type": "string",
108
+ "minLength": 26,
109
+ "maxLength": 26,
110
+ "minimum": 1,
111
+ "example": "01JSPG1XWZKRR3MC4HVB2DW72D",
112
+ "description": "The id of the icon."
113
+ }
114
+ },
115
+ "required": [
116
+ "type",
117
+ "id"
118
+ ]
119
+ }
120
+ },
121
+ "required": [
122
+ "data"
123
+ ]
124
+ },
125
+ "readAccessGroups": {
126
+ "type": "object",
127
+ "properties": {
128
+ "data": {
129
+ "type": "array",
130
+ "items": {
131
+ "type": "object",
132
+ "properties": {
133
+ "type": {
134
+ "type": "string",
135
+ "const": "access-groups",
136
+ "examples": [
137
+ "access-groups"
138
+ ]
139
+ },
140
+ "id": {
141
+ "type": "string",
142
+ "minLength": 26,
143
+ "maxLength": 26,
144
+ "minimum": 1,
145
+ "example": "01JSPG1XWZKRR3MC4HVB2DW72D",
146
+ "description": "The id of the access group."
147
+ }
148
+ },
149
+ "required": [
150
+ "type",
151
+ "id"
152
+ ]
153
+ }
154
+ }
155
+ },
156
+ "required": [
157
+ "data"
158
+ ]
159
+ },
160
+ "writeAccessGroups": {
161
+ "type": "object",
162
+ "properties": {
163
+ "data": {
164
+ "type": "array",
165
+ "items": {
166
+ "type": "object",
167
+ "properties": {
168
+ "type": {
169
+ "type": "string",
170
+ "const": "access-groups",
171
+ "examples": [
172
+ "access-groups"
173
+ ]
174
+ },
175
+ "id": {
176
+ "type": "string",
177
+ "minLength": 26,
178
+ "maxLength": 26,
179
+ "minimum": 1,
180
+ "example": "01JSPG1XWZKRR3MC4HVB2DW72D",
181
+ "description": "The id of the access group."
182
+ }
183
+ },
184
+ "required": [
185
+ "type",
186
+ "id"
187
+ ]
188
+ }
189
+ }
190
+ },
191
+ "required": [
192
+ "data"
193
+ ]
194
+ }
195
+ },
196
+ "required": [
197
+ "color",
198
+ "icon"
199
+ ]
200
+ }
201
+ },
202
+ "required": [
203
+ "type",
204
+ "id",
205
+ "attributes",
206
+ "relationships"
207
+ ]
208
+ }
209
+ },
210
+ "required": [
211
+ "data"
212
+ ]
213
+ }