@twin.org/standards-dataspace-protocol 0.0.3-next.55 → 0.0.3-next.57

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 (42) hide show
  1. package/dist/es/models/dcat3/IDataspaceProtocolDataServiceBase.js.map +1 -1
  2. package/dist/es/models/dcat3/IDataspaceProtocolDatasetBase.js.map +1 -1
  3. package/dist/es/models/dcat3/IDataspaceProtocolDistributionBase.js.map +1 -1
  4. package/dist/es/schemas/DataspaceProtocolAgreement.json +3 -3
  5. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +3 -3
  6. package/dist/es/schemas/DataspaceProtocolDataServiceBase.json +6 -12
  7. package/dist/es/schemas/DataspaceProtocolDatasetBase.json +12 -24
  8. package/dist/es/schemas/DataspaceProtocolDistributionBase.json +6 -12
  9. package/dist/es/schemas/DataspaceProtocolOfferBase.json +3 -3
  10. package/dist/es/schemas/DataspaceProtocolPolicy.json +4 -4
  11. package/dist/es/schemas/DataspaceProtocolSet.json +3 -3
  12. package/dist/types/models/dcat3/IDataspaceProtocolDataServiceBase.d.ts +2 -2
  13. package/dist/types/models/dcat3/IDataspaceProtocolDatasetBase.d.ts +4 -3
  14. package/dist/types/models/dcat3/IDataspaceProtocolDistributionBase.d.ts +2 -2
  15. package/docs/changelog.md +34 -0
  16. package/docs/reference/interfaces/IDataspaceProtocolAgreement.md +8 -8
  17. package/docs/reference/interfaces/IDataspaceProtocolCatalog.md +34 -34
  18. package/docs/reference/interfaces/IDataspaceProtocolCatalogBase.md +34 -34
  19. package/docs/reference/interfaces/IDataspaceProtocolCatalogError.md +1 -1
  20. package/docs/reference/interfaces/IDataspaceProtocolCatalogRequestMessage.md +1 -1
  21. package/docs/reference/interfaces/IDataspaceProtocolContractAgreementMessage.md +1 -1
  22. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationError.md +2 -2
  23. package/docs/reference/interfaces/IDataspaceProtocolContractNegotiationTerminationMessage.md +2 -2
  24. package/docs/reference/interfaces/IDataspaceProtocolContractOfferMessage.md +2 -2
  25. package/docs/reference/interfaces/IDataspaceProtocolContractRequestMessage.md +2 -2
  26. package/docs/reference/interfaces/IDataspaceProtocolDataAddress.md +2 -2
  27. package/docs/reference/interfaces/IDataspaceProtocolDataService.md +21 -21
  28. package/docs/reference/interfaces/IDataspaceProtocolDataServiceBase.md +21 -21
  29. package/docs/reference/interfaces/IDataspaceProtocolDataset.md +27 -27
  30. package/docs/reference/interfaces/IDataspaceProtocolDatasetBase.md +27 -27
  31. package/docs/reference/interfaces/IDataspaceProtocolDistribution.md +19 -19
  32. package/docs/reference/interfaces/IDataspaceProtocolDistributionBase.md +20 -20
  33. package/docs/reference/interfaces/IDataspaceProtocolOffer.md +9 -9
  34. package/docs/reference/interfaces/IDataspaceProtocolOfferBase.md +9 -9
  35. package/docs/reference/interfaces/IDataspaceProtocolPolicy.md +11 -11
  36. package/docs/reference/interfaces/IDataspaceProtocolSet.md +10 -10
  37. package/docs/reference/interfaces/IDataspaceProtocolTransferError.md +2 -2
  38. package/docs/reference/interfaces/IDataspaceProtocolTransferRequestMessage.md +1 -1
  39. package/docs/reference/interfaces/IDataspaceProtocolTransferStartMessage.md +1 -1
  40. package/docs/reference/interfaces/IDataspaceProtocolTransferSuspensionMessage.md +2 -2
  41. package/docs/reference/interfaces/IDataspaceProtocolTransferTerminationMessage.md +2 -2
  42. package/package.json +3 -3
@@ -65,7 +65,7 @@ REQUIRED per Eclipse Data Space Protocol.
65
65
 
66
66
  ### hasPolicy {#haspolicy}
67
67
 
68
- > **hasPolicy**: `ObjectOrArray`\<[`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)\>
68
+ > **hasPolicy**: [`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)[]
69
69
 
70
70
  Array of ODRL policies (Offers) as required by DS Protocol.
71
71
 
@@ -78,7 +78,7 @@ allows for future multi-offer support.
78
78
 
79
79
  ### distribution {#distribution}
80
80
 
81
- > **distribution**: `ObjectOrArray`\<[`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)\>
81
+ > **distribution**: [`IDataspaceProtocolDistributionBase`](IDataspaceProtocolDistributionBase.md)[]
82
82
 
83
83
  Distribution of the dataset.
84
84
  REQUIRED per Eclipse Data Space Protocol.
@@ -87,7 +87,7 @@ REQUIRED per Eclipse Data Space Protocol.
87
87
 
88
88
  ### dcterms:accrualPeriodicity? {#dctermsaccrualperiodicity}
89
89
 
90
- > `optional` **dcterms:accrualPeriodicity**: `string`
90
+ > `optional` **dcterms:accrualPeriodicity?**: `string`
91
91
 
92
92
  The frequency at which the dataset is published.
93
93
 
@@ -103,7 +103,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_frequency
103
103
 
104
104
  ### dcat:inSeries? {#dcatinseries}
105
105
 
106
- > `optional` **dcat:inSeries**: `string`
106
+ > `optional` **dcat:inSeries?**: `string`
107
107
 
108
108
  A dataset series of which the dataset is part.
109
109
 
@@ -119,7 +119,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_in_series
119
119
 
120
120
  ### dcterms:spatial? {#dctermsspatial}
121
121
 
122
- > `optional` **dcterms:spatial**: `string` \| `string`[] \| `IJsonLdNodeObject`
122
+ > `optional` **dcterms:spatial?**: `string` \| `string`[] \| `IJsonLdNodeObject`
123
123
 
124
124
  The geographical area covered by the dataset.
125
125
 
@@ -135,7 +135,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial
135
135
 
136
136
  ### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
137
137
 
138
- > `optional` **dcat:spatialResolutionInMeters**: `number`
138
+ > `optional` **dcat:spatialResolutionInMeters?**: `number`
139
139
 
140
140
  Minimum spatial separation resolvable in a dataset, measured in meters.
141
141
 
@@ -151,7 +151,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_spatial_resolution
151
151
 
152
152
  ### dcterms:temporal? {#dctermstemporal}
153
153
 
154
- > `optional` **dcterms:temporal**: `IDublinCorePeriodOfTime`
154
+ > `optional` **dcterms:temporal?**: `IDublinCorePeriodOfTime`
155
155
 
156
156
  The temporal period that the dataset covers.
157
157
 
@@ -167,7 +167,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal
167
167
 
168
168
  ### dcat:temporalResolution? {#dcattemporalresolution}
169
169
 
170
- > `optional` **dcat:temporalResolution**: `string`
170
+ > `optional` **dcat:temporalResolution?**: `string`
171
171
 
172
172
  Minimum time period resolvable in the dataset.
173
173
 
@@ -183,7 +183,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_temporal_resolution
183
183
 
184
184
  ### prov:wasGeneratedBy? {#provwasgeneratedby}
185
185
 
186
- > `optional` **prov:wasGeneratedBy**: `string` \| `IJsonLdNodeObject`
186
+ > `optional` **prov:wasGeneratedBy?**: `string` \| `IJsonLdNodeObject`
187
187
 
188
188
  An activity that generated, or provides the business context for, the creation of the dataset.
189
189
 
@@ -199,7 +199,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:dataset_was_generated_by
199
199
 
200
200
  ### dcterms:title? {#dctermstitle}
201
201
 
202
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
202
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
203
203
 
204
204
  A name given to the resource.
205
205
 
@@ -215,7 +215,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_title
215
215
 
216
216
  ### dcterms:description? {#dctermsdescription}
217
217
 
218
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
218
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
219
219
 
220
220
  A free-text account of the resource.
221
221
 
@@ -231,7 +231,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_description
231
231
 
232
232
  ### dcterms:identifier? {#dctermsidentifier}
233
233
 
234
- > `optional` **dcterms:identifier**: `ObjectOrArray`\<`string`\>
234
+ > `optional` **dcterms:identifier?**: `ObjectOrArray`\<`string`\>
235
235
 
236
236
  A unique identifier of the resource.
237
237
 
@@ -247,7 +247,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_identifier
247
247
 
248
248
  ### dcterms:issued? {#dctermsissued}
249
249
 
250
- > `optional` **dcterms:issued**: `string`
250
+ > `optional` **dcterms:issued?**: `string`
251
251
 
252
252
  Date of formal issuance (publication) of the resource.
253
253
 
@@ -263,7 +263,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_release_date
263
263
 
264
264
  ### dcterms:modified? {#dctermsmodified}
265
265
 
266
- > `optional` **dcterms:modified**: `string`
266
+ > `optional` **dcterms:modified?**: `string`
267
267
 
268
268
  Most recent date on which the resource was changed, updated or modified.
269
269
 
@@ -279,7 +279,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_update_date
279
279
 
280
280
  ### dcterms:language? {#dctermslanguage}
281
281
 
282
- > `optional` **dcterms:language**: `ObjectOrArray`\<`string`\>
282
+ > `optional` **dcterms:language?**: `ObjectOrArray`\<`string`\>
283
283
 
284
284
  A language of the resource.
285
285
 
@@ -295,7 +295,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
295
295
 
296
296
  ### dcterms:publisher? {#dctermspublisher}
297
297
 
298
- > `optional` **dcterms:publisher**: `string` \| `IFoafAgentWithAliases`
298
+ > `optional` **dcterms:publisher?**: `string` \| `IFoafAgentWithAliases`
299
299
 
300
300
  An entity responsible for making the resource available.
301
301
 
@@ -311,7 +311,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_publisher
311
311
 
312
312
  ### dcterms:creator? {#dctermscreator}
313
313
 
314
- > `optional` **dcterms:creator**: `string` \| `IFoafAgentWithAliases`
314
+ > `optional` **dcterms:creator?**: `string` \| `IFoafAgentWithAliases`
315
315
 
316
316
  An entity responsible for producing the resource.
317
317
 
@@ -327,7 +327,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_creator
327
327
 
328
328
  ### dcterms:accessRights? {#dctermsaccessrights}
329
329
 
330
- > `optional` **dcterms:accessRights**: `string` \| `IJsonLdNodeObject`
330
+ > `optional` **dcterms:accessRights?**: `string` \| `IJsonLdNodeObject`
331
331
 
332
332
  Information about who can access the resource or an indication of its security status.
333
333
 
@@ -343,7 +343,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_access_rights
343
343
 
344
344
  ### dcterms:license? {#dctermslicense}
345
345
 
346
- > `optional` **dcterms:license**: `string` \| `IJsonLdNodeObject`
346
+ > `optional` **dcterms:license?**: `string` \| `IJsonLdNodeObject`
347
347
 
348
348
  A legal document under which the resource is made available.
349
349
 
@@ -359,7 +359,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
359
359
 
360
360
  ### dcterms:rights? {#dctermsrights}
361
361
 
362
- > `optional` **dcterms:rights**: `string` \| `IJsonLdNodeObject`
362
+ > `optional` **dcterms:rights?**: `string` \| `IJsonLdNodeObject`
363
363
 
364
364
  Information about rights held in and over the resource.
365
365
 
@@ -375,7 +375,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_rights
375
375
 
376
376
  ### dcterms:conformsTo? {#dctermsconformsto}
377
377
 
378
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
378
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
379
379
 
380
380
  An established standard to which the resource conforms.
381
381
 
@@ -391,7 +391,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_conforms_to
391
391
 
392
392
  ### dcterms:type? {#dctermstype}
393
393
 
394
- > `optional` **dcterms:type**: `string`
394
+ > `optional` **dcterms:type?**: `string`
395
395
 
396
396
  The nature or genre of the resource.
397
397
 
@@ -407,7 +407,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_type
407
407
 
408
408
  ### dcat:contactPoint? {#dcatcontactpoint}
409
409
 
410
- > `optional` **dcat:contactPoint**: `string` \| `IJsonLdNodeObject`
410
+ > `optional` **dcat:contactPoint?**: `string` \| `IJsonLdNodeObject`
411
411
 
412
412
  Relevant contact information for the catalogued resource.
413
413
 
@@ -423,7 +423,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_contact_point
423
423
 
424
424
  ### dcat:keyword? {#dcatkeyword}
425
425
 
426
- > `optional` **dcat:keyword**: `ObjectOrArray`\<`string`\>
426
+ > `optional` **dcat:keyword?**: `ObjectOrArray`\<`string`\>
427
427
 
428
428
  A keyword or tag describing the resource.
429
429
 
@@ -439,7 +439,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_keyword
439
439
 
440
440
  ### dcat:theme? {#dcattheme}
441
441
 
442
- > `optional` **dcat:theme**: `ObjectOrArray`\<`string`\>
442
+ > `optional` **dcat:theme?**: `ObjectOrArray`\<`string`\>
443
443
 
444
444
  A main category of the resource. A resource can have multiple themes.
445
445
 
@@ -455,7 +455,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_theme
455
455
 
456
456
  ### dcat:landingPage? {#dcatlandingpage}
457
457
 
458
- > `optional` **dcat:landingPage**: `ObjectOrArray`\<`string`\>
458
+ > `optional` **dcat:landingPage?**: `ObjectOrArray`\<`string`\>
459
459
 
460
460
  A Web page that can be navigated to gain access to the resource.
461
461
 
@@ -471,7 +471,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:resource_landing_page
471
471
 
472
472
  ### dcat:qualifiedRelation? {#dcatqualifiedrelation}
473
473
 
474
- > `optional` **dcat:qualifiedRelation**: `string` \| `IDcatRelationship`
474
+ > `optional` **dcat:qualifiedRelation?**: `string` \| `IDcatRelationship`
475
475
 
476
476
  Link to a description of a relationship with another resource.
477
477
 
@@ -72,7 +72,7 @@ REQUIRED per Eclipse Data Space Protocol.
72
72
 
73
73
  ### hasPolicy? {#haspolicy}
74
74
 
75
- > `optional` **hasPolicy**: `ObjectOrArray`\<[`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)\>
75
+ > `optional` **hasPolicy?**: [`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)[]
76
76
 
77
77
  Array of ODRL policies (Offers) as required by DS Protocol.
78
78
 
@@ -115,7 +115,7 @@ REQUIRED per Eclipse Data Space Protocol.
115
115
 
116
116
  ### dcterms:title? {#dctermstitle}
117
117
 
118
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
118
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
119
119
 
120
120
  A name given to the distribution.
121
121
 
@@ -131,7 +131,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
131
131
 
132
132
  ### dcterms:description? {#dctermsdescription}
133
133
 
134
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
134
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
135
135
 
136
136
  A free-text account of the distribution.
137
137
 
@@ -147,7 +147,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
147
147
 
148
148
  ### dcterms:issued? {#dctermsissued}
149
149
 
150
- > `optional` **dcterms:issued**: `string`
150
+ > `optional` **dcterms:issued?**: `string`
151
151
 
152
152
  Date of formal issuance of the distribution.
153
153
 
@@ -163,7 +163,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
163
163
 
164
164
  ### dcterms:modified? {#dctermsmodified}
165
165
 
166
- > `optional` **dcterms:modified**: `string`
166
+ > `optional` **dcterms:modified?**: `string`
167
167
 
168
168
  Most recent date on which the distribution was changed, updated or modified.
169
169
 
@@ -179,7 +179,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
179
179
 
180
180
  ### dcterms:license? {#dctermslicense}
181
181
 
182
- > `optional` **dcterms:license**: `string`
182
+ > `optional` **dcterms:license?**: `string`
183
183
 
184
184
  A legal document under which the distribution is made available.
185
185
 
@@ -195,7 +195,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
195
195
 
196
196
  ### dcterms:accessRights? {#dctermsaccessrights}
197
197
 
198
- > `optional` **dcterms:accessRights**: `string`
198
+ > `optional` **dcterms:accessRights?**: `string`
199
199
 
200
200
  Information about who can access the distribution.
201
201
 
@@ -211,7 +211,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights
211
211
 
212
212
  ### dcterms:rights? {#dctermsrights}
213
213
 
214
- > `optional` **dcterms:rights**: `string`
214
+ > `optional` **dcterms:rights?**: `string`
215
215
 
216
216
  Information about rights held in and over the distribution.
217
217
 
@@ -227,7 +227,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights
227
227
 
228
228
  ### dcat:accessURL? {#dcataccessurl}
229
229
 
230
- > `optional` **dcat:accessURL**: `string`
230
+ > `optional` **dcat:accessURL?**: `string`
231
231
 
232
232
  A URL of the resource that gives access to a distribution of the dataset.
233
233
 
@@ -243,7 +243,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url
243
243
 
244
244
  ### dcat:accessService? {#dcataccessservice}
245
245
 
246
- > `optional` **dcat:accessService**: `string`
246
+ > `optional` **dcat:accessService?**: `string`
247
247
 
248
248
  A data service that gives access to the distribution.
249
249
 
@@ -259,7 +259,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service
259
259
 
260
260
  ### dcat:downloadURL? {#dcatdownloadurl}
261
261
 
262
- > `optional` **dcat:downloadURL**: `string`
262
+ > `optional` **dcat:downloadURL?**: `string`
263
263
 
264
264
  The URL of the downloadable file in a given format.
265
265
 
@@ -275,7 +275,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url
275
275
 
276
276
  ### dcat:byteSize? {#dcatbytesize}
277
277
 
278
- > `optional` **dcat:byteSize**: `number`
278
+ > `optional` **dcat:byteSize?**: `number`
279
279
 
280
280
  The size of the distribution in bytes.
281
281
 
@@ -291,7 +291,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
291
291
 
292
292
  ### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
293
293
 
294
- > `optional` **dcat:spatialResolutionInMeters**: `number`
294
+ > `optional` **dcat:spatialResolutionInMeters?**: `number`
295
295
 
296
296
  The minimum spatial separation resolvable in a distribution, measured in meters.
297
297
 
@@ -307,7 +307,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
307
307
 
308
308
  ### dcat:temporalResolution? {#dcattemporalresolution}
309
309
 
310
- > `optional` **dcat:temporalResolution**: `string`
310
+ > `optional` **dcat:temporalResolution?**: `string`
311
311
 
312
312
  Minimum time period resolvable in the distribution.
313
313
 
@@ -323,7 +323,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
323
323
 
324
324
  ### dcterms:conformsTo? {#dctermsconformsto}
325
325
 
326
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
326
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
327
327
 
328
328
  An established standard to which the distribution conforms.
329
329
 
@@ -339,7 +339,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
339
339
 
340
340
  ### dcat:mediaType? {#dcatmediatype}
341
341
 
342
- > `optional` **dcat:mediaType**: `string`
342
+ > `optional` **dcat:mediaType?**: `string`
343
343
 
344
344
  The media type of the distribution as defined by IANA.
345
345
 
@@ -355,7 +355,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type
355
355
 
356
356
  ### dcat:compressFormat? {#dcatcompressformat}
357
357
 
358
- > `optional` **dcat:compressFormat**: `string`
358
+ > `optional` **dcat:compressFormat?**: `string`
359
359
 
360
360
  The compression format of the distribution.
361
361
 
@@ -371,7 +371,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format
371
371
 
372
372
  ### dcat:packageFormat? {#dcatpackageformat}
373
373
 
374
- > `optional` **dcat:packageFormat**: `string`
374
+ > `optional` **dcat:packageFormat?**: `string`
375
375
 
376
376
  The package format of the distribution.
377
377
 
@@ -387,7 +387,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format
387
387
 
388
388
  ### spdx:checksum? {#spdxchecksum}
389
389
 
390
- > `optional` **spdx:checksum**: `string`
390
+ > `optional` **spdx:checksum?**: `string`
391
391
 
392
392
  The checksum property provides a mechanism to verify the data integrity.
393
393
 
@@ -51,7 +51,7 @@ REQUIRED per Eclipse Data Space Protocol.
51
51
 
52
52
  ### @id? {#id}
53
53
 
54
- > `optional` **@id**: `string`
54
+ > `optional` **@id?**: `string`
55
55
 
56
56
  Unique identifier for the distribution.
57
57
  OPTIONAL for embedded distributions (may use JSON-LD blank nodes).
@@ -65,7 +65,7 @@ REQUIRED on standalone Distribution objects per Eclipse Data Space Protocol.
65
65
 
66
66
  ### hasPolicy? {#haspolicy}
67
67
 
68
- > `optional` **hasPolicy**: `ObjectOrArray`\<[`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)\>
68
+ > `optional` **hasPolicy?**: [`IDataspaceProtocolOfferBase`](IDataspaceProtocolOfferBase.md)[]
69
69
 
70
70
  Array of ODRL policies (Offers) as required by DS Protocol.
71
71
 
@@ -96,7 +96,7 @@ REQUIRED per Eclipse Data Space Protocol.
96
96
 
97
97
  ### dcterms:title? {#dctermstitle}
98
98
 
99
- > `optional` **dcterms:title**: `ObjectOrArray`\<`string`\>
99
+ > `optional` **dcterms:title?**: `ObjectOrArray`\<`string`\>
100
100
 
101
101
  A name given to the distribution.
102
102
 
@@ -112,7 +112,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_title
112
112
 
113
113
  ### dcterms:description? {#dctermsdescription}
114
114
 
115
- > `optional` **dcterms:description**: `ObjectOrArray`\<`string`\>
115
+ > `optional` **dcterms:description?**: `ObjectOrArray`\<`string`\>
116
116
 
117
117
  A free-text account of the distribution.
118
118
 
@@ -128,7 +128,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_description
128
128
 
129
129
  ### dcterms:issued? {#dctermsissued}
130
130
 
131
- > `optional` **dcterms:issued**: `string`
131
+ > `optional` **dcterms:issued?**: `string`
132
132
 
133
133
  Date of formal issuance of the distribution.
134
134
 
@@ -144,7 +144,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_release_date
144
144
 
145
145
  ### dcterms:modified? {#dctermsmodified}
146
146
 
147
- > `optional` **dcterms:modified**: `string`
147
+ > `optional` **dcterms:modified?**: `string`
148
148
 
149
149
  Most recent date on which the distribution was changed, updated or modified.
150
150
 
@@ -160,7 +160,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_update_date
160
160
 
161
161
  ### dcterms:license? {#dctermslicense}
162
162
 
163
- > `optional` **dcterms:license**: `string`
163
+ > `optional` **dcterms:license?**: `string`
164
164
 
165
165
  A legal document under which the distribution is made available.
166
166
 
@@ -176,7 +176,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_license
176
176
 
177
177
  ### dcterms:accessRights? {#dctermsaccessrights}
178
178
 
179
- > `optional` **dcterms:accessRights**: `string`
179
+ > `optional` **dcterms:accessRights?**: `string`
180
180
 
181
181
  Information about who can access the distribution.
182
182
 
@@ -192,7 +192,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_rights
192
192
 
193
193
  ### dcterms:rights? {#dctermsrights}
194
194
 
195
- > `optional` **dcterms:rights**: `string`
195
+ > `optional` **dcterms:rights?**: `string`
196
196
 
197
197
  Information about rights held in and over the distribution.
198
198
 
@@ -208,7 +208,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_rights
208
208
 
209
209
  ### dcat:accessURL? {#dcataccessurl}
210
210
 
211
- > `optional` **dcat:accessURL**: `string`
211
+ > `optional` **dcat:accessURL?**: `string`
212
212
 
213
213
  A URL of the resource that gives access to a distribution of the dataset.
214
214
 
@@ -224,7 +224,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_url
224
224
 
225
225
  ### dcat:accessService? {#dcataccessservice}
226
226
 
227
- > `optional` **dcat:accessService**: `string`
227
+ > `optional` **dcat:accessService?**: `string`
228
228
 
229
229
  A data service that gives access to the distribution.
230
230
 
@@ -240,7 +240,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_access_service
240
240
 
241
241
  ### dcat:downloadURL? {#dcatdownloadurl}
242
242
 
243
- > `optional` **dcat:downloadURL**: `string`
243
+ > `optional` **dcat:downloadURL?**: `string`
244
244
 
245
245
  The URL of the downloadable file in a given format.
246
246
 
@@ -256,7 +256,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_download_url
256
256
 
257
257
  ### dcat:byteSize? {#dcatbytesize}
258
258
 
259
- > `optional` **dcat:byteSize**: `number`
259
+ > `optional` **dcat:byteSize?**: `number`
260
260
 
261
261
  The size of the distribution in bytes.
262
262
 
@@ -272,7 +272,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_byte_size
272
272
 
273
273
  ### dcat:spatialResolutionInMeters? {#dcatspatialresolutioninmeters}
274
274
 
275
- > `optional` **dcat:spatialResolutionInMeters**: `number`
275
+ > `optional` **dcat:spatialResolutionInMeters?**: `number`
276
276
 
277
277
  The minimum spatial separation resolvable in a distribution, measured in meters.
278
278
 
@@ -288,7 +288,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_spatial_resolution
288
288
 
289
289
  ### dcat:temporalResolution? {#dcattemporalresolution}
290
290
 
291
- > `optional` **dcat:temporalResolution**: `string`
291
+ > `optional` **dcat:temporalResolution?**: `string`
292
292
 
293
293
  Minimum time period resolvable in the distribution.
294
294
 
@@ -304,7 +304,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_temporal_resolution
304
304
 
305
305
  ### dcterms:conformsTo? {#dctermsconformsto}
306
306
 
307
- > `optional` **dcterms:conformsTo**: `ObjectOrArray`\<`string`\>
307
+ > `optional` **dcterms:conformsTo?**: `ObjectOrArray`\<`string`\>
308
308
 
309
309
  An established standard to which the distribution conforms.
310
310
 
@@ -320,7 +320,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_conforms_to
320
320
 
321
321
  ### dcat:mediaType? {#dcatmediatype}
322
322
 
323
- > `optional` **dcat:mediaType**: `string`
323
+ > `optional` **dcat:mediaType?**: `string`
324
324
 
325
325
  The media type of the distribution as defined by IANA.
326
326
 
@@ -336,7 +336,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_media_type
336
336
 
337
337
  ### dcat:compressFormat? {#dcatcompressformat}
338
338
 
339
- > `optional` **dcat:compressFormat**: `string`
339
+ > `optional` **dcat:compressFormat?**: `string`
340
340
 
341
341
  The compression format of the distribution.
342
342
 
@@ -352,7 +352,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_compression_format
352
352
 
353
353
  ### dcat:packageFormat? {#dcatpackageformat}
354
354
 
355
- > `optional` **dcat:packageFormat**: `string`
355
+ > `optional` **dcat:packageFormat?**: `string`
356
356
 
357
357
  The package format of the distribution.
358
358
 
@@ -368,7 +368,7 @@ https://www.w3.org/TR/vocab-dcat-3/#Property:distribution_packaging_format
368
368
 
369
369
  ### spdx:checksum? {#spdxchecksum}
370
370
 
371
- > `optional` **spdx:checksum**: `string`
371
+ > `optional` **spdx:checksum?**: `string`
372
372
 
373
373
  The checksum property provides a mechanism to verify the data integrity.
374
374
 
@@ -64,7 +64,7 @@ Required for Offer policies.
64
64
 
65
65
  ### profile? {#profile}
66
66
 
67
- > `optional` **profile**: `ObjectOrArray`\<`string`\>
67
+ > `optional` **profile?**: `ObjectOrArray`\<`string`\>
68
68
 
69
69
  The profile(s) this policy conforms to.
70
70
  IRIs identifying the ODRL Profile(s).
@@ -77,7 +77,7 @@ IRIs identifying the ODRL Profile(s).
77
77
 
78
78
  ### assignee? {#assignee}
79
79
 
80
- > `optional` **assignee**: `ObjectOrArray`\<`string` \| `IOdrlParty` \| `IOdrlPartyCollection`\>
80
+ > `optional` **assignee?**: `ObjectOrArray`\<`string` \| `IOdrlParty` \| `IOdrlPartyCollection`\>
81
81
 
82
82
  The assignee of the policy.
83
83
  Applies to all rules unless overridden at rule level.
@@ -90,7 +90,7 @@ Applies to all rules unless overridden at rule level.
90
90
 
91
91
  ### target? {#target}
92
92
 
93
- > `optional` **target**: `ObjectOrArray`\<`string` \| `IOdrlAsset` \| `IOdrlAssetCollection`\>
93
+ > `optional` **target?**: `ObjectOrArray`\<`string` \| `IOdrlAsset` \| `IOdrlAssetCollection`\>
94
94
 
95
95
  The target asset for the rule.
96
96
 
@@ -102,7 +102,7 @@ The target asset for the rule.
102
102
 
103
103
  ### action? {#action}
104
104
 
105
- > `optional` **action**: `ObjectOrArray`\<`string` \| `IOdrlAction`\>
105
+ > `optional` **action?**: `ObjectOrArray`\<`string` \| `IOdrlAction`\>
106
106
 
107
107
  The action associated with the rule.
108
108
 
@@ -114,7 +114,7 @@ The action associated with the rule.
114
114
 
115
115
  ### inheritFrom? {#inheritfrom}
116
116
 
117
- > `optional` **inheritFrom**: `ObjectOrArray`\<`string`\>
117
+ > `optional` **inheritFrom?**: `ObjectOrArray`\<`string`\>
118
118
 
119
119
  The parent policy(ies) this policy inherits from.
120
120
  IRIs identifying the parent Policy(ies).
@@ -127,7 +127,7 @@ IRIs identifying the parent Policy(ies).
127
127
 
128
128
  ### conflict? {#conflict}
129
129
 
130
- > `optional` **conflict**: `ConflictStrategyType`
130
+ > `optional` **conflict?**: `OdrlConflictStrategyType`
131
131
 
132
132
  The conflict resolution strategy.
133
133
  - perm: Permissions override Prohibitions
@@ -142,7 +142,7 @@ The conflict resolution strategy.
142
142
 
143
143
  ### permission? {#permission}
144
144
 
145
- > `optional` **permission**: `ObjectOrArray`\<`IOdrlPermission`\>
145
+ > `optional` **permission?**: `ObjectOrArray`\<`IOdrlPermission`\>
146
146
 
147
147
  The permissions in the policy.
148
148
  At least one of permission, prohibition, or obligation must be present.
@@ -155,7 +155,7 @@ At least one of permission, prohibition, or obligation must be present.
155
155
 
156
156
  ### prohibition? {#prohibition}
157
157
 
158
- > `optional` **prohibition**: `ObjectOrArray`\<`IOdrlProhibition`\>
158
+ > `optional` **prohibition?**: `ObjectOrArray`\<`IOdrlProhibition`\>
159
159
 
160
160
  The prohibitions in the policy.
161
161
  At least one of permission, prohibition, or obligation must be present.
@@ -168,7 +168,7 @@ At least one of permission, prohibition, or obligation must be present.
168
168
 
169
169
  ### obligation? {#obligation}
170
170
 
171
- > `optional` **obligation**: `ObjectOrArray`\<`IOdrlDuty`\>
171
+ > `optional` **obligation?**: `ObjectOrArray`\<`IOdrlDuty`\>
172
172
 
173
173
  The obligations in the policy.
174
174
  At least one of permission, prohibition, or obligation must be present.