@twin.org/node 0.0.3-next.22 → 0.0.3-next.23

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.
@@ -4360,7 +4360,7 @@
4360
4360
  "dateCreated": "2024-01-01T00:00:00Z",
4361
4361
  "encodingFormat": "application/pdf",
4362
4362
  "blobSize": 42,
4363
- "integrity": "sha256-c57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
4363
+ "integrity": "sha256-xX2UsIj0xtLLMt7QFIExDHhqoAE0yO4i+EseJUVgKnA=",
4364
4364
  "fileExtension": "pdf",
4365
4365
  "metadata": {
4366
4366
  "@context": "https://schema.org",
@@ -4399,7 +4399,7 @@
4399
4399
  "dateCreated": "2024-01-01T00:00:00Z",
4400
4400
  "encodingFormat": "application/pdf",
4401
4401
  "blobSize": 42,
4402
- "integrity": "sha256-c57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
4402
+ "integrity": "sha256-xX2UsIj0xtLLMt7QFIExDHhqoAE0yO4i+EseJUVgKnA=",
4403
4403
  "fileExtension": "pdf",
4404
4404
  "metadata": {
4405
4405
  "@context": "https://schema.org",
@@ -4579,7 +4579,7 @@
4579
4579
  "dateCreated": "2024-01-01T00:00:00Z",
4580
4580
  "encodingFormat": "application/pdf",
4581
4581
  "blobSize": 42,
4582
- "integrity": "sha256-c57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
4582
+ "integrity": "sha256-xX2UsIj0xtLLMt7QFIExDHhqoAE0yO4i+EseJUVgKnA=",
4583
4583
  "fileExtension": "pdf",
4584
4584
  "metadata": {
4585
4585
  "@context": "https://schema.org",
@@ -4608,7 +4608,7 @@
4608
4608
  "dateCreated": "2024-01-01T00:00:00Z",
4609
4609
  "encodingFormat": "application/pdf",
4610
4610
  "blobSize": 42,
4611
- "integrity": "sha256-c57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
4611
+ "integrity": "sha256-xX2UsIj0xtLLMt7QFIExDHhqoAE0yO4i+EseJUVgKnA=",
4612
4612
  "fileExtension": "pdf",
4613
4613
  "metadata": {
4614
4614
  "@context": "https://schema.org",
@@ -13692,13 +13692,25 @@
13692
13692
  "participantId": "did:example:node-identity-123",
13693
13693
  "dataset": [
13694
13694
  {
13695
- "@context": [
13696
- "https://w3id.org/dspace/2025/1/context.jsonld"
13697
- ],
13698
13695
  "@id": "urn:uuid:dataset-123",
13699
13696
  "@type": "Dataset",
13700
- "title": "Energy Consumption Data",
13701
- "description": "Historical energy consumption data"
13697
+ "dcterms:title": "Energy Consumption Data",
13698
+ "dcterms:description": "Historical energy consumption data",
13699
+ "hasPolicy": {
13700
+ "@type": "Offer",
13701
+ "uid": "urn:uuid:policy-456",
13702
+ "assigner": "did:example:data-provider-789"
13703
+ },
13704
+ "distribution": {
13705
+ "@id": "urn:uuid:distribution-789",
13706
+ "@type": "Distribution",
13707
+ "format": "application/json",
13708
+ "accessService": {
13709
+ "@id": "urn:uuid:access-service-321",
13710
+ "@type": "DataService",
13711
+ "endpointURL": "https://example.com/data-access"
13712
+ }
13713
+ }
13702
13714
  }
13703
13715
  ]
13704
13716
  }
@@ -16901,7 +16913,6 @@
16901
16913
  "id",
16902
16914
  "status"
16903
16915
  ],
16904
- "additionalProperties": false,
16905
16916
  "description": "The details related to the processing of an Activity"
16906
16917
  },
16907
16918
  "ActivityProcessingStatus": {
@@ -16940,70 +16951,6 @@
16940
16951
  "@context": {
16941
16952
  "$ref": "#/components/schemas/ActivityStreamsContextType"
16942
16953
  },
16943
- "@id": {
16944
- "anyOf": [
16945
- {
16946
- "type": "string"
16947
- },
16948
- {
16949
- "type": "array",
16950
- "items": {
16951
- "type": "string"
16952
- }
16953
- }
16954
- ]
16955
- },
16956
- "@included": {
16957
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
16958
- },
16959
- "@graph": {
16960
- "anyOf": [
16961
- {
16962
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
16963
- },
16964
- {
16965
- "type": "array",
16966
- "items": {
16967
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
16968
- }
16969
- }
16970
- ]
16971
- },
16972
- "@nest": {
16973
- "anyOf": [
16974
- {
16975
- "$ref": "https://schema.twindev.org/json-ld/JsonLdJsonObject"
16976
- },
16977
- {
16978
- "type": "array",
16979
- "items": {
16980
- "$ref": "https://schema.twindev.org/json-ld/JsonLdJsonObject"
16981
- }
16982
- }
16983
- ]
16984
- },
16985
- "@type": {
16986
- "anyOf": [
16987
- {
16988
- "type": "string"
16989
- },
16990
- {
16991
- "type": "array",
16992
- "items": {
16993
- "type": "string"
16994
- }
16995
- }
16996
- ]
16997
- },
16998
- "@reverse": {
16999
- "type": "object",
17000
- "additionalProperties": {
17001
- "type": "string"
17002
- }
17003
- },
17004
- "@index": {
17005
- "type": "string"
17006
- },
17007
16954
  "type": {
17008
16955
  "description": "Object or array data type",
17009
16956
  "anyOf": [
@@ -17481,6 +17428,10 @@
17481
17428
  }
17482
17429
  ]
17483
17430
  },
17431
+ "mediaType": {
17432
+ "type": "string",
17433
+ "description": "MIME media type of the referenced resource."
17434
+ },
17484
17435
  "actor": {
17485
17436
  "description": "Object or array data type",
17486
17437
  "anyOf": [
@@ -17630,31 +17581,6 @@
17630
17581
  "@context",
17631
17582
  "type"
17632
17583
  ],
17633
- "additionalProperties": {
17634
- "anyOf": [
17635
- {
17636
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
17637
- },
17638
- {
17639
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
17640
- },
17641
- {
17642
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
17643
- },
17644
- {
17645
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
17646
- },
17647
- {
17648
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
17649
- },
17650
- {
17651
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
17652
- },
17653
- {
17654
- "type": "array"
17655
- }
17656
- ]
17657
- },
17658
17584
  "description": "A W3C Activity from Activity Streams.\n\nAn `Activity` describes an action performed by an `actor` on an `object`, and can optionally include a `target`, `result`, `origin`, or `instrument`."
17659
17585
  },
17660
17586
  "ActivityStreamsContextType": {
@@ -18011,7 +17937,6 @@
18011
17937
  "required": [
18012
17938
  "newPassword"
18013
17939
  ],
18014
- "additionalProperties": false,
18015
17940
  "description": "The body of the request."
18016
17941
  },
18017
17942
  "AttestationCreateRequest": {
@@ -18028,7 +17953,6 @@
18028
17953
  "required": [
18029
17954
  "attestationObject"
18030
17955
  ],
18031
- "additionalProperties": false,
18032
17956
  "description": "The data to be used in the signing."
18033
17957
  },
18034
17958
  "AttestationTransferRequest": {
@@ -18047,7 +17971,6 @@
18047
17971
  "holderIdentity",
18048
17972
  "holderAddress"
18049
17973
  ],
18050
- "additionalProperties": false,
18051
17974
  "description": "The parameters to be used in the transfer."
18052
17975
  },
18053
17976
  "AuditableItemGraphCreateRequest": {
@@ -18124,7 +18047,6 @@
18124
18047
  "description": "The edges connected to the vertex."
18125
18048
  }
18126
18049
  },
18127
- "additionalProperties": false,
18128
18050
  "description": "The data to be used in the vertex."
18129
18051
  },
18130
18052
  "AuditableItemGraphUpdateRequest": {
@@ -18204,7 +18126,6 @@
18204
18126
  "description": "The edges connected to the vertex."
18205
18127
  }
18206
18128
  },
18207
- "additionalProperties": false,
18208
18129
  "description": "The data to be used in the vertex."
18209
18130
  },
18210
18131
  "AuditableItemStreamCreateEntryRequest": {
@@ -18217,7 +18138,6 @@
18217
18138
  "required": [
18218
18139
  "entryObject"
18219
18140
  ],
18220
- "additionalProperties": false,
18221
18141
  "description": "The data to be used in the stream."
18222
18142
  },
18223
18143
  "AuditableItemStreamCreateRequest": {
@@ -18247,7 +18167,6 @@
18247
18167
  "description": "After how many entries do we add immutable checks, defaults to service configured value. A value of 0 will disable immutable checks, 1 will be every item, or any other integer for an interval."
18248
18168
  }
18249
18169
  },
18250
- "additionalProperties": false,
18251
18170
  "description": "The data to be used in the stream."
18252
18171
  },
18253
18172
  "AuditableItemStreamUpdateEntryRequest": {
@@ -18260,7 +18179,6 @@
18260
18179
  "required": [
18261
18180
  "entryObject"
18262
18181
  ],
18263
- "additionalProperties": false,
18264
18182
  "description": "The data to be used in the entry."
18265
18183
  },
18266
18184
  "AuditableItemStreamUpdateRequest": {
@@ -18270,7 +18188,6 @@
18270
18188
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18271
18189
  }
18272
18190
  },
18273
- "additionalProperties": false,
18274
18191
  "description": "The data to be used in the stream."
18275
18192
  },
18276
18193
  "BlobStorageCreateRequest": {
@@ -18312,7 +18229,6 @@
18312
18229
  "required": [
18313
18230
  "blob"
18314
18231
  ],
18315
- "additionalProperties": false,
18316
18232
  "description": "The body parameters."
18317
18233
  },
18318
18234
  "BlobStorageUpdateRequest": {
@@ -18330,240 +18246,8 @@
18330
18246
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18331
18247
  }
18332
18248
  },
18333
- "additionalProperties": false,
18334
18249
  "description": "The body parameters."
18335
18250
  },
18336
- "CatalogOptionalContext": {
18337
- "type": "object",
18338
- "additionalProperties": false,
18339
- "properties": {
18340
- "@context": {
18341
- "$ref": "https://schema.twindev.org/dcat/DcatContextType"
18342
- }
18343
- },
18344
- "description": "Catalog omitting LD Context"
18345
- },
18346
- "CatalogRecordOptionalContext": {
18347
- "type": "object",
18348
- "additionalProperties": false,
18349
- "properties": {
18350
- "@context": {
18351
- "$ref": "https://schema.twindev.org/dcat/DcatContextType"
18352
- },
18353
- "@type": {
18354
- "type": "string",
18355
- "const": "dcat:CatalogRecord",
18356
- "description": "The type identifier, typically \"CatalogRecord\"."
18357
- },
18358
- "dcterms:title": {
18359
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18360
- },
18361
- "dcterms:description": {
18362
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18363
- },
18364
- "dcterms:issued": {
18365
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
18366
- },
18367
- "dcterms:modified": {
18368
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
18369
- },
18370
- "dcterms:conformsTo": {
18371
- "description": "Object or array data type",
18372
- "anyOf": [
18373
- {
18374
- "type": "string"
18375
- },
18376
- {
18377
- "type": "array",
18378
- "items": {
18379
- "type": "string"
18380
- }
18381
- }
18382
- ]
18383
- },
18384
- "foaf:primaryTopic": {
18385
- "$ref": "https://schema.twindev.org/dcat/DcatResource"
18386
- },
18387
- "@id": {
18388
- "anyOf": [
18389
- {
18390
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18391
- },
18392
- {
18393
- "type": "array",
18394
- "items": {
18395
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18396
- }
18397
- },
18398
- {
18399
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18400
- },
18401
- {
18402
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18403
- },
18404
- {
18405
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18406
- },
18407
- {
18408
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18409
- },
18410
- {
18411
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18412
- }
18413
- ]
18414
- },
18415
- "@included": {
18416
- "anyOf": [
18417
- {
18418
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18419
- },
18420
- {
18421
- "type": "array",
18422
- "items": {
18423
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18424
- }
18425
- },
18426
- {
18427
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18428
- },
18429
- {
18430
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18431
- },
18432
- {
18433
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18434
- },
18435
- {
18436
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18437
- },
18438
- {
18439
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18440
- }
18441
- ]
18442
- },
18443
- "@graph": {
18444
- "anyOf": [
18445
- {
18446
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18447
- },
18448
- {
18449
- "type": "array",
18450
- "items": {
18451
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18452
- }
18453
- },
18454
- {
18455
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18456
- },
18457
- {
18458
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18459
- },
18460
- {
18461
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18462
- },
18463
- {
18464
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18465
- },
18466
- {
18467
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18468
- }
18469
- ]
18470
- },
18471
- "@nest": {
18472
- "anyOf": [
18473
- {
18474
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18475
- },
18476
- {
18477
- "type": "array",
18478
- "items": {
18479
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18480
- }
18481
- },
18482
- {
18483
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18484
- },
18485
- {
18486
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18487
- },
18488
- {
18489
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18490
- },
18491
- {
18492
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18493
- },
18494
- {
18495
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18496
- }
18497
- ]
18498
- },
18499
- "@reverse": {
18500
- "anyOf": [
18501
- {
18502
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18503
- },
18504
- {
18505
- "type": "array",
18506
- "items": {
18507
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18508
- }
18509
- },
18510
- {
18511
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18512
- },
18513
- {
18514
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18515
- },
18516
- {
18517
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18518
- },
18519
- {
18520
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18521
- },
18522
- {
18523
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18524
- }
18525
- ]
18526
- },
18527
- "@index": {
18528
- "anyOf": [
18529
- {
18530
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18531
- },
18532
- {
18533
- "type": "array",
18534
- "items": {
18535
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
18536
- }
18537
- },
18538
- {
18539
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
18540
- },
18541
- {
18542
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
18543
- },
18544
- {
18545
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
18546
- },
18547
- {
18548
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
18549
- },
18550
- {
18551
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
18552
- }
18553
- ]
18554
- }
18555
- },
18556
- "required": [
18557
- "@graph",
18558
- "@id",
18559
- "@included",
18560
- "@index",
18561
- "@nest",
18562
- "@reverse",
18563
- "@type"
18564
- ],
18565
- "description": "Record omitting LD Context"
18566
- },
18567
18251
  "CatalogRequestResponse": {
18568
18252
  "anyOf": [
18569
18253
  {
@@ -18632,7 +18316,6 @@
18632
18316
  },
18633
18317
  "ConflictResponse": {
18634
18318
  "type": "object",
18635
- "additionalProperties": false,
18636
18319
  "properties": {
18637
18320
  "conflicts": {
18638
18321
  "type": "array",
@@ -18684,7 +18367,6 @@
18684
18367
  "description": "The concerned datasets."
18685
18368
  }
18686
18369
  },
18687
- "additionalProperties": false,
18688
18370
  "description": "The description of a Data Asset"
18689
18371
  },
18690
18372
  "DataAssetItemList": {
@@ -18713,7 +18395,6 @@
18713
18395
  "type",
18714
18396
  "itemListElement"
18715
18397
  ],
18716
- "additionalProperties": false,
18717
18398
  "description": "Interface describing a list of entities that are within a Data Asset. Pagination is handled via HTTP Link headers."
18718
18399
  },
18719
18400
  "DataAssetQueryRequest": {
@@ -18730,7 +18411,6 @@
18730
18411
  "dataAsset",
18731
18412
  "query"
18732
18413
  ],
18733
- "additionalProperties": false,
18734
18414
  "description": "Request body containing the data asset and query criteria."
18735
18415
  },
18736
18416
  "DataProcessingConvertRequest": {
@@ -18748,7 +18428,6 @@
18748
18428
  "required": [
18749
18429
  "data"
18750
18430
  ],
18751
- "additionalProperties": false,
18752
18431
  "description": "The params for the convert."
18753
18432
  },
18754
18433
  "DataProcessingConvertResponse": {
@@ -18778,7 +18457,6 @@
18778
18457
  "ruleGroupId",
18779
18458
  "data"
18780
18459
  ],
18781
- "additionalProperties": false,
18782
18460
  "description": "The params for the extract."
18783
18461
  },
18784
18462
  "DataProcessingExtractResponse": {
@@ -18802,7 +18480,6 @@
18802
18480
  "required": [
18803
18481
  "entities"
18804
18482
  ],
18805
- "additionalProperties": false,
18806
18483
  "description": "The response payload."
18807
18484
  },
18808
18485
  "DataProcessingRuleGroupSetRequest": {
@@ -18824,1074 +18501,25 @@
18824
18501
  "label",
18825
18502
  "rules"
18826
18503
  ],
18827
- "additionalProperties": false,
18828
18504
  "description": "The data to be used in the store."
18829
18505
  },
18830
- "DataServiceOptionalContext": {
18506
+ "DocumentManagementCreateRequest": {
18831
18507
  "type": "object",
18832
- "additionalProperties": false,
18833
18508
  "properties": {
18834
- "@context": {
18835
- "$ref": "https://schema.twindev.org/dcat/DcatContextType"
18836
- },
18837
- "@type": {
18509
+ "documentId": {
18838
18510
  "type": "string",
18839
- "const": "dcat:DataService",
18840
- "description": "The type identifier, typically \"DataService\"."
18511
+ "description": "The document id to create."
18841
18512
  },
18842
- "dcat:endpointURL": {
18513
+ "documentIdFormat": {
18843
18514
  "type": "string",
18844
- "description": "The root location or primary endpoint of the service (a Web-resolvable IRI)."
18515
+ "description": "The format of the document identifier."
18845
18516
  },
18846
- "dcat:endpointDescription": {
18517
+ "documentCode": {
18518
+ "$ref": "https://schema.twindev.org/unece/UneceDocumentCodeList"
18519
+ },
18520
+ "blob": {
18847
18521
  "type": "string",
18848
- "description": "A description of the services available via the end-points, including their operations, parameters, etc."
18849
- },
18850
- "dcat:servesDataset": {
18851
- "description": "Object or array data type",
18852
- "anyOf": [
18853
- {
18854
- "type": "string"
18855
- },
18856
- {
18857
- "type": "array",
18858
- "items": {
18859
- "type": "string"
18860
- }
18861
- }
18862
- ]
18863
- },
18864
- "dcterms:title": {
18865
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18866
- },
18867
- "dcterms:description": {
18868
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18869
- },
18870
- "dcterms:identifier": {
18871
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18872
- },
18873
- "dcterms:issued": {
18874
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
18875
- },
18876
- "dcterms:modified": {
18877
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
18878
- },
18879
- "dcterms:language": {
18880
- "description": "Object or array data type",
18881
- "anyOf": [
18882
- {
18883
- "type": "string"
18884
- },
18885
- {
18886
- "type": "array",
18887
- "items": {
18888
- "type": "string"
18889
- }
18890
- }
18891
- ]
18892
- },
18893
- "dcterms:publisher": {
18894
- "anyOf": [
18895
- {
18896
- "$ref": "https://schema.twindev.org/foaf/FoafAgent"
18897
- },
18898
- {
18899
- "type": "string"
18900
- }
18901
- ],
18902
- "description": "An entity responsible for making the resource available."
18903
- },
18904
- "dcterms:creator": {
18905
- "$ref": "https://schema.twindev.org/foaf/FoafAgent"
18906
- },
18907
- "dcterms:accessRights": {
18908
- "anyOf": [
18909
- {
18910
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18911
- },
18912
- {
18913
- "type": "string"
18914
- }
18915
- ],
18916
- "description": "Information about who can access the resource or an indication of its security status."
18917
- },
18918
- "dcterms:license": {
18919
- "anyOf": [
18920
- {
18921
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18922
- },
18923
- {
18924
- "type": "string"
18925
- }
18926
- ],
18927
- "description": "A legal document under which the resource is made available."
18928
- },
18929
- "dcterms:rights": {
18930
- "anyOf": [
18931
- {
18932
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18933
- },
18934
- {
18935
- "type": "string"
18936
- }
18937
- ],
18938
- "description": "Information about rights held in and over the resource."
18939
- },
18940
- "dcterms:conformsTo": {
18941
- "description": "Object or array data type",
18942
- "anyOf": [
18943
- {
18944
- "type": "string"
18945
- },
18946
- {
18947
- "type": "array",
18948
- "items": {
18949
- "type": "string"
18950
- }
18951
- }
18952
- ]
18953
- },
18954
- "dcterms:type": {
18955
- "type": "string",
18956
- "description": "The nature or genre of the resource."
18957
- },
18958
- "dcat:contactPoint": {
18959
- "anyOf": [
18960
- {
18961
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
18962
- },
18963
- {
18964
- "type": "string"
18965
- }
18966
- ],
18967
- "description": "Relevant contact information for the catalogued resource."
18968
- },
18969
- "dcat:keyword": {
18970
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
18971
- },
18972
- "dcat:theme": {
18973
- "description": "Object or array data type",
18974
- "anyOf": [
18975
- {
18976
- "type": "string"
18977
- },
18978
- {
18979
- "type": "array",
18980
- "items": {
18981
- "type": "string"
18982
- }
18983
- }
18984
- ]
18985
- },
18986
- "dcat:landingPage": {
18987
- "description": "Object or array data type",
18988
- "anyOf": [
18989
- {
18990
- "type": "string"
18991
- },
18992
- {
18993
- "type": "array",
18994
- "items": {
18995
- "type": "string"
18996
- }
18997
- }
18998
- ]
18999
- },
19000
- "dcat:qualifiedRelation": {
19001
- "anyOf": [
19002
- {
19003
- "$ref": "https://schema.twindev.org/dcat/DcatRelationship"
19004
- },
19005
- {
19006
- "type": "string"
19007
- }
19008
- ],
19009
- "description": "Link to a description of a relationship with another resource."
19010
- },
19011
- "odrl:hasPolicy": {
19012
- "$ref": "https://schema.twindev.org/w3c-odrl/OdrlPolicy"
19013
- },
19014
- "@id": {
19015
- "anyOf": [
19016
- {
19017
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19018
- },
19019
- {
19020
- "type": "array",
19021
- "items": {
19022
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19023
- }
19024
- },
19025
- {
19026
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19027
- },
19028
- {
19029
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19030
- },
19031
- {
19032
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19033
- },
19034
- {
19035
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19036
- },
19037
- {
19038
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19039
- }
19040
- ]
19041
- },
19042
- "@included": {
19043
- "anyOf": [
19044
- {
19045
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19046
- },
19047
- {
19048
- "type": "array",
19049
- "items": {
19050
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19051
- }
19052
- },
19053
- {
19054
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19055
- },
19056
- {
19057
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19058
- },
19059
- {
19060
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19061
- },
19062
- {
19063
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19064
- },
19065
- {
19066
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19067
- }
19068
- ]
19069
- },
19070
- "@graph": {
19071
- "anyOf": [
19072
- {
19073
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19074
- },
19075
- {
19076
- "type": "array",
19077
- "items": {
19078
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19079
- }
19080
- },
19081
- {
19082
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19083
- },
19084
- {
19085
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19086
- },
19087
- {
19088
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19089
- },
19090
- {
19091
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19092
- },
19093
- {
19094
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19095
- }
19096
- ]
19097
- },
19098
- "@nest": {
19099
- "anyOf": [
19100
- {
19101
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19102
- },
19103
- {
19104
- "type": "array",
19105
- "items": {
19106
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19107
- }
19108
- },
19109
- {
19110
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19111
- },
19112
- {
19113
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19114
- },
19115
- {
19116
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19117
- },
19118
- {
19119
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19120
- },
19121
- {
19122
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19123
- }
19124
- ]
19125
- },
19126
- "@reverse": {
19127
- "anyOf": [
19128
- {
19129
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19130
- },
19131
- {
19132
- "type": "array",
19133
- "items": {
19134
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19135
- }
19136
- },
19137
- {
19138
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19139
- },
19140
- {
19141
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19142
- },
19143
- {
19144
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19145
- },
19146
- {
19147
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19148
- },
19149
- {
19150
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19151
- }
19152
- ]
19153
- },
19154
- "@index": {
19155
- "anyOf": [
19156
- {
19157
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19158
- },
19159
- {
19160
- "type": "array",
19161
- "items": {
19162
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19163
- }
19164
- },
19165
- {
19166
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19167
- },
19168
- {
19169
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19170
- },
19171
- {
19172
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19173
- },
19174
- {
19175
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19176
- },
19177
- {
19178
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19179
- }
19180
- ]
19181
- }
19182
- },
19183
- "required": [
19184
- "@graph",
19185
- "@id",
19186
- "@included",
19187
- "@index",
19188
- "@nest",
19189
- "@reverse",
19190
- "@type"
19191
- ],
19192
- "description": "DataService omitting LD Context"
19193
- },
19194
- "DatasetOptionalContext": {
19195
- "type": "object",
19196
- "additionalProperties": false,
19197
- "properties": {
19198
- "@context": {
19199
- "$ref": "https://schema.twindev.org/dcat/DcatContextType"
19200
- },
19201
- "@type": {
19202
- "type": "string",
19203
- "enum": [
19204
- "dcat:Dataset",
19205
- "dcat:Catalog",
19206
- "dcat:DatasetSeries"
19207
- ],
19208
- "description": "The type identifier, typically \"Dataset\". Can also be \"Catalog\" or \"DatasetSeries\" for subclasses."
19209
- },
19210
- "dcat:distribution": {
19211
- "description": "Object or array data type",
19212
- "anyOf": [
19213
- {
19214
- "$ref": "#/components/schemas/DistributionOptionalContext"
19215
- },
19216
- {
19217
- "type": "array",
19218
- "items": {
19219
- "$ref": "#/components/schemas/DistributionOptionalContext"
19220
- }
19221
- }
19222
- ]
19223
- },
19224
- "dcterms:accrualPeriodicity": {
19225
- "type": "string",
19226
- "description": "The frequency at which the dataset is published."
19227
- },
19228
- "dcat:inSeries": {
19229
- "type": "string",
19230
- "description": "A dataset series of which the dataset is part."
19231
- },
19232
- "dcterms:spatial": {
19233
- "anyOf": [
19234
- {
19235
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19236
- },
19237
- {
19238
- "anyOf": [
19239
- {
19240
- "type": "string"
19241
- },
19242
- {
19243
- "type": "array",
19244
- "items": {
19245
- "type": "string"
19246
- }
19247
- }
19248
- ],
19249
- "description": "Object or array data type"
19250
- }
19251
- ],
19252
- "description": "The geographical area covered by the dataset."
19253
- },
19254
- "dcat:spatialResolutionInMeters": {
19255
- "$ref": "https://schema.twindev.org/dcat/DcatDecimalType"
19256
- },
19257
- "dcterms:temporal": {
19258
- "$ref": "https://schema.twindev.org/dublin-core/DublinCorePeriodOfTime"
19259
- },
19260
- "dcat:temporalResolution": {
19261
- "$ref": "https://schema.twindev.org/dcat/DcatDurationType"
19262
- },
19263
- "prov:wasGeneratedBy": {
19264
- "anyOf": [
19265
- {
19266
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19267
- },
19268
- {
19269
- "type": "string"
19270
- }
19271
- ],
19272
- "description": "An activity that generated, or provides the business context for, the creation of the dataset."
19273
- },
19274
- "dcterms:title": {
19275
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19276
- },
19277
- "dcterms:description": {
19278
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19279
- },
19280
- "dcterms:identifier": {
19281
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19282
- },
19283
- "dcterms:issued": {
19284
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
19285
- },
19286
- "dcterms:modified": {
19287
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
19288
- },
19289
- "dcterms:language": {
19290
- "description": "Object or array data type",
19291
- "anyOf": [
19292
- {
19293
- "type": "string"
19294
- },
19295
- {
19296
- "type": "array",
19297
- "items": {
19298
- "type": "string"
19299
- }
19300
- }
19301
- ]
19302
- },
19303
- "dcterms:publisher": {
19304
- "anyOf": [
19305
- {
19306
- "$ref": "https://schema.twindev.org/foaf/FoafAgent"
19307
- },
19308
- {
19309
- "type": "string"
19310
- }
19311
- ],
19312
- "description": "An entity responsible for making the resource available."
19313
- },
19314
- "dcterms:creator": {
19315
- "$ref": "https://schema.twindev.org/foaf/FoafAgent"
19316
- },
19317
- "dcterms:accessRights": {
19318
- "anyOf": [
19319
- {
19320
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19321
- },
19322
- {
19323
- "type": "string"
19324
- }
19325
- ],
19326
- "description": "Information about who can access the resource or an indication of its security status."
19327
- },
19328
- "dcterms:license": {
19329
- "anyOf": [
19330
- {
19331
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19332
- },
19333
- {
19334
- "type": "string"
19335
- }
19336
- ],
19337
- "description": "A legal document under which the resource is made available."
19338
- },
19339
- "dcterms:rights": {
19340
- "anyOf": [
19341
- {
19342
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19343
- },
19344
- {
19345
- "type": "string"
19346
- }
19347
- ],
19348
- "description": "Information about rights held in and over the resource."
19349
- },
19350
- "dcterms:conformsTo": {
19351
- "description": "Object or array data type",
19352
- "anyOf": [
19353
- {
19354
- "type": "string"
19355
- },
19356
- {
19357
- "type": "array",
19358
- "items": {
19359
- "type": "string"
19360
- }
19361
- }
19362
- ]
19363
- },
19364
- "dcterms:type": {
19365
- "type": "string",
19366
- "description": "The nature or genre of the resource."
19367
- },
19368
- "dcat:contactPoint": {
19369
- "anyOf": [
19370
- {
19371
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
19372
- },
19373
- {
19374
- "type": "string"
19375
- }
19376
- ],
19377
- "description": "Relevant contact information for the catalogued resource."
19378
- },
19379
- "dcat:keyword": {
19380
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19381
- },
19382
- "dcat:theme": {
19383
- "description": "Object or array data type",
19384
- "anyOf": [
19385
- {
19386
- "type": "string"
19387
- },
19388
- {
19389
- "type": "array",
19390
- "items": {
19391
- "type": "string"
19392
- }
19393
- }
19394
- ]
19395
- },
19396
- "dcat:landingPage": {
19397
- "description": "Object or array data type",
19398
- "anyOf": [
19399
- {
19400
- "type": "string"
19401
- },
19402
- {
19403
- "type": "array",
19404
- "items": {
19405
- "type": "string"
19406
- }
19407
- }
19408
- ]
19409
- },
19410
- "dcat:qualifiedRelation": {
19411
- "anyOf": [
19412
- {
19413
- "$ref": "https://schema.twindev.org/dcat/DcatRelationship"
19414
- },
19415
- {
19416
- "type": "string"
19417
- }
19418
- ],
19419
- "description": "Link to a description of a relationship with another resource."
19420
- },
19421
- "odrl:hasPolicy": {
19422
- "$ref": "https://schema.twindev.org/w3c-odrl/OdrlPolicy"
19423
- },
19424
- "@id": {
19425
- "anyOf": [
19426
- {
19427
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19428
- },
19429
- {
19430
- "type": "array",
19431
- "items": {
19432
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19433
- }
19434
- },
19435
- {
19436
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19437
- },
19438
- {
19439
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19440
- },
19441
- {
19442
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19443
- },
19444
- {
19445
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19446
- },
19447
- {
19448
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19449
- }
19450
- ]
19451
- },
19452
- "@included": {
19453
- "anyOf": [
19454
- {
19455
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19456
- },
19457
- {
19458
- "type": "array",
19459
- "items": {
19460
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19461
- }
19462
- },
19463
- {
19464
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19465
- },
19466
- {
19467
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19468
- },
19469
- {
19470
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19471
- },
19472
- {
19473
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19474
- },
19475
- {
19476
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19477
- }
19478
- ]
19479
- },
19480
- "@graph": {
19481
- "anyOf": [
19482
- {
19483
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19484
- },
19485
- {
19486
- "type": "array",
19487
- "items": {
19488
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19489
- }
19490
- },
19491
- {
19492
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19493
- },
19494
- {
19495
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19496
- },
19497
- {
19498
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19499
- },
19500
- {
19501
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19502
- },
19503
- {
19504
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19505
- }
19506
- ]
19507
- },
19508
- "@nest": {
19509
- "anyOf": [
19510
- {
19511
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19512
- },
19513
- {
19514
- "type": "array",
19515
- "items": {
19516
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19517
- }
19518
- },
19519
- {
19520
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19521
- },
19522
- {
19523
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19524
- },
19525
- {
19526
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19527
- },
19528
- {
19529
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19530
- },
19531
- {
19532
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19533
- }
19534
- ]
19535
- },
19536
- "@reverse": {
19537
- "anyOf": [
19538
- {
19539
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19540
- },
19541
- {
19542
- "type": "array",
19543
- "items": {
19544
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19545
- }
19546
- },
19547
- {
19548
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19549
- },
19550
- {
19551
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19552
- },
19553
- {
19554
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19555
- },
19556
- {
19557
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19558
- },
19559
- {
19560
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19561
- }
19562
- ]
19563
- },
19564
- "@index": {
19565
- "anyOf": [
19566
- {
19567
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19568
- },
19569
- {
19570
- "type": "array",
19571
- "items": {
19572
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19573
- }
19574
- },
19575
- {
19576
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19577
- },
19578
- {
19579
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19580
- },
19581
- {
19582
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19583
- },
19584
- {
19585
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19586
- },
19587
- {
19588
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19589
- }
19590
- ]
19591
- }
19592
- },
19593
- "required": [
19594
- "@graph",
19595
- "@id",
19596
- "@included",
19597
- "@index",
19598
- "@nest",
19599
- "@reverse",
19600
- "@type"
19601
- ],
19602
- "description": "Dataset omitting LD Context"
19603
- },
19604
- "DistributionOptionalContext": {
19605
- "type": "object",
19606
- "additionalProperties": false,
19607
- "properties": {
19608
- "@context": {
19609
- "$ref": "https://schema.twindev.org/dcat/DcatContextType"
19610
- },
19611
- "@type": {
19612
- "type": "string",
19613
- "const": "dcat:Distribution",
19614
- "description": "The type identifier, typically \"Distribution\"."
19615
- },
19616
- "dcterms:title": {
19617
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19618
- },
19619
- "dcterms:description": {
19620
- "$ref": "https://schema.twindev.org/dcat/DcatLiteralType"
19621
- },
19622
- "dcterms:issued": {
19623
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
19624
- },
19625
- "dcterms:modified": {
19626
- "$ref": "https://schema.twindev.org/dcat/DcatDateTimeType"
19627
- },
19628
- "dcterms:license": {
19629
- "type": "string",
19630
- "description": "A legal document under which the distribution is made available."
19631
- },
19632
- "dcterms:accessRights": {
19633
- "type": "string",
19634
- "description": "Information about who can access the distribution."
19635
- },
19636
- "dcterms:rights": {
19637
- "type": "string",
19638
- "description": "Information about rights held in and over the distribution."
19639
- },
19640
- "dcat:accessURL": {
19641
- "type": "string",
19642
- "description": "A URL of the resource that gives access to a distribution of the dataset."
19643
- },
19644
- "dcat:accessService": {
19645
- "type": "string",
19646
- "description": "A data service that gives access to the distribution."
19647
- },
19648
- "dcat:downloadURL": {
19649
- "type": "string",
19650
- "description": "The URL of the downloadable file in a given format."
19651
- },
19652
- "dcat:byteSize": {
19653
- "$ref": "https://schema.twindev.org/dcat/DcatNonNegativeIntegerType"
19654
- },
19655
- "dcat:spatialResolutionInMeters": {
19656
- "$ref": "https://schema.twindev.org/dcat/DcatDecimalType"
19657
- },
19658
- "dcat:temporalResolution": {
19659
- "$ref": "https://schema.twindev.org/dcat/DcatDurationType"
19660
- },
19661
- "dcterms:conformsTo": {
19662
- "description": "Object or array data type",
19663
- "anyOf": [
19664
- {
19665
- "type": "string"
19666
- },
19667
- {
19668
- "type": "array",
19669
- "items": {
19670
- "type": "string"
19671
- }
19672
- }
19673
- ]
19674
- },
19675
- "dcat:mediaType": {
19676
- "type": "string",
19677
- "description": "The media type of the distribution as defined by IANA."
19678
- },
19679
- "dcterms:format": {
19680
- "type": "string",
19681
- "description": "The file format of the distribution."
19682
- },
19683
- "dcat:compressFormat": {
19684
- "type": "string",
19685
- "description": "The compression format of the distribution."
19686
- },
19687
- "dcat:packageFormat": {
19688
- "type": "string",
19689
- "description": "The package format of the distribution."
19690
- },
19691
- "spdx:checksum": {
19692
- "type": "string",
19693
- "description": "The checksum property provides a mechanism to verify the data integrity."
19694
- },
19695
- "odrl:hasPolicy": {
19696
- "$ref": "https://schema.twindev.org/w3c-odrl/OdrlPolicy"
19697
- },
19698
- "@id": {
19699
- "anyOf": [
19700
- {
19701
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19702
- },
19703
- {
19704
- "type": "array",
19705
- "items": {
19706
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19707
- }
19708
- },
19709
- {
19710
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19711
- },
19712
- {
19713
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19714
- },
19715
- {
19716
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19717
- },
19718
- {
19719
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19720
- },
19721
- {
19722
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19723
- }
19724
- ]
19725
- },
19726
- "@included": {
19727
- "anyOf": [
19728
- {
19729
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19730
- },
19731
- {
19732
- "type": "array",
19733
- "items": {
19734
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19735
- }
19736
- },
19737
- {
19738
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19739
- },
19740
- {
19741
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19742
- },
19743
- {
19744
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19745
- },
19746
- {
19747
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19748
- },
19749
- {
19750
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19751
- }
19752
- ]
19753
- },
19754
- "@graph": {
19755
- "anyOf": [
19756
- {
19757
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19758
- },
19759
- {
19760
- "type": "array",
19761
- "items": {
19762
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19763
- }
19764
- },
19765
- {
19766
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19767
- },
19768
- {
19769
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19770
- },
19771
- {
19772
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19773
- },
19774
- {
19775
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19776
- },
19777
- {
19778
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19779
- }
19780
- ]
19781
- },
19782
- "@nest": {
19783
- "anyOf": [
19784
- {
19785
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19786
- },
19787
- {
19788
- "type": "array",
19789
- "items": {
19790
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19791
- }
19792
- },
19793
- {
19794
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19795
- },
19796
- {
19797
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19798
- },
19799
- {
19800
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19801
- },
19802
- {
19803
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19804
- },
19805
- {
19806
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19807
- }
19808
- ]
19809
- },
19810
- "@reverse": {
19811
- "anyOf": [
19812
- {
19813
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19814
- },
19815
- {
19816
- "type": "array",
19817
- "items": {
19818
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19819
- }
19820
- },
19821
- {
19822
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19823
- },
19824
- {
19825
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19826
- },
19827
- {
19828
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19829
- },
19830
- {
19831
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19832
- },
19833
- {
19834
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19835
- }
19836
- ]
19837
- },
19838
- "@index": {
19839
- "anyOf": [
19840
- {
19841
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19842
- },
19843
- {
19844
- "type": "array",
19845
- "items": {
19846
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
19847
- }
19848
- },
19849
- {
19850
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
19851
- },
19852
- {
19853
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
19854
- },
19855
- {
19856
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
19857
- },
19858
- {
19859
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
19860
- },
19861
- {
19862
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
19863
- }
19864
- ]
19865
- }
19866
- },
19867
- "required": [
19868
- "@graph",
19869
- "@id",
19870
- "@included",
19871
- "@index",
19872
- "@nest",
19873
- "@reverse",
19874
- "@type"
19875
- ],
19876
- "description": "Distribution omitting LD Context"
19877
- },
19878
- "DocumentManagementCreateRequest": {
19879
- "type": "object",
19880
- "properties": {
19881
- "documentId": {
19882
- "type": "string",
19883
- "description": "The document id to create."
19884
- },
19885
- "documentIdFormat": {
19886
- "type": "string",
19887
- "description": "The format of the document identifier."
19888
- },
19889
- "documentCode": {
19890
- "$ref": "https://schema.twindev.org/unece/UneceDocumentCodeList"
19891
- },
19892
- "blob": {
19893
- "type": "string",
19894
- "description": "The data to create the document with, in base64."
18522
+ "description": "The data to create the document with, in base64."
19895
18523
  },
19896
18524
  "annotationObject": {
19897
18525
  "$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
@@ -19935,7 +18563,6 @@
19935
18563
  "documentCode",
19936
18564
  "blob"
19937
18565
  ],
19938
- "additionalProperties": false,
19939
18566
  "description": "The body parameters."
19940
18567
  },
19941
18568
  "DocumentManagementUpdateRequest": {
@@ -19971,7 +18598,6 @@
19971
18598
  "description": "The auditable item graph vertices to connect the document to."
19972
18599
  }
19973
18600
  },
19974
- "additionalProperties": false,
19975
18601
  "description": "The body parameters."
19976
18602
  },
19977
18603
  "Error": {
@@ -20006,7 +18632,6 @@
20006
18632
  "name",
20007
18633
  "message"
20008
18634
  ],
20009
- "additionalProperties": false,
20010
18635
  "description": "Model to describe serialized error."
20011
18636
  },
20012
18637
  "FilteringQuery": {
@@ -20031,7 +18656,6 @@
20031
18656
  "type",
20032
18657
  "q"
20033
18658
  ],
20034
- "additionalProperties": false,
20035
18659
  "description": "A query over a data asset that to be processed by a DS Connector App."
20036
18660
  },
20037
18661
  "GetDatasetResponse": {
@@ -20064,7 +18688,6 @@
20064
18688
  "name",
20065
18689
  "status"
20066
18690
  ],
20067
- "additionalProperties": false,
20068
18691
  "description": "The health component information."
20069
18692
  },
20070
18693
  "HealthInfo": {
@@ -20084,7 +18707,6 @@
20084
18707
  "required": [
20085
18708
  "status"
20086
18709
  ],
20087
- "additionalProperties": false,
20088
18710
  "description": "The status of the server."
20089
18711
  },
20090
18712
  "HealthStatus": {
@@ -20115,7 +18737,6 @@
20115
18737
  "description": "The optional namespace to create the identity in."
20116
18738
  }
20117
18739
  },
20118
- "additionalProperties": false,
20119
18740
  "description": "The data for the request."
20120
18741
  },
20121
18742
  "IdentityProfileCreateRequest": {
@@ -20128,7 +18749,6 @@
20128
18749
  "$ref": "https://schema.twindev.org/json-ld/JsonLdDocument"
20129
18750
  }
20130
18751
  },
20131
- "additionalProperties": false,
20132
18752
  "description": "The data for the request."
20133
18753
  },
20134
18754
  "IdentityProfileGetResponse": {
@@ -20148,7 +18768,6 @@
20148
18768
  "required": [
20149
18769
  "identity"
20150
18770
  ],
20151
- "additionalProperties": false,
20152
18771
  "description": "The response payload."
20153
18772
  },
20154
18773
  "IdentityProfileListResponse": {
@@ -20182,7 +18801,6 @@
20182
18801
  "required": [
20183
18802
  "items"
20184
18803
  ],
20185
- "additionalProperties": false,
20186
18804
  "description": "The response payload."
20187
18805
  },
20188
18806
  "IdentityProfileUpdateRequest": {
@@ -20195,7 +18813,6 @@
20195
18813
  "$ref": "https://schema.twindev.org/json-ld/JsonLdDocument"
20196
18814
  }
20197
18815
  },
20198
- "additionalProperties": false,
20199
18816
  "description": "The data for the request."
20200
18817
  },
20201
18818
  "IdentityProofCreateRequest": {
@@ -20212,7 +18829,6 @@
20212
18829
  "proofType",
20213
18830
  "document"
20214
18831
  ],
20215
- "additionalProperties": false,
20216
18832
  "description": "The data for the request."
20217
18833
  },
20218
18834
  "IdentityProofVerifyRequest": {
@@ -20229,7 +18845,6 @@
20229
18845
  "document",
20230
18846
  "proof"
20231
18847
  ],
20232
- "additionalProperties": false,
20233
18848
  "description": "The data for the request."
20234
18849
  },
20235
18850
  "IdentityProofVerifyResponse": {
@@ -20242,7 +18857,6 @@
20242
18857
  "required": [
20243
18858
  "verified"
20244
18859
  ],
20245
- "additionalProperties": false,
20246
18860
  "description": "The response payload."
20247
18861
  },
20248
18862
  "IdentityServiceCreateRequest": {
@@ -20286,7 +18900,6 @@
20286
18900
  "type",
20287
18901
  "endpoint"
20288
18902
  ],
20289
- "additionalProperties": false,
20290
18903
  "description": "The data for the request."
20291
18904
  },
20292
18905
  "IdentityVerifiableCredentialCreateRequest": {
@@ -20311,7 +18924,6 @@
20311
18924
  "required": [
20312
18925
  "subject"
20313
18926
  ],
20314
- "additionalProperties": false,
20315
18927
  "description": "The data for the request."
20316
18928
  },
20317
18929
  "IdentityVerifiableCredentialCreateResponse": {
@@ -20329,7 +18941,6 @@
20329
18941
  "verifiableCredential",
20330
18942
  "jwt"
20331
18943
  ],
20332
- "additionalProperties": false,
20333
18944
  "description": "The response payload."
20334
18945
  },
20335
18946
  "IdentityVerifiableCredentialVerifyResponse": {
@@ -20346,7 +18957,6 @@
20346
18957
  "required": [
20347
18958
  "revoked"
20348
18959
  ],
20349
- "additionalProperties": false,
20350
18960
  "description": "The response payload."
20351
18961
  },
20352
18962
  "IdentityVerifiablePresentationCreateRequest": {
@@ -20395,7 +19005,6 @@
20395
19005
  "required": [
20396
19006
  "verifiableCredentials"
20397
19007
  ],
20398
- "additionalProperties": false,
20399
19008
  "description": "The data for the request."
20400
19009
  },
20401
19010
  "IdentityVerifiablePresentationCreateResponse": {
@@ -20413,7 +19022,6 @@
20413
19022
  "verifiablePresentation",
20414
19023
  "jwt"
20415
19024
  ],
20416
- "additionalProperties": false,
20417
19025
  "description": "The response payload."
20418
19026
  },
20419
19027
  "IdentityVerifiablePresentationVerifyResponse": {
@@ -20437,7 +19045,6 @@
20437
19045
  "required": [
20438
19046
  "revoked"
20439
19047
  ],
20440
- "additionalProperties": false,
20441
19048
  "description": "The response payload."
20442
19049
  },
20443
19050
  "IdentityVerificationMethodCreateRequest": {
@@ -20454,7 +19061,6 @@
20454
19061
  "required": [
20455
19062
  "verificationMethodType"
20456
19063
  ],
20457
- "additionalProperties": false,
20458
19064
  "description": "The data for the request."
20459
19065
  },
20460
19066
  "ImmutableProofCreateRequest": {
@@ -20467,7 +19073,6 @@
20467
19073
  "required": [
20468
19074
  "document"
20469
19075
  ],
20470
- "additionalProperties": false,
20471
19076
  "description": "The parameters from the body."
20472
19077
  },
20473
19078
  "LogEntry": {
@@ -20502,7 +19107,6 @@
20502
19107
  "source",
20503
19108
  "message"
20504
19109
  ],
20505
- "additionalProperties": false,
20506
19110
  "description": "Interface describing a log entry."
20507
19111
  },
20508
19112
  "LogLevel": {
@@ -20553,7 +19157,6 @@
20553
19157
  "required": [
20554
19158
  "entities"
20555
19159
  ],
20556
- "additionalProperties": false,
20557
19160
  "description": "The response payload."
20558
19161
  },
20559
19162
  "LoginRequest": {
@@ -20572,7 +19175,6 @@
20572
19175
  "email",
20573
19176
  "password"
20574
19177
  ],
20575
- "additionalProperties": false,
20576
19178
  "description": "The login details."
20577
19179
  },
20578
19180
  "LoginResponse": {
@@ -20586,7 +19188,6 @@
20586
19188
  "required": [
20587
19189
  "expiry"
20588
19190
  ],
20589
- "additionalProperties": false,
20590
19191
  "description": "The login response details."
20591
19192
  },
20592
19193
  "MetricType": {
@@ -20630,7 +19231,6 @@
20630
19231
  "required": [
20631
19232
  "tag"
20632
19233
  ],
20633
- "additionalProperties": false,
20634
19234
  "description": "The data to be used in the minting."
20635
19235
  },
20636
19236
  "NftResolveResponse": {
@@ -20660,7 +19260,6 @@
20660
19260
  "owner",
20661
19261
  "tag"
20662
19262
  ],
20663
- "additionalProperties": false,
20664
19263
  "description": "The data that was resolved."
20665
19264
  },
20666
19265
  "NftTransferRequest": {
@@ -20682,7 +19281,6 @@
20682
19281
  "recipientIdentity",
20683
19282
  "recipientAddress"
20684
19283
  ],
20685
- "additionalProperties": false,
20686
19284
  "description": "The data to be used in the transfer."
20687
19285
  },
20688
19286
  "NftUpdateRequest": {
@@ -20692,12 +19290,10 @@
20692
19290
  "description": "The metadata for the NFT."
20693
19291
  }
20694
19292
  },
20695
- "additionalProperties": false,
20696
19293
  "description": "The data to be used in the update."
20697
19294
  },
20698
19295
  "NotFoundResponse": {
20699
19296
  "type": "object",
20700
- "additionalProperties": false,
20701
19297
  "properties": {
20702
19298
  "notFoundId": {
20703
19299
  "type": "string",
@@ -20736,7 +19332,6 @@
20736
19332
  },
20737
19333
  "PapCreateRequest": {
20738
19334
  "type": "object",
20739
- "additionalProperties": false,
20740
19335
  "properties": {
20741
19336
  "uid": {
20742
19337
  "type": "string"
@@ -20939,184 +19534,10 @@
20939
19534
  }
20940
19535
  ],
20941
19536
  "description": "The obligations in the policy. At least one of permission, prohibition, or obligation must be present."
20942
- },
20943
- "@id": {
20944
- "anyOf": [
20945
- {
20946
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
20947
- },
20948
- {
20949
- "type": "array",
20950
- "items": {
20951
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
20952
- }
20953
- },
20954
- {
20955
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
20956
- },
20957
- {
20958
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
20959
- },
20960
- {
20961
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
20962
- },
20963
- {
20964
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
20965
- },
20966
- {
20967
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
20968
- }
20969
- ]
20970
- },
20971
- "@included": {
20972
- "anyOf": [
20973
- {
20974
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
20975
- },
20976
- {
20977
- "type": "array",
20978
- "items": {
20979
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
20980
- }
20981
- },
20982
- {
20983
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
20984
- },
20985
- {
20986
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
20987
- },
20988
- {
20989
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
20990
- },
20991
- {
20992
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
20993
- },
20994
- {
20995
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
20996
- }
20997
- ]
20998
- },
20999
- "@graph": {
21000
- "anyOf": [
21001
- {
21002
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21003
- },
21004
- {
21005
- "type": "array",
21006
- "items": {
21007
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21008
- }
21009
- },
21010
- {
21011
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
21012
- },
21013
- {
21014
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
21015
- },
21016
- {
21017
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
21018
- },
21019
- {
21020
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
21021
- },
21022
- {
21023
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
21024
- }
21025
- ]
21026
- },
21027
- "@nest": {
21028
- "anyOf": [
21029
- {
21030
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21031
- },
21032
- {
21033
- "type": "array",
21034
- "items": {
21035
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21036
- }
21037
- },
21038
- {
21039
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
21040
- },
21041
- {
21042
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
21043
- },
21044
- {
21045
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
21046
- },
21047
- {
21048
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
21049
- },
21050
- {
21051
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
21052
- }
21053
- ]
21054
- },
21055
- "@reverse": {
21056
- "anyOf": [
21057
- {
21058
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21059
- },
21060
- {
21061
- "type": "array",
21062
- "items": {
21063
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21064
- }
21065
- },
21066
- {
21067
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
21068
- },
21069
- {
21070
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
21071
- },
21072
- {
21073
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
21074
- },
21075
- {
21076
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
21077
- },
21078
- {
21079
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
21080
- }
21081
- ]
21082
- },
21083
- "@index": {
21084
- "anyOf": [
21085
- {
21086
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21087
- },
21088
- {
21089
- "type": "array",
21090
- "items": {
21091
- "$ref": "https://schema.twindev.org/json-ld/JsonLdNodePrimitive"
21092
- }
21093
- },
21094
- {
21095
- "$ref": "https://schema.twindev.org/json-ld/JsonLdLanguageMap"
21096
- },
21097
- {
21098
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIndexMap"
21099
- },
21100
- {
21101
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIncludedBlock"
21102
- },
21103
- {
21104
- "$ref": "https://schema.twindev.org/json-ld/JsonLdIdMap"
21105
- },
21106
- {
21107
- "$ref": "https://schema.twindev.org/json-ld/JsonLdTypeMap"
21108
- }
21109
- ]
21110
19537
  }
21111
19538
  },
21112
19539
  "required": [
21113
19540
  "@context",
21114
- "@graph",
21115
- "@id",
21116
- "@included",
21117
- "@index",
21118
- "@nest",
21119
- "@reverse",
21120
19541
  "@type"
21121
19542
  ],
21122
19543
  "description": "The body of the request - the policy to create (uid will be auto-generated)."
@@ -21242,7 +19663,6 @@
21242
19663
  "dateCreated",
21243
19664
  "state"
21244
19665
  ],
21245
- "additionalProperties": false,
21246
19666
  "description": "Interface describing a rights management policy negotiation."
21247
19667
  },
21248
19668
  "RefreshTokenResponse": {
@@ -21256,7 +19676,6 @@
21256
19676
  "required": [
21257
19677
  "expiry"
21258
19678
  ],
21259
- "additionalProperties": false,
21260
19679
  "description": "The refresh token details."
21261
19680
  },
21262
19681
  "Rule": {
@@ -21282,7 +19701,6 @@
21282
19701
  "source",
21283
19702
  "target"
21284
19703
  ],
21285
- "additionalProperties": false,
21286
19704
  "description": "Rule defining how to extract data from an object."
21287
19705
  },
21288
19706
  "RuleGroup": {
@@ -21309,7 +19727,6 @@
21309
19727
  "label",
21310
19728
  "rules"
21311
19729
  ],
21312
- "additionalProperties": false,
21313
19730
  "description": "Group of rules for extraction."
21314
19731
  },
21315
19732
  "ServerInfo": {
@@ -21328,7 +19745,6 @@
21328
19745
  "name",
21329
19746
  "version"
21330
19747
  ],
21331
- "additionalProperties": false,
21332
19748
  "description": "The information about the server."
21333
19749
  },
21334
19750
  "ServerLivezResponse": {
@@ -21379,7 +19795,6 @@
21379
19795
  "operation",
21380
19796
  "id"
21381
19797
  ],
21382
- "additionalProperties": false,
21383
19798
  "description": "The object definition for a sync change."
21384
19799
  },
21385
19800
  "SyncChangeOperation": {
@@ -21448,7 +19863,6 @@
21448
19863
  "nodeIdentity",
21449
19864
  "changes"
21450
19865
  ],
21451
- "additionalProperties": false,
21452
19866
  "description": "The object definition for a sync change set."
21453
19867
  },
21454
19868
  "SyncDecryptionKeyResponse": {
@@ -21462,7 +19876,6 @@
21462
19876
  "required": [
21463
19877
  "decryptionKey"
21464
19878
  ],
21465
- "additionalProperties": false,
21466
19879
  "description": "The body of the response."
21467
19880
  },
21468
19881
  "SynchronisedEntityCore": {
@@ -21476,7 +19889,6 @@
21476
19889
  "required": [
21477
19890
  "dateModified"
21478
19891
  ],
21479
- "additionalProperties": false,
21480
19892
  "description": "The base definition for synchronised entries."
21481
19893
  },
21482
19894
  "TaskApp": {
@@ -21495,7 +19907,6 @@
21495
19907
  "taskId",
21496
19908
  "dataSpaceConnectorAppId"
21497
19909
  ],
21498
- "additionalProperties": false,
21499
19910
  "description": "Denotes a task associated with a Data Space Connector App"
21500
19911
  },
21501
19912
  "TelemetryAddMetricValueRequest": {
@@ -21526,7 +19937,6 @@
21526
19937
  "required": [
21527
19938
  "value"
21528
19939
  ],
21529
- "additionalProperties": false,
21530
19940
  "description": "The data to be used in the update."
21531
19941
  },
21532
19942
  "TelemetryGetMetricResponse": {
@@ -21543,7 +19953,6 @@
21543
19953
  "metric",
21544
19954
  "value"
21545
19955
  ],
21546
- "additionalProperties": false,
21547
19956
  "description": "The body parameters."
21548
19957
  },
21549
19958
  "TelemetryListResponse": {
@@ -21564,7 +19973,6 @@
21564
19973
  "required": [
21565
19974
  "entities"
21566
19975
  ],
21567
- "additionalProperties": false,
21568
19976
  "description": "The response payload."
21569
19977
  },
21570
19978
  "TelemetryMetric": {
@@ -21595,7 +20003,6 @@
21595
20003
  "label",
21596
20004
  "type"
21597
20005
  ],
21598
- "additionalProperties": false,
21599
20006
  "description": "Interface describing a telemetry metric."
21600
20007
  },
21601
20008
  "TelemetryMetricValue": {
@@ -21624,7 +20031,6 @@
21624
20031
  "ts",
21625
20032
  "value"
21626
20033
  ],
21627
- "additionalProperties": false,
21628
20034
  "description": "Interface describing a telemetry metric value."
21629
20035
  },
21630
20036
  "TelemetryUpdateMetricRequest": {
@@ -21646,7 +20052,6 @@
21646
20052
  "required": [
21647
20053
  "label"
21648
20054
  ],
21649
- "additionalProperties": false,
21650
20055
  "description": "The data to be used in the update."
21651
20056
  },
21652
20057
  "TelemetryValuesListResponse": {
@@ -21671,7 +20076,6 @@
21671
20076
  "metric",
21672
20077
  "entities"
21673
20078
  ],
21674
- "additionalProperties": false,
21675
20079
  "description": "The response payload."
21676
20080
  },
21677
20081
  "TrustVerificationInfo": {
@@ -21692,7 +20096,6 @@
21692
20096
  "required": [
21693
20097
  "identity"
21694
20098
  ],
21695
- "additionalProperties": false,
21696
20099
  "description": "Interface describing a trust verifier information."
21697
20100
  },
21698
20101
  "UpdatePasswordRequest": {
@@ -21711,7 +20114,6 @@
21711
20114
  "currentPassword",
21712
20115
  "newPassword"
21713
20116
  ],
21714
- "additionalProperties": false,
21715
20117
  "description": "The body of the request."
21716
20118
  },
21717
20119
  "VerifiableStorageCreateRequest": {
@@ -21741,7 +20143,6 @@
21741
20143
  "required": [
21742
20144
  "data"
21743
20145
  ],
21744
- "additionalProperties": false,
21745
20146
  "description": "The data to be stored."
21746
20147
  },
21747
20148
  "VerifiableStorageCreateResponse": {
@@ -21759,7 +20160,6 @@
21759
20160
  "receipt",
21760
20161
  "id"
21761
20162
  ],
21762
- "additionalProperties": false,
21763
20163
  "description": "The data that was stored."
21764
20164
  },
21765
20165
  "VerifiableStorageGetRequest": {
@@ -21776,7 +20176,6 @@
21776
20176
  "default": true
21777
20177
  }
21778
20178
  },
21779
- "additionalProperties": false,
21780
20179
  "description": "The body optional param."
21781
20180
  },
21782
20181
  "VerifiableStorageGetResponse": {
@@ -21800,7 +20199,6 @@
21800
20199
  "required": [
21801
20200
  "receipt"
21802
20201
  ],
21803
- "additionalProperties": false,
21804
20202
  "description": "The data that was obtained."
21805
20203
  },
21806
20204
  "VerifiableStorageUpdateRequest": {
@@ -21818,7 +20216,6 @@
21818
20216
  "description": "An updated list of identities that are allowed to modify the item, send an empty list to remove all entries."
21819
20217
  }
21820
20218
  },
21821
- "additionalProperties": false,
21822
20219
  "description": "The data to be updated."
21823
20220
  },
21824
20221
  "VerifyDepth": {