@twin.org/standards-gaia-x 0.0.2-next.9 → 0.0.3-next.10

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 (61) hide show
  1. package/dist/es/dataTypes/gaiaXDataTypes.js +56 -0
  2. package/dist/es/dataTypes/gaiaXDataTypes.js.map +1 -0
  3. package/dist/es/index.js +14 -0
  4. package/dist/es/index.js.map +1 -0
  5. package/dist/es/models/IGaiaXAddress.js +2 -0
  6. package/dist/es/models/IGaiaXAddress.js.map +1 -0
  7. package/dist/es/models/IGaiaXDataExchangeComponent.js +2 -0
  8. package/dist/es/models/IGaiaXDataExchangeComponent.js.map +1 -0
  9. package/dist/es/models/IGaiaXDataResource.js +2 -0
  10. package/dist/es/models/IGaiaXDataResource.js.map +1 -0
  11. package/dist/es/models/IGaiaXEndpoint.js +2 -0
  12. package/dist/es/models/IGaiaXEndpoint.js.map +1 -0
  13. package/dist/es/models/IGaiaXEntity.js +2 -0
  14. package/dist/es/models/IGaiaXEntity.js.map +1 -0
  15. package/dist/es/models/IGaiaXLegalPerson.js +2 -0
  16. package/dist/es/models/IGaiaXLegalPerson.js.map +1 -0
  17. package/dist/es/models/IGaiaXRegistrationNumber.js +2 -0
  18. package/dist/es/models/IGaiaXRegistrationNumber.js.map +1 -0
  19. package/dist/es/models/IGaiaXServiceOffering.js +2 -0
  20. package/dist/es/models/IGaiaXServiceOffering.js.map +1 -0
  21. package/dist/es/models/gaiaXContextType.js +2 -0
  22. package/dist/es/models/gaiaXContextType.js.map +1 -0
  23. package/dist/es/models/gaiaXContexts.js +13 -0
  24. package/dist/es/models/gaiaXContexts.js.map +1 -0
  25. package/dist/es/models/gaiaXTypes.js +61 -0
  26. package/dist/es/models/gaiaXTypes.js.map +1 -0
  27. package/dist/es/schemas/Address.json +115 -0
  28. package/dist/es/schemas/DataExchangeComponent.json +164 -0
  29. package/dist/es/schemas/DataResource.json +325 -0
  30. package/dist/es/schemas/Endpoint.json +120 -0
  31. package/dist/es/schemas/LegalPerson.json +403 -0
  32. package/dist/es/schemas/RegistrationNumber.json +152 -0
  33. package/dist/es/schemas/ServiceOffering.json +425 -0
  34. package/dist/types/index.d.ts +11 -11
  35. package/dist/types/models/{IAddress.d.ts → IGaiaXAddress.d.ts} +2 -2
  36. package/dist/types/models/{IDataExchangeComponent.d.ts → IGaiaXDataExchangeComponent.d.ts} +3 -3
  37. package/dist/types/models/{IDataResource.d.ts → IGaiaXDataResource.d.ts} +11 -10
  38. package/dist/types/models/{IEndpoint.d.ts → IGaiaXEndpoint.d.ts} +2 -2
  39. package/dist/types/models/IGaiaXEntity.d.ts +1 -1
  40. package/dist/types/models/{ILegalPerson.d.ts → IGaiaXLegalPerson.d.ts} +8 -8
  41. package/dist/types/models/{IRegistrationNumber.d.ts → IGaiaXRegistrationNumber.d.ts} +2 -2
  42. package/dist/types/models/{IServiceOffering.d.ts → IGaiaXServiceOffering.d.ts} +11 -10
  43. package/dist/types/models/gaiaXContextType.d.ts +1 -1
  44. package/dist/types/models/gaiaXContexts.d.ts +1 -5
  45. package/docs/changelog.md +223 -0
  46. package/docs/reference/index.md +7 -7
  47. package/docs/reference/interfaces/IGaiaXAddress.md +28 -0
  48. package/docs/reference/interfaces/IGaiaXDataExchangeComponent.md +32 -0
  49. package/docs/reference/interfaces/{IDataResource.md → IGaiaXDataResource.md} +6 -6
  50. package/docs/reference/interfaces/IGaiaXEndpoint.md +44 -0
  51. package/docs/reference/interfaces/{ILegalPerson.md → IGaiaXLegalPerson.md} +5 -5
  52. package/docs/reference/interfaces/{IRegistrationNumber.md → IGaiaXRegistrationNumber.md} +2 -2
  53. package/docs/reference/interfaces/IGaiaXServiceOffering.md +101 -0
  54. package/docs/reference/variables/GaiaXContexts.md +1 -7
  55. package/package.json +22 -9
  56. package/dist/cjs/index.cjs +0 -1935
  57. package/dist/esm/index.mjs +0 -1931
  58. package/docs/reference/interfaces/IAddress.md +0 -28
  59. package/docs/reference/interfaces/IDataExchangeComponent.md +0 -32
  60. package/docs/reference/interfaces/IEndpoint.md +0 -44
  61. package/docs/reference/interfaces/IServiceOffering.md +0 -101
@@ -5,11 +5,7 @@ export declare const GaiaXContexts: {
5
5
  /**
6
6
  * The Gaia-X LD Context
7
7
  */
8
- readonly ContextRoot: "https://w3id.org/gaia-x/development";
9
- /**
10
- * The Gaia-X custom context.
11
- */
12
- readonly TwinContext: "https://schema.twindev.org/gaia-x";
8
+ readonly ContextRoot: "https://schema.twindev.org/gaia-x-loire/";
13
9
  };
14
10
  /**
15
11
  * The LD Contexts concerning Gaia-X.
package/docs/changelog.md CHANGED
@@ -1,5 +1,228 @@
1
1
  # @twin.org/standards-gaia-x - Changelog
2
2
 
3
+ ## [0.0.3-next.10](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.9...standards-gaia-x-v0.0.3-next.10) (2026-01-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-gaia-x:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.9 to 0.0.3-next.10
16
+
17
+ ## [0.0.3-next.9](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.8...standards-gaia-x-v0.0.3-next.9) (2026-01-09)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **standards-gaia-x:** Synchronize repo versions
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.8 to 0.0.3-next.9
30
+
31
+ ## [0.0.3-next.8](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.7...standards-gaia-x-v0.0.3-next.8) (2026-01-08)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * **standards-gaia-x:** Synchronize repo versions
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.7 to 0.0.3-next.8
44
+
45
+ ## [0.0.3-next.7](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.6...standards-gaia-x-v0.0.3-next.7) (2026-01-06)
46
+
47
+
48
+ ### Features
49
+
50
+ * update type names ([#89](https://github.com/twinfoundation/standards/issues/89)) ([6fdef47](https://github.com/twinfoundation/standards/commit/6fdef4792151f89d1a95a07da8309d05a7b6de3d))
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.6 to 0.0.3-next.7
58
+
59
+ ## [0.0.3-next.6](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.5...standards-gaia-x-v0.0.3-next.6) (2025-12-03)
60
+
61
+
62
+ ### Miscellaneous Chores
63
+
64
+ * **standards-gaia-x:** Synchronize repo versions
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.5 to 0.0.3-next.6
72
+
73
+ ## [0.0.3-next.5](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.4...standards-gaia-x-v0.0.3-next.5) (2025-11-28)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **standards-gaia-x:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.4 to 0.0.3-next.5
86
+
87
+ ## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.3...standards-gaia-x-v0.0.3-next.4) (2025-11-18)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **standards-gaia-x:** Synchronize repo versions
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.3 to 0.0.3-next.4
100
+
101
+ ## [0.0.3-next.3](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.2...standards-gaia-x-v0.0.3-next.3) (2025-11-18)
102
+
103
+
104
+ ### Miscellaneous Chores
105
+
106
+ * **standards-gaia-x:** Synchronize repo versions
107
+
108
+
109
+ ### Dependencies
110
+
111
+ * The following workspace dependencies were updated
112
+ * dependencies
113
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.2 to 0.0.3-next.3
114
+
115
+ ## [0.0.3-next.2](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.1...standards-gaia-x-v0.0.3-next.2) (2025-11-11)
116
+
117
+
118
+ ### Features
119
+
120
+ * update schemas ([c3c11e0](https://github.com/twinfoundation/standards/commit/c3c11e07da6c0d3eac5ea4a68e3ad57f022b2351))
121
+
122
+
123
+ ### Dependencies
124
+
125
+ * The following workspace dependencies were updated
126
+ * dependencies
127
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.1 to 0.0.3-next.2
128
+
129
+ ## [0.0.3-next.1](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.3-next.0...standards-gaia-x-v0.0.3-next.1) (2025-11-10)
130
+
131
+
132
+ ### Features
133
+
134
+ * add context id features ([#64](https://github.com/twinfoundation/standards/issues/64)) ([e68bb87](https://github.com/twinfoundation/standards/commit/e68bb87a215f3c3956cfd6400a5e1e2a16256085))
135
+ * add gaia-x schemas ([54c48df](https://github.com/twinfoundation/standards/commit/54c48df8c3eb0ce74d9b9a887ea81c10110fce76))
136
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
137
+ * align Data Resource and Service Offering definition (ODRL polic… ([#27](https://github.com/twinfoundation/standards/issues/27)) ([20797be](https://github.com/twinfoundation/standards/commit/20797beff059c6fb253401d49b654cd7a57762d5))
138
+ * eslint migration to flat config ([648c1a1](https://github.com/twinfoundation/standards/commit/648c1a1e69d99b6b0cf69358ec6bdeecdbe3a5ea))
139
+ * Extend Gaia-X types to support Participant specification variants ([#9](https://github.com/twinfoundation/standards/issues/9)) ([2df9641](https://github.com/twinfoundation/standards/commit/2df9641946fe27f916721978ca807002398c4199))
140
+ * inline context types in schemas ([11f8377](https://github.com/twinfoundation/standards/commit/11f8377b129d459a4596ff30a86651beacd7f743))
141
+ * normalise type outputs ([0b3aed7](https://github.com/twinfoundation/standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
142
+ * update framework core ([58c0c3d](https://github.com/twinfoundation/standards/commit/58c0c3dd6cea0e4c2393dc0e3e1eb33a6d06f617))
143
+ * update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
144
+ * use full ODRL objects in gaia-x ([5d532cf](https://github.com/twinfoundation/standards/commit/5d532cf519810251407c755efd41385a6f348825))
145
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * gaia-X Legal Person. Removal of Participant ([#42](https://github.com/twinfoundation/standards/issues/42)) ([71e3b48](https://github.com/twinfoundation/standards/commit/71e3b48be2917ad58b55eb25c86cdcfa17d1291f))
151
+ * gaia-x pinned LD Context ([#59](https://github.com/twinfoundation/standards/issues/59)) ([7572616](https://github.com/twinfoundation/standards/commit/7572616a2e853e8f6f6234763e675edb96e54005))
152
+ * refine the LD Context of Gaia-X entities ([#24](https://github.com/twinfoundation/standards/issues/24)) ([151c7f9](https://github.com/twinfoundation/standards/commit/151c7f940c900daac6c98a6f89ea5f708b25a1bd))
153
+ * service offering endpoint is optional ([#56](https://github.com/twinfoundation/standards/issues/56)) ([788ae71](https://github.com/twinfoundation/standards/commit/788ae716052782f1e5361ba9e81c326b1b982494))
154
+
155
+
156
+ ### Dependencies
157
+
158
+ * The following workspace dependencies were updated
159
+ * dependencies
160
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.0 to 0.0.3-next.1
161
+
162
+ ## [0.0.2-next.16](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.15...standards-gaia-x-v0.0.2-next.16) (2025-10-09)
163
+
164
+
165
+ ### Miscellaneous Chores
166
+
167
+ * **standards-gaia-x:** Synchronize repo versions
168
+
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * dependencies
174
+ * @twin.org/standards-w3c-odrl bumped from 0.0.2-next.15 to 0.0.2-next.16
175
+
176
+ ## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.14...standards-gaia-x-v0.0.2-next.15) (2025-10-09)
177
+
178
+
179
+ ### Features
180
+
181
+ * add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
182
+ * use full ODRL objects in gaia-x ([5d532cf](https://github.com/twinfoundation/standards/commit/5d532cf519810251407c755efd41385a6f348825))
183
+
184
+
185
+ ### Dependencies
186
+
187
+ * The following workspace dependencies were updated
188
+ * dependencies
189
+ * @twin.org/standards-w3c-odrl bumped from 0.0.2-next.14 to 0.0.2-next.15
190
+
191
+ ## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.13...standards-gaia-x-v0.0.2-next.14) (2025-10-02)
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * gaia-x pinned LD Context ([#59](https://github.com/twinfoundation/standards/issues/59)) ([7572616](https://github.com/twinfoundation/standards/commit/7572616a2e853e8f6f6234763e675edb96e54005))
197
+
198
+ ## [0.0.2-next.13](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.12...standards-gaia-x-v0.0.2-next.13) (2025-09-22)
199
+
200
+
201
+ ### Bug Fixes
202
+
203
+ * service offering endpoint is optional ([#56](https://github.com/twinfoundation/standards/issues/56)) ([788ae71](https://github.com/twinfoundation/standards/commit/788ae716052782f1e5361ba9e81c326b1b982494))
204
+
205
+ ## [0.0.2-next.12](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.11...standards-gaia-x-v0.0.2-next.12) (2025-09-16)
206
+
207
+
208
+ ### Features
209
+
210
+ * inline context types in schemas ([11f8377](https://github.com/twinfoundation/standards/commit/11f8377b129d459a4596ff30a86651beacd7f743))
211
+
212
+ ## [0.0.2-next.11](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.10...standards-gaia-x-v0.0.2-next.11) (2025-09-16)
213
+
214
+
215
+ ### Miscellaneous Chores
216
+
217
+ * **standards-gaia-x:** Synchronize repo versions
218
+
219
+ ## [0.0.2-next.10](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.9...standards-gaia-x-v0.0.2-next.10) (2025-09-16)
220
+
221
+
222
+ ### Miscellaneous Chores
223
+
224
+ * **standards-gaia-x:** Synchronize repo versions
225
+
3
226
  ## [0.0.2-next.9](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.8...standards-gaia-x-v0.0.2-next.9) (2025-09-15)
4
227
 
5
228
 
@@ -6,13 +6,13 @@
6
6
 
7
7
  ## Interfaces
8
8
 
9
- - [IAddress](interfaces/IAddress.md)
10
- - [IDataExchangeComponent](interfaces/IDataExchangeComponent.md)
11
- - [IDataResource](interfaces/IDataResource.md)
12
- - [IEndpoint](interfaces/IEndpoint.md)
13
- - [ILegalPerson](interfaces/ILegalPerson.md)
14
- - [IRegistrationNumber](interfaces/IRegistrationNumber.md)
15
- - [IServiceOffering](interfaces/IServiceOffering.md)
9
+ - [IGaiaXAddress](interfaces/IGaiaXAddress.md)
10
+ - [IGaiaXDataExchangeComponent](interfaces/IGaiaXDataExchangeComponent.md)
11
+ - [IGaiaXDataResource](interfaces/IGaiaXDataResource.md)
12
+ - [IGaiaXEndpoint](interfaces/IGaiaXEndpoint.md)
13
+ - [IGaiaXLegalPerson](interfaces/IGaiaXLegalPerson.md)
14
+ - [IGaiaXRegistrationNumber](interfaces/IGaiaXRegistrationNumber.md)
15
+ - [IGaiaXServiceOffering](interfaces/IGaiaXServiceOffering.md)
16
16
 
17
17
  ## Type Aliases
18
18
 
@@ -0,0 +1,28 @@
1
+ # Interface: IGaiaXAddress
2
+
3
+ Address as defined by Gaia-X
4
+ https://docs.gaia-x.eu/ontology/development/classes/Address/
5
+
6
+ ## Extends
7
+
8
+ - `IJsonLdNodeObject`
9
+
10
+ ## Indexable
11
+
12
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
13
+
14
+ ## Properties
15
+
16
+ ### type
17
+
18
+ > **type**: `"Address"` \| `undefined`
19
+
20
+ JSON-LD @ type. In this case it is allowed to be omitted as it is usually a child node.
21
+
22
+ ***
23
+
24
+ ### countryCode
25
+
26
+ > **countryCode**: `string` \| `number`
27
+
28
+ Country code in ISO 3166-1 alpha2, alpha-3 or numeric format
@@ -0,0 +1,32 @@
1
+ # Interface: IGaiaXDataExchangeComponent
2
+
3
+ Data Exchange component as defined by Gaia-X
4
+ https://docs.gaia-x.eu/ontology/development/classes/DataExchangeComponent
5
+
6
+ ## Extends
7
+
8
+ - `IJsonLdNodeObject`
9
+
10
+ ## Indexable
11
+
12
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
13
+
14
+ ## Properties
15
+
16
+ ### @context
17
+
18
+ > **@context**: [`GaiaXContextType`](../type-aliases/GaiaXContextType.md)
19
+
20
+ The LD Context
21
+
22
+ #### Overrides
23
+
24
+ `IJsonLdNodeObject.@context`
25
+
26
+ ***
27
+
28
+ ### type
29
+
30
+ > **type**: `"DataExchangeComponent"` \| \[`"DataExchangeComponent"`, `...string[]`\]
31
+
32
+ The type of JSON-LD node
@@ -1,4 +1,4 @@
1
- # Interface: IDataResource
1
+ # Interface: IGaiaXDataResource
2
2
 
3
3
  A Data Resource as defined by Gaia-X.
4
4
  See also W3C DCAT Dataset https://www.w3.org/TR/vocab-dcat-3/.
@@ -9,7 +9,7 @@ See also W3C DCAT Dataset https://www.w3.org/TR/vocab-dcat-3/.
9
9
 
10
10
  ## Indexable
11
11
 
12
- \[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \}
12
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
13
13
 
14
14
  ## Properties
15
15
 
@@ -59,7 +59,7 @@ The Resource Name
59
59
 
60
60
  ### exposedThrough
61
61
 
62
- > **exposedThrough**: `string` \| [`IDataExchangeComponent`](IDataExchangeComponent.md) \| `IJsonLdNodeObject` & `object`
62
+ > **exposedThrough**: `string` \| [`IGaiaXDataExchangeComponent`](IGaiaXDataExchangeComponent.md) \| `IJsonLdNodeObject` & `object`
63
63
 
64
64
  Exposed through a Data Exchange Component.
65
65
  'string' in case just an Id pointing to the Data Exchange Component is supplied
@@ -69,7 +69,7 @@ the third case covers the idiom where a JSON-LD Node is supplied with id and typ
69
69
 
70
70
  ### producedBy
71
71
 
72
- > **producedBy**: `string` \| [`ILegalPerson`](ILegalPerson.md)
72
+ > **producedBy**: `string` \| [`IGaiaXLegalPerson`](IGaiaXLegalPerson.md)
73
73
 
74
74
  Who is the data producer
75
75
 
@@ -85,7 +85,7 @@ Pointer (URL) to the license
85
85
 
86
86
  ### copyrightOwnedBy
87
87
 
88
- > **copyrightOwnedBy**: `string` \| [`ILegalPerson`](ILegalPerson.md)
88
+ > **copyrightOwnedBy**: `string` \| [`IGaiaXLegalPerson`](IGaiaXLegalPerson.md)
89
89
 
90
90
  Copyright owner
91
91
 
@@ -93,7 +93,7 @@ Copyright owner
93
93
 
94
94
  ### resourcePolicy
95
95
 
96
- > **resourcePolicy**: `ObjectOrArray`\<`IJsonLdNodeObject`\>
96
+ > **resourcePolicy**: `ObjectOrArray`\<`IOdrlPolicy`\>
97
97
 
98
98
  ODRL Policy
99
99
 
@@ -0,0 +1,44 @@
1
+ # Interface: IGaiaXEndpoint
2
+
3
+ Endpoint as defined by the Gaia-X ontology.
4
+ https://docs.gaia-x.eu/ontology/development/classes/Endpoint
5
+
6
+ ## Extends
7
+
8
+ - `IJsonLdNodeObject`
9
+
10
+ ## Indexable
11
+
12
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
13
+
14
+ ## Properties
15
+
16
+ ### type
17
+
18
+ > **type**: `"Endpoint"` \| `undefined`
19
+
20
+ The type of JSON-LD node. In this case it is allowed to be omitted as it is usually a child node.
21
+
22
+ ***
23
+
24
+ ### endpointURL
25
+
26
+ > **endpointURL**: `string`
27
+
28
+ The endpoint URL
29
+
30
+ ***
31
+
32
+ ### formalDescription?
33
+
34
+ > `optional` **formalDescription**: `string`
35
+
36
+ The formal description
37
+
38
+ ***
39
+
40
+ ### standardConformity?
41
+
42
+ > `optional` **standardConformity**: `IJsonLdNodeObject`
43
+
44
+ Standards conformity
@@ -1,4 +1,4 @@
1
- # Interface: ILegalPerson
1
+ # Interface: IGaiaXLegalPerson
2
2
 
3
3
  A Legal Person as defined by Gaia-X.
4
4
 
@@ -12,7 +12,7 @@ https://docs.gaia-x.eu/ontology/development/classes/LegalPerson/.
12
12
 
13
13
  ## Indexable
14
14
 
15
- \[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \}
15
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
16
16
 
17
17
  ## Properties
18
18
 
@@ -74,7 +74,7 @@ JSON-LD type.
74
74
 
75
75
  ### registrationNumber
76
76
 
77
- > **registrationNumber**: [`IRegistrationNumber`](IRegistrationNumber.md)
77
+ > **registrationNumber**: [`IGaiaXRegistrationNumber`](IGaiaXRegistrationNumber.md)
78
78
 
79
79
  The legal registration number.
80
80
 
@@ -94,7 +94,7 @@ The legal name.
94
94
 
95
95
  ### legalAddress
96
96
 
97
- > **legalAddress**: [`IAddress`](IAddress.md)
97
+ > **legalAddress**: [`IGaiaXAddress`](IGaiaXAddress.md)
98
98
 
99
99
  Legal Address
100
100
 
@@ -106,7 +106,7 @@ https://docs.gaia-x.eu/ontology/development/slots/legalAddress/
106
106
 
107
107
  ### headquartersAddress?
108
108
 
109
- > `optional` **headquartersAddress**: [`IAddress`](IAddress.md)
109
+ > `optional` **headquartersAddress**: [`IGaiaXAddress`](IGaiaXAddress.md)
110
110
 
111
111
  Headquarters address.
112
112
 
@@ -1,4 +1,4 @@
1
- # Interface: IRegistrationNumber
1
+ # Interface: IGaiaXRegistrationNumber
2
2
 
3
3
  Registration Number as defined by the Gaia-X ontology.
4
4
  https://docs.gaia-x.eu/ontology/development/classes/RegistrationNumber/
@@ -9,7 +9,7 @@ https://docs.gaia-x.eu/ontology/development/classes/RegistrationNumber/
9
9
 
10
10
  ## Indexable
11
11
 
12
- \[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `IJsonLdContextDefinition` \| `string`[] \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \}
12
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
13
13
 
14
14
  ## Properties
15
15
 
@@ -0,0 +1,101 @@
1
+ # Interface: IGaiaXServiceOffering
2
+
3
+ A Service offering
4
+
5
+ ## Extends
6
+
7
+ - `IGaiaXEntity`
8
+
9
+ ## Indexable
10
+
11
+ \[`key`: `string`\]: `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdNodeObject` \| `IJsonLdGraphObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdListObject` \| `IJsonLdSetObject` \| `IJsonLdNodePrimitive`[] \| `IJsonLdLanguageMap` \| `IJsonLdIndexMap` \| `IJsonLdNodeObject`[] \| `IJsonLdIdMap` \| `IJsonLdTypeMap` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdJsonObject` \| `IJsonLdJsonObject`[] \| \{\[`key`: `string`\]: `string`; \} \| `null` \| `undefined`
12
+
13
+ ## Properties
14
+
15
+ ### @context
16
+
17
+ > **@context**: [`GaiaXContextType`](../type-aliases/GaiaXContextType.md)
18
+
19
+ The LD context.
20
+
21
+ #### Inherited from
22
+
23
+ `IGaiaXEntity.@context`
24
+
25
+ ***
26
+
27
+ ### id
28
+
29
+ > **id**: `string`
30
+
31
+ The Id.
32
+
33
+ #### Inherited from
34
+
35
+ `IGaiaXEntity.id`
36
+
37
+ ***
38
+
39
+ ### description?
40
+
41
+ > `optional` **description**: `string`
42
+
43
+ Description of the Gaia-X entity.
44
+
45
+ #### Inherited from
46
+
47
+ `IGaiaXEntity.description`
48
+
49
+ ***
50
+
51
+ ### type
52
+
53
+ > **type**: `"ServiceOffering"`
54
+
55
+ Type
56
+
57
+ ***
58
+
59
+ ### name
60
+
61
+ > **name**: `string`
62
+
63
+ Name of the Service Offering.
64
+
65
+ #### Overrides
66
+
67
+ `IGaiaXEntity.name`
68
+
69
+ ***
70
+
71
+ ### providedBy
72
+
73
+ > **providedBy**: `string` \| [`IGaiaXLegalPerson`](IGaiaXLegalPerson.md) \| `IJsonLdNodeObject` & `object`
74
+
75
+ Participant that provides the offering
76
+
77
+ ***
78
+
79
+ ### servicePolicy
80
+
81
+ > **servicePolicy**: `ObjectOrArray`\<`IOdrlPolicy`\>
82
+
83
+ ODRL policy associated to the service offering
84
+
85
+ ***
86
+
87
+ ### aggregationOfResources?
88
+
89
+ > `optional` **aggregationOfResources**: `string`[] \| [`IGaiaXDataResource`](IGaiaXDataResource.md)[] \| `IJsonLdNodeObject` & `object`
90
+
91
+ Resources aggregated
92
+ It is supported different representations, inline,
93
+ by reference both providing the URI or a partial JSON-LD Node object
94
+
95
+ ***
96
+
97
+ ### endpoint?
98
+
99
+ > `optional` **endpoint**: [`IGaiaXEndpoint`](IGaiaXEndpoint.md)
100
+
101
+ The endpoint
@@ -8,12 +8,6 @@ The LD Contexts concerning Gaia-X.
8
8
 
9
9
  ### ContextRoot
10
10
 
11
- > `readonly` **ContextRoot**: `"https://w3id.org/gaia-x/development"` = `"https://w3id.org/gaia-x/development"`
11
+ > `readonly` **ContextRoot**: `"https://schema.twindev.org/gaia-x-loire/"` = `"https://schema.twindev.org/gaia-x-loire/"`
12
12
 
13
13
  The Gaia-X LD Context
14
-
15
- ### TwinContext
16
-
17
- > `readonly` **TwinContext**: `"https://schema.twindev.org/gaia-x"` = `"https://schema.twindev.org/gaia-x"`
18
-
19
- The Gaia-X custom context.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-gaia-x",
3
- "version": "0.0.2-next.9",
3
+ "version": "0.0.3-next.10",
4
4
  "description": "Models which define the structure of Gaia-x",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,24 +16,37 @@
16
16
  "dependencies": {
17
17
  "@twin.org/core": "next",
18
18
  "@twin.org/data-core": "next",
19
- "@twin.org/data-json-ld": "next"
19
+ "@twin.org/data-json-ld": "next",
20
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.10"
20
21
  },
21
- "main": "./dist/cjs/index.cjs",
22
- "module": "./dist/esm/index.mjs",
22
+ "main": "./dist/es/index.js",
23
23
  "types": "./dist/types/index.d.ts",
24
24
  "exports": {
25
25
  ".": {
26
26
  "types": "./dist/types/index.d.ts",
27
- "require": "./dist/cjs/index.cjs",
28
- "import": "./dist/esm/index.mjs"
27
+ "import": "./dist/es/index.js",
28
+ "default": "./dist/es/index.js"
29
29
  },
30
30
  "./locales/*.json": "./locales/*.json"
31
31
  },
32
32
  "files": [
33
- "dist/cjs",
34
- "dist/esm",
33
+ "dist/es",
35
34
  "dist/types",
36
35
  "locales",
37
36
  "docs"
38
- ]
37
+ ],
38
+ "keywords": [
39
+ "twin",
40
+ "trade",
41
+ "iota",
42
+ "framework",
43
+ "blockchain",
44
+ "standards",
45
+ "schema",
46
+ "specification"
47
+ ],
48
+ "bugs": {
49
+ "url": "git+https://github.com/twinfoundation/standards/issues"
50
+ },
51
+ "homepage": "https://twindev.org"
39
52
  }