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,107 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionGroup",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-group-restrictions",
12
+ "examples": [
13
+ "data-source-field-option-group-restrictions"
14
+ ]
15
+ },
16
+ "id": {
17
+ "type": "string",
18
+ "minimum": 1,
19
+ "minLength": 1
20
+ },
21
+ "attributes": {
22
+ "type": "object",
23
+ "properties": {
24
+ "fieldOptionId": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "example": "1"
28
+ }
29
+ },
30
+ "required": []
31
+ },
32
+ "relationships": {
33
+ "type": "object",
34
+ "properties": {
35
+ "field": {
36
+ "type": "object",
37
+ "properties": {
38
+ "data": {
39
+ "type": "object",
40
+ "properties": {
41
+ "type": {
42
+ "type": "string",
43
+ "const": "data-source-fields",
44
+ "examples": [
45
+ "data-source-fields"
46
+ ]
47
+ },
48
+ "id": {
49
+ "type": "string",
50
+ "minLength": 1,
51
+ "description": "The id of the data-source-fields."
52
+ }
53
+ },
54
+ "required": [
55
+ "type",
56
+ "id"
57
+ ]
58
+ }
59
+ },
60
+ "required": [
61
+ "data"
62
+ ]
63
+ },
64
+ "fieldOptionGroup": {
65
+ "type": "object",
66
+ "properties": {
67
+ "data": {
68
+ "type": "object",
69
+ "properties": {
70
+ "type": {
71
+ "type": "string",
72
+ "const": "data-source-field-option-groups",
73
+ "examples": [
74
+ "data-source-field-option-groups"
75
+ ]
76
+ },
77
+ "id": {
78
+ "type": "string",
79
+ "minLength": 1,
80
+ "description": "The id of the data-source-field-option-groups."
81
+ }
82
+ },
83
+ "required": [
84
+ "type",
85
+ "id"
86
+ ]
87
+ }
88
+ },
89
+ "required": [
90
+ "data"
91
+ ]
92
+ }
93
+ },
94
+ "required": []
95
+ }
96
+ },
97
+ "required": [
98
+ "type",
99
+ "id",
100
+ "attributes"
101
+ ]
102
+ }
103
+ },
104
+ "required": [
105
+ "data"
106
+ ]
107
+ }
@@ -0,0 +1,107 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionGroup",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-group-restrictions",
12
+ "examples": [
13
+ "data-source-field-option-group-restrictions"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "fieldOptionId": {
20
+ "type": "string",
21
+ "minLength": 1,
22
+ "example": "1"
23
+ }
24
+ },
25
+ "required": [
26
+ "fieldOptionId"
27
+ ]
28
+ },
29
+ "relationships": {
30
+ "type": "object",
31
+ "properties": {
32
+ "field": {
33
+ "type": "object",
34
+ "properties": {
35
+ "data": {
36
+ "type": "object",
37
+ "properties": {
38
+ "type": {
39
+ "type": "string",
40
+ "const": "data-source-fields",
41
+ "examples": [
42
+ "data-source-fields"
43
+ ]
44
+ },
45
+ "id": {
46
+ "type": "string",
47
+ "minLength": 1,
48
+ "description": "The id of the data-source-fields."
49
+ }
50
+ },
51
+ "required": [
52
+ "type",
53
+ "id"
54
+ ]
55
+ }
56
+ },
57
+ "required": [
58
+ "data"
59
+ ]
60
+ },
61
+ "fieldOptionGroup": {
62
+ "type": "object",
63
+ "properties": {
64
+ "data": {
65
+ "type": "object",
66
+ "properties": {
67
+ "type": {
68
+ "type": "string",
69
+ "const": "data-source-field-option-groups",
70
+ "examples": [
71
+ "data-source-field-option-groups"
72
+ ]
73
+ },
74
+ "id": {
75
+ "type": "string",
76
+ "minLength": 1,
77
+ "description": "The id of the data-source-field-option-groups."
78
+ }
79
+ },
80
+ "required": [
81
+ "type",
82
+ "id"
83
+ ]
84
+ }
85
+ },
86
+ "required": [
87
+ "data"
88
+ ]
89
+ }
90
+ },
91
+ "required": [
92
+ "field",
93
+ "fieldOptionGroup"
94
+ ]
95
+ }
96
+ },
97
+ "required": [
98
+ "type",
99
+ "attributes",
100
+ "relationships"
101
+ ]
102
+ }
103
+ },
104
+ "required": [
105
+ "data"
106
+ ]
107
+ }
@@ -0,0 +1,88 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionGroup",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-groups",
12
+ "examples": [
13
+ "data-source-field-option-groups"
14
+ ]
15
+ },
16
+ "id": {
17
+ "type": "string",
18
+ "minimum": 1,
19
+ "minLength": 1
20
+ },
21
+ "attributes": {
22
+ "type": "object",
23
+ "properties": {
24
+ "labelDe": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "example": "NameDe"
28
+ },
29
+ "labelEn": {
30
+ "type": "string",
31
+ "minLength": 1,
32
+ "example": "NameEn"
33
+ },
34
+ "fieldOptionsJson": {
35
+ "type": "string",
36
+ "minLength": 3,
37
+ "example": "[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"]"
38
+ }
39
+ },
40
+ "required": []
41
+ },
42
+ "relationships": {
43
+ "type": "object",
44
+ "properties": {
45
+ "field": {
46
+ "type": "object",
47
+ "properties": {
48
+ "data": {
49
+ "type": "object",
50
+ "properties": {
51
+ "type": {
52
+ "type": "string",
53
+ "const": "data-source-fields",
54
+ "examples": [
55
+ "data-source-fields"
56
+ ]
57
+ },
58
+ "id": {
59
+ "type": "string",
60
+ "minLength": 1,
61
+ "description": "The id of the data-source-fields."
62
+ }
63
+ },
64
+ "required": [
65
+ "type",
66
+ "id"
67
+ ]
68
+ }
69
+ },
70
+ "required": [
71
+ "data"
72
+ ]
73
+ }
74
+ },
75
+ "required": []
76
+ }
77
+ },
78
+ "required": [
79
+ "type",
80
+ "id",
81
+ "attributes"
82
+ ]
83
+ }
84
+ },
85
+ "required": [
86
+ "data"
87
+ ]
88
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionGroup",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-groups",
12
+ "examples": [
13
+ "data-source-field-option-groups"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "labelDe": {
20
+ "type": "string",
21
+ "minLength": 1,
22
+ "example": "NameDe"
23
+ },
24
+ "labelEn": {
25
+ "type": "string",
26
+ "minLength": 1,
27
+ "example": "NameEn"
28
+ },
29
+ "fieldOptionsJson": {
30
+ "type": "string",
31
+ "minLength": 3,
32
+ "example": "[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\"]"
33
+ }
34
+ },
35
+ "required": [
36
+ "labelDe",
37
+ "labelEn",
38
+ "fieldOptionsJson"
39
+ ]
40
+ },
41
+ "relationships": {
42
+ "type": "object",
43
+ "properties": {
44
+ "field": {
45
+ "type": "object",
46
+ "properties": {
47
+ "data": {
48
+ "type": "object",
49
+ "properties": {
50
+ "type": {
51
+ "type": "string",
52
+ "const": "data-source-fields",
53
+ "examples": [
54
+ "data-source-fields"
55
+ ]
56
+ },
57
+ "id": {
58
+ "type": "string",
59
+ "minLength": 1,
60
+ "description": "The id of the data-source-fields."
61
+ }
62
+ },
63
+ "required": [
64
+ "type",
65
+ "id"
66
+ ]
67
+ }
68
+ },
69
+ "required": [
70
+ "data"
71
+ ]
72
+ }
73
+ },
74
+ "required": [
75
+ "field"
76
+ ]
77
+ }
78
+ },
79
+ "required": [
80
+ "type",
81
+ "attributes",
82
+ "relationships"
83
+ ]
84
+ }
85
+ },
86
+ "required": [
87
+ "data"
88
+ ]
89
+ }
@@ -0,0 +1,54 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionValue",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-values",
12
+ "examples": [
13
+ "data-source-field-option-values"
14
+ ]
15
+ },
16
+ "id": {
17
+ "type": "string",
18
+ "minimum": 1,
19
+ "minLength": 1,
20
+ "example": "1"
21
+ },
22
+ "attributes": {
23
+ "type": "object",
24
+ "properties": {
25
+ "labelDe": {
26
+ "type": "string",
27
+ "minLength": 1,
28
+ "example": "NameDe"
29
+ },
30
+ "labelEn": {
31
+ "type": "string",
32
+ "minLength": 1,
33
+ "example": "NameEn"
34
+ },
35
+ "position": {
36
+ "type": "integer",
37
+ "minLength": 1,
38
+ "example": 1
39
+ }
40
+ },
41
+ "required": []
42
+ }
43
+ },
44
+ "required": [
45
+ "type",
46
+ "id",
47
+ "attributes"
48
+ ]
49
+ }
50
+ },
51
+ "required": [
52
+ "data"
53
+ ]
54
+ }
@@ -0,0 +1,87 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "DataSourceFieldOptionValue",
4
+ "type": "object",
5
+ "properties": {
6
+ "data": {
7
+ "type": "object",
8
+ "properties": {
9
+ "type": {
10
+ "type": "string",
11
+ "const": "data-source-field-option-values",
12
+ "examples": [
13
+ "data-source-field-option-values"
14
+ ]
15
+ },
16
+ "attributes": {
17
+ "type": "object",
18
+ "properties": {
19
+ "labelDe": {
20
+ "type": "string",
21
+ "minLength": 1
22
+ },
23
+ "labelEn": {
24
+ "type": "string",
25
+ "minLength": 1
26
+ },
27
+ "position": {
28
+ "type": "integer",
29
+ "minLength": 1
30
+ }
31
+ },
32
+ "required": [
33
+ "labelDe",
34
+ "labelEn"
35
+ ]
36
+ },
37
+ "relationships": {
38
+ "type": "object",
39
+ "properties": {
40
+ "dataSourceField": {
41
+ "type": "object",
42
+ "properties": {
43
+ "data": {
44
+ "type": "object",
45
+ "properties": {
46
+ "type": {
47
+ "type": "string",
48
+ "const": "data-source-fields",
49
+ "examples": [
50
+ "data-source-fields"
51
+ ]
52
+ },
53
+ "id": {
54
+ "type": "string",
55
+ "minLength": 1,
56
+ "maxLength": 20,
57
+ "minimum": 1,
58
+ "example": "10",
59
+ "description": "The id of the data source field."
60
+ }
61
+ },
62
+ "required": [
63
+ "type",
64
+ "id"
65
+ ]
66
+ }
67
+ },
68
+ "required": [
69
+ "data"
70
+ ]
71
+ }
72
+ },
73
+ "required": [
74
+ "dataSourceField"
75
+ ]
76
+ }
77
+ },
78
+ "required": [
79
+ "type",
80
+ "attributes"
81
+ ]
82
+ }
83
+ },
84
+ "required": [
85
+ "data"
86
+ ]
87
+ }