@twin.org/node 0.0.3-next.15 → 0.0.3-next.16
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.
- package/docs/changelog.md +14 -0
- package/docs/open-api/spec.json +149 -910
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/node - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.16](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.15...node-v0.0.3-next.16) (2026-01-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* remove dap and darp ([36c3ffb](https://github.com/twinfoundation/node/commit/36c3ffb31af65a0e3025859dab675efeee043155))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
16
|
+
|
|
3
17
|
## [0.0.3-next.15](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.14...node-v0.0.3-next.15) (2026-01-26)
|
|
4
18
|
|
|
5
19
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
{
|
|
99
99
|
"name": "Policy Negotiation Administration Point",
|
|
100
100
|
"description": "Endpoints for managing ODRL policies in the Policy Negotiation Administration Point"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "Data Access Point",
|
|
104
|
-
"description": "Endpoints for providing access to the Rights Management Data Access Point"
|
|
105
101
|
}
|
|
106
102
|
],
|
|
107
103
|
"paths": {
|
|
@@ -11736,7 +11732,7 @@
|
|
|
11736
11732
|
"id": "0909090909090909090909090909090909090909090909090909090909090909",
|
|
11737
11733
|
"dateCreated": "2025-05-29T01:00:00.000Z",
|
|
11738
11734
|
"dateModified": "2025-05-29T01:00:00.000Z",
|
|
11739
|
-
"
|
|
11735
|
+
"nodeIdentity": "did:entity-storage:0xd2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2d2",
|
|
11740
11736
|
"changes": [
|
|
11741
11737
|
{
|
|
11742
11738
|
"entity": {
|
|
@@ -14678,737 +14674,162 @@
|
|
|
14678
14674
|
}
|
|
14679
14675
|
}
|
|
14680
14676
|
}
|
|
14681
|
-
}
|
|
14682
|
-
|
|
14683
|
-
|
|
14684
|
-
|
|
14685
|
-
|
|
14686
|
-
"
|
|
14687
|
-
|
|
14688
|
-
|
|
14689
|
-
|
|
14690
|
-
|
|
14691
|
-
"name": "assetType",
|
|
14692
|
-
"description": "The type of the item being created.",
|
|
14693
|
-
"in": "path",
|
|
14694
|
-
"required": true,
|
|
14695
|
-
"schema": {
|
|
14696
|
-
"type": "string"
|
|
14697
|
-
},
|
|
14698
|
-
"style": "simple",
|
|
14699
|
-
"example": "contacts"
|
|
14677
|
+
}
|
|
14678
|
+
},
|
|
14679
|
+
"components": {
|
|
14680
|
+
"schemas": {
|
|
14681
|
+
"ActivityLogEntry": {
|
|
14682
|
+
"type": "object",
|
|
14683
|
+
"properties": {
|
|
14684
|
+
"id": {
|
|
14685
|
+
"type": "string",
|
|
14686
|
+
"description": "The Id of the Activity Log entry."
|
|
14700
14687
|
},
|
|
14701
|
-
{
|
|
14702
|
-
"
|
|
14703
|
-
"
|
|
14704
|
-
"required": true,
|
|
14705
|
-
"schema": {
|
|
14706
|
-
"type": "string"
|
|
14707
|
-
},
|
|
14708
|
-
"style": "simple",
|
|
14709
|
-
"example": "application/ld+json"
|
|
14688
|
+
"activityId": {
|
|
14689
|
+
"type": "string",
|
|
14690
|
+
"description": "The activity Id that this entry refers to."
|
|
14710
14691
|
},
|
|
14711
|
-
{
|
|
14712
|
-
"
|
|
14713
|
-
"
|
|
14714
|
-
|
|
14715
|
-
|
|
14716
|
-
|
|
14692
|
+
"generator": {
|
|
14693
|
+
"type": "string",
|
|
14694
|
+
"description": "The identity of the Activity's generator."
|
|
14695
|
+
},
|
|
14696
|
+
"dateCreated": {
|
|
14697
|
+
"type": "string",
|
|
14698
|
+
"description": "The creation date of this object."
|
|
14699
|
+
},
|
|
14700
|
+
"dateModified": {
|
|
14701
|
+
"type": "string",
|
|
14702
|
+
"description": "The last update date of this object."
|
|
14703
|
+
},
|
|
14704
|
+
"retryCount": {
|
|
14705
|
+
"type": "number",
|
|
14706
|
+
"description": "Number of times this activity has been retried."
|
|
14707
|
+
},
|
|
14708
|
+
"status": {
|
|
14709
|
+
"$ref": "#/components/schemas/ActivityProcessingStatus"
|
|
14710
|
+
},
|
|
14711
|
+
"pendingTasks": {
|
|
14712
|
+
"type": "array",
|
|
14713
|
+
"items": {
|
|
14714
|
+
"$ref": "#/components/schemas/TaskApp"
|
|
14717
14715
|
},
|
|
14718
|
-
"
|
|
14719
|
-
|
|
14720
|
-
|
|
14721
|
-
|
|
14722
|
-
|
|
14723
|
-
|
|
14724
|
-
|
|
14725
|
-
|
|
14726
|
-
|
|
14727
|
-
|
|
14728
|
-
|
|
14729
|
-
},
|
|
14730
|
-
"examples": {
|
|
14731
|
-
"dapCreateRequestExample": {
|
|
14732
|
-
"value": {
|
|
14733
|
-
"@context": "https://schema.twindev.org/rights-management/",
|
|
14734
|
-
"type": "DataAccessRequestWithObject",
|
|
14735
|
-
"assetType": "contacts",
|
|
14736
|
-
"object": {
|
|
14737
|
-
"@context": "https://schema.org",
|
|
14738
|
-
"type": "Person",
|
|
14739
|
-
"name": "Jane Doe"
|
|
14740
|
-
}
|
|
14741
|
-
}
|
|
14742
|
-
}
|
|
14743
|
-
}
|
|
14744
|
-
}
|
|
14745
|
-
}
|
|
14746
|
-
},
|
|
14747
|
-
"responses": {
|
|
14748
|
-
"201": {
|
|
14749
|
-
"description": "The rest request ended in created response.",
|
|
14750
|
-
"headers": {
|
|
14751
|
-
"location": {
|
|
14752
|
-
"schema": {
|
|
14753
|
-
"type": "string"
|
|
14716
|
+
"description": "The pending tasks that have to be run to process the Activity."
|
|
14717
|
+
},
|
|
14718
|
+
"runningTasks": {
|
|
14719
|
+
"type": "array",
|
|
14720
|
+
"items": {
|
|
14721
|
+
"type": "object",
|
|
14722
|
+
"additionalProperties": false,
|
|
14723
|
+
"properties": {
|
|
14724
|
+
"startDate": {
|
|
14725
|
+
"type": "string",
|
|
14726
|
+
"description": "Task processing start timestamp"
|
|
14754
14727
|
},
|
|
14755
|
-
"
|
|
14756
|
-
|
|
14757
|
-
|
|
14728
|
+
"endDate": {
|
|
14729
|
+
"type": "string",
|
|
14730
|
+
"description": "Task processing end timestamp"
|
|
14731
|
+
},
|
|
14732
|
+
"taskId": {
|
|
14733
|
+
"type": "string",
|
|
14734
|
+
"description": "Task Id."
|
|
14735
|
+
},
|
|
14736
|
+
"dataSpaceConnectorAppId": {
|
|
14737
|
+
"type": "string",
|
|
14738
|
+
"description": "Data Space Connector App Id."
|
|
14739
|
+
}
|
|
14740
|
+
},
|
|
14741
|
+
"required": [
|
|
14742
|
+
"dataSpaceConnectorAppId",
|
|
14743
|
+
"startDate",
|
|
14744
|
+
"taskId"
|
|
14745
|
+
]
|
|
14746
|
+
},
|
|
14747
|
+
"description": "The running tasks that are processing the Activity."
|
|
14758
14748
|
},
|
|
14759
|
-
"
|
|
14760
|
-
"
|
|
14761
|
-
"
|
|
14762
|
-
"
|
|
14763
|
-
|
|
14764
|
-
|
|
14749
|
+
"finalizedTasks": {
|
|
14750
|
+
"type": "array",
|
|
14751
|
+
"items": {
|
|
14752
|
+
"type": "object",
|
|
14753
|
+
"additionalProperties": false,
|
|
14754
|
+
"properties": {
|
|
14755
|
+
"result": {
|
|
14756
|
+
"type": "string",
|
|
14757
|
+
"description": "The task result."
|
|
14765
14758
|
},
|
|
14766
|
-
"
|
|
14767
|
-
"
|
|
14768
|
-
|
|
14769
|
-
|
|
14770
|
-
|
|
14771
|
-
|
|
14772
|
-
|
|
14773
|
-
|
|
14774
|
-
|
|
14775
|
-
|
|
14759
|
+
"startDate": {
|
|
14760
|
+
"type": "string",
|
|
14761
|
+
"description": "Task processing start timestamp"
|
|
14762
|
+
},
|
|
14763
|
+
"endDate": {
|
|
14764
|
+
"type": "string",
|
|
14765
|
+
"description": "Task processing end timestamp"
|
|
14766
|
+
},
|
|
14767
|
+
"taskId": {
|
|
14768
|
+
"type": "string",
|
|
14769
|
+
"description": "Task Id."
|
|
14770
|
+
},
|
|
14771
|
+
"dataSpaceConnectorAppId": {
|
|
14772
|
+
"type": "string",
|
|
14773
|
+
"description": "Data Space Connector App Id."
|
|
14776
14774
|
}
|
|
14777
|
-
}
|
|
14778
|
-
|
|
14775
|
+
},
|
|
14776
|
+
"required": [
|
|
14777
|
+
"dataSpaceConnectorAppId",
|
|
14778
|
+
"result",
|
|
14779
|
+
"startDate",
|
|
14780
|
+
"taskId"
|
|
14781
|
+
]
|
|
14782
|
+
},
|
|
14783
|
+
"description": "The tasks that have already finalized."
|
|
14779
14784
|
},
|
|
14780
|
-
"
|
|
14781
|
-
"
|
|
14782
|
-
"
|
|
14783
|
-
"
|
|
14784
|
-
|
|
14785
|
+
"inErrorTasks": {
|
|
14786
|
+
"type": "array",
|
|
14787
|
+
"items": {
|
|
14788
|
+
"type": "object",
|
|
14789
|
+
"additionalProperties": false,
|
|
14790
|
+
"properties": {
|
|
14791
|
+
"error": {
|
|
14785
14792
|
"$ref": "#/components/schemas/Error"
|
|
14786
14793
|
},
|
|
14787
|
-
"
|
|
14788
|
-
"
|
|
14789
|
-
|
|
14790
|
-
|
|
14791
|
-
|
|
14792
|
-
|
|
14793
|
-
|
|
14794
|
+
"taskId": {
|
|
14795
|
+
"type": "string",
|
|
14796
|
+
"description": "Task Id."
|
|
14797
|
+
},
|
|
14798
|
+
"dataSpaceConnectorAppId": {
|
|
14799
|
+
"type": "string",
|
|
14800
|
+
"description": "Data Space Connector App Id."
|
|
14794
14801
|
}
|
|
14795
|
-
}
|
|
14796
|
-
|
|
14802
|
+
},
|
|
14803
|
+
"required": [
|
|
14804
|
+
"dataSpaceConnectorAppId",
|
|
14805
|
+
"error",
|
|
14806
|
+
"taskId"
|
|
14807
|
+
]
|
|
14808
|
+
},
|
|
14809
|
+
"description": "The tasks that are in error."
|
|
14797
14810
|
}
|
|
14798
|
-
}
|
|
14799
|
-
|
|
14800
|
-
|
|
14801
|
-
|
|
14802
|
-
|
|
14803
|
-
|
|
14804
|
-
|
|
14805
|
-
"tags": [
|
|
14806
|
-
"Data Access Point"
|
|
14811
|
+
},
|
|
14812
|
+
"required": [
|
|
14813
|
+
"dateCreated",
|
|
14814
|
+
"dateModified",
|
|
14815
|
+
"generator",
|
|
14816
|
+
"id",
|
|
14817
|
+
"status"
|
|
14807
14818
|
],
|
|
14808
|
-
"
|
|
14819
|
+
"additionalProperties": false,
|
|
14820
|
+
"description": "The details related to the processing of an Activity"
|
|
14821
|
+
},
|
|
14822
|
+
"ActivityProcessingStatus": {
|
|
14823
|
+
"anyOf": [
|
|
14809
14824
|
{
|
|
14810
|
-
"
|
|
14811
|
-
"
|
|
14812
|
-
"
|
|
14813
|
-
"required": true,
|
|
14814
|
-
"schema": {
|
|
14815
|
-
"type": "string"
|
|
14816
|
-
},
|
|
14817
|
-
"style": "simple",
|
|
14818
|
-
"example": "contacts"
|
|
14825
|
+
"type": "string",
|
|
14826
|
+
"const": "pending",
|
|
14827
|
+
"description": "Pending: Activity Processing has not started yet."
|
|
14819
14828
|
},
|
|
14820
14829
|
{
|
|
14821
|
-
"
|
|
14822
|
-
"
|
|
14823
|
-
"
|
|
14824
|
-
"required": true,
|
|
14825
|
-
"schema": {
|
|
14826
|
-
"type": "string"
|
|
14827
|
-
},
|
|
14828
|
-
"style": "simple",
|
|
14829
|
-
"example": "urn:contacts:abc123def456"
|
|
14830
|
-
},
|
|
14831
|
-
{
|
|
14832
|
-
"name": "accept",
|
|
14833
|
-
"in": "header",
|
|
14834
|
-
"required": true,
|
|
14835
|
-
"schema": {
|
|
14836
|
-
"type": "string"
|
|
14837
|
-
},
|
|
14838
|
-
"style": "simple",
|
|
14839
|
-
"example": "application/ld+json"
|
|
14840
|
-
},
|
|
14841
|
-
{
|
|
14842
|
-
"name": "authorization",
|
|
14843
|
-
"in": "header",
|
|
14844
|
-
"required": true,
|
|
14845
|
-
"schema": {
|
|
14846
|
-
"type": "string"
|
|
14847
|
-
},
|
|
14848
|
-
"style": "simple",
|
|
14849
|
-
"example": "z3Vcuh2BP9ShC.z3Vcuh2BP9ShC.z3Vcuh2BP9ShC"
|
|
14850
|
-
}
|
|
14851
|
-
],
|
|
14852
|
-
"responses": {
|
|
14853
|
-
"200": {
|
|
14854
|
-
"description": "The response structure for getting an item with the DAP.",
|
|
14855
|
-
"content": {
|
|
14856
|
-
"application/json": {
|
|
14857
|
-
"schema": {
|
|
14858
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
14859
|
-
},
|
|
14860
|
-
"examples": {
|
|
14861
|
-
"IDapGetResponseExample": {
|
|
14862
|
-
"value": {
|
|
14863
|
-
"@context": "https://schema.org",
|
|
14864
|
-
"type": "Person",
|
|
14865
|
-
"name": "Jane Doe"
|
|
14866
|
-
}
|
|
14867
|
-
}
|
|
14868
|
-
}
|
|
14869
|
-
}
|
|
14870
|
-
}
|
|
14871
|
-
},
|
|
14872
|
-
"400": {
|
|
14873
|
-
"description": "The server cannot process the request, see the content for more details.",
|
|
14874
|
-
"content": {
|
|
14875
|
-
"application/json": {
|
|
14876
|
-
"schema": {
|
|
14877
|
-
"$ref": "#/components/schemas/Error"
|
|
14878
|
-
},
|
|
14879
|
-
"examples": {
|
|
14880
|
-
"exampleResponse": {
|
|
14881
|
-
"value": {
|
|
14882
|
-
"name": "GeneralError",
|
|
14883
|
-
"message": "errorMessage",
|
|
14884
|
-
"properties": {
|
|
14885
|
-
"foo": "bar"
|
|
14886
|
-
}
|
|
14887
|
-
}
|
|
14888
|
-
}
|
|
14889
|
-
}
|
|
14890
|
-
}
|
|
14891
|
-
}
|
|
14892
|
-
},
|
|
14893
|
-
"500": {
|
|
14894
|
-
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
14895
|
-
"content": {
|
|
14896
|
-
"application/json": {
|
|
14897
|
-
"schema": {
|
|
14898
|
-
"$ref": "#/components/schemas/Error"
|
|
14899
|
-
},
|
|
14900
|
-
"examples": {
|
|
14901
|
-
"exampleResponse": {
|
|
14902
|
-
"value": {
|
|
14903
|
-
"name": "InternalServerError",
|
|
14904
|
-
"message": "errorMessage"
|
|
14905
|
-
}
|
|
14906
|
-
}
|
|
14907
|
-
}
|
|
14908
|
-
}
|
|
14909
|
-
}
|
|
14910
|
-
}
|
|
14911
|
-
}
|
|
14912
|
-
},
|
|
14913
|
-
"put": {
|
|
14914
|
-
"operationId": "dapUpdate",
|
|
14915
|
-
"summary": "Update an existing item",
|
|
14916
|
-
"tags": [
|
|
14917
|
-
"Data Access Point"
|
|
14918
|
-
],
|
|
14919
|
-
"parameters": [
|
|
14920
|
-
{
|
|
14921
|
-
"name": "assetType",
|
|
14922
|
-
"description": "The type of the item being updated.",
|
|
14923
|
-
"in": "path",
|
|
14924
|
-
"required": true,
|
|
14925
|
-
"schema": {
|
|
14926
|
-
"type": "string"
|
|
14927
|
-
},
|
|
14928
|
-
"style": "simple",
|
|
14929
|
-
"example": "contacts"
|
|
14930
|
-
},
|
|
14931
|
-
{
|
|
14932
|
-
"name": "id",
|
|
14933
|
-
"description": "The id of the item being updated.",
|
|
14934
|
-
"in": "path",
|
|
14935
|
-
"required": true,
|
|
14936
|
-
"schema": {
|
|
14937
|
-
"type": "string"
|
|
14938
|
-
},
|
|
14939
|
-
"style": "simple",
|
|
14940
|
-
"example": "urn:contacts:abc123def456"
|
|
14941
|
-
},
|
|
14942
|
-
{
|
|
14943
|
-
"name": "accept",
|
|
14944
|
-
"in": "header",
|
|
14945
|
-
"required": true,
|
|
14946
|
-
"schema": {
|
|
14947
|
-
"type": "string"
|
|
14948
|
-
},
|
|
14949
|
-
"style": "simple",
|
|
14950
|
-
"example": "application/ld+json"
|
|
14951
|
-
},
|
|
14952
|
-
{
|
|
14953
|
-
"name": "authorization",
|
|
14954
|
-
"in": "header",
|
|
14955
|
-
"required": true,
|
|
14956
|
-
"schema": {
|
|
14957
|
-
"type": "string"
|
|
14958
|
-
},
|
|
14959
|
-
"style": "simple",
|
|
14960
|
-
"example": "z3Vcuh2BP9ShC.z3Vcuh2BP9ShC.z3Vcuh2BP9ShC"
|
|
14961
|
-
}
|
|
14962
|
-
],
|
|
14963
|
-
"requestBody": {
|
|
14964
|
-
"description": "The request structure for updating an item with the DAP.",
|
|
14965
|
-
"required": true,
|
|
14966
|
-
"content": {
|
|
14967
|
-
"application/json": {
|
|
14968
|
-
"schema": {
|
|
14969
|
-
"$ref": "#/components/schemas/DataAccessRequestWithObject"
|
|
14970
|
-
},
|
|
14971
|
-
"examples": {
|
|
14972
|
-
"dapUpdateRequestExample": {
|
|
14973
|
-
"value": {
|
|
14974
|
-
"@context": "https://schema.twindev.org/rights-management/",
|
|
14975
|
-
"type": "DataAccessRequestWithObject",
|
|
14976
|
-
"assetType": "contacts",
|
|
14977
|
-
"object": {
|
|
14978
|
-
"@context": "https://schema.org",
|
|
14979
|
-
"type": "Person",
|
|
14980
|
-
"name": "Jane Doe"
|
|
14981
|
-
}
|
|
14982
|
-
}
|
|
14983
|
-
}
|
|
14984
|
-
}
|
|
14985
|
-
}
|
|
14986
|
-
}
|
|
14987
|
-
},
|
|
14988
|
-
"responses": {
|
|
14989
|
-
"204": {
|
|
14990
|
-
"description": "The rest request ended in success with no data."
|
|
14991
|
-
},
|
|
14992
|
-
"400": {
|
|
14993
|
-
"description": "The server cannot process the request, see the content for more details.",
|
|
14994
|
-
"content": {
|
|
14995
|
-
"application/json": {
|
|
14996
|
-
"schema": {
|
|
14997
|
-
"$ref": "#/components/schemas/Error"
|
|
14998
|
-
},
|
|
14999
|
-
"examples": {
|
|
15000
|
-
"exampleResponse": {
|
|
15001
|
-
"value": {
|
|
15002
|
-
"name": "GeneralError",
|
|
15003
|
-
"message": "errorMessage",
|
|
15004
|
-
"properties": {
|
|
15005
|
-
"foo": "bar"
|
|
15006
|
-
}
|
|
15007
|
-
}
|
|
15008
|
-
}
|
|
15009
|
-
}
|
|
15010
|
-
}
|
|
15011
|
-
}
|
|
15012
|
-
},
|
|
15013
|
-
"500": {
|
|
15014
|
-
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
15015
|
-
"content": {
|
|
15016
|
-
"application/json": {
|
|
15017
|
-
"schema": {
|
|
15018
|
-
"$ref": "#/components/schemas/Error"
|
|
15019
|
-
},
|
|
15020
|
-
"examples": {
|
|
15021
|
-
"exampleResponse": {
|
|
15022
|
-
"value": {
|
|
15023
|
-
"name": "InternalServerError",
|
|
15024
|
-
"message": "errorMessage"
|
|
15025
|
-
}
|
|
15026
|
-
}
|
|
15027
|
-
}
|
|
15028
|
-
}
|
|
15029
|
-
}
|
|
15030
|
-
}
|
|
15031
|
-
}
|
|
15032
|
-
},
|
|
15033
|
-
"delete": {
|
|
15034
|
-
"operationId": "dapRemove",
|
|
15035
|
-
"summary": "Remove an existing item",
|
|
15036
|
-
"tags": [
|
|
15037
|
-
"Data Access Point"
|
|
15038
|
-
],
|
|
15039
|
-
"parameters": [
|
|
15040
|
-
{
|
|
15041
|
-
"name": "assetType",
|
|
15042
|
-
"description": "The type of the item being removed.",
|
|
15043
|
-
"in": "path",
|
|
15044
|
-
"required": true,
|
|
15045
|
-
"schema": {
|
|
15046
|
-
"type": "string"
|
|
15047
|
-
},
|
|
15048
|
-
"style": "simple",
|
|
15049
|
-
"example": "contacts"
|
|
15050
|
-
},
|
|
15051
|
-
{
|
|
15052
|
-
"name": "id",
|
|
15053
|
-
"description": "The id of the item being removed.",
|
|
15054
|
-
"in": "path",
|
|
15055
|
-
"required": true,
|
|
15056
|
-
"schema": {
|
|
15057
|
-
"type": "string"
|
|
15058
|
-
},
|
|
15059
|
-
"style": "simple",
|
|
15060
|
-
"example": "urn:contacts:abc123def456"
|
|
15061
|
-
},
|
|
15062
|
-
{
|
|
15063
|
-
"name": "accept",
|
|
15064
|
-
"in": "header",
|
|
15065
|
-
"required": true,
|
|
15066
|
-
"schema": {
|
|
15067
|
-
"type": "string"
|
|
15068
|
-
},
|
|
15069
|
-
"style": "simple",
|
|
15070
|
-
"example": "application/ld+json"
|
|
15071
|
-
},
|
|
15072
|
-
{
|
|
15073
|
-
"name": "authorization",
|
|
15074
|
-
"in": "header",
|
|
15075
|
-
"required": true,
|
|
15076
|
-
"schema": {
|
|
15077
|
-
"type": "string"
|
|
15078
|
-
},
|
|
15079
|
-
"style": "simple",
|
|
15080
|
-
"example": "z3Vcuh2BP9ShC.z3Vcuh2BP9ShC.z3Vcuh2BP9ShC"
|
|
15081
|
-
}
|
|
15082
|
-
],
|
|
15083
|
-
"responses": {
|
|
15084
|
-
"204": {
|
|
15085
|
-
"description": "The rest request ended in success with no data."
|
|
15086
|
-
},
|
|
15087
|
-
"400": {
|
|
15088
|
-
"description": "The server cannot process the request, see the content for more details.",
|
|
15089
|
-
"content": {
|
|
15090
|
-
"application/json": {
|
|
15091
|
-
"schema": {
|
|
15092
|
-
"$ref": "#/components/schemas/Error"
|
|
15093
|
-
},
|
|
15094
|
-
"examples": {
|
|
15095
|
-
"exampleResponse": {
|
|
15096
|
-
"value": {
|
|
15097
|
-
"name": "GeneralError",
|
|
15098
|
-
"message": "errorMessage",
|
|
15099
|
-
"properties": {
|
|
15100
|
-
"foo": "bar"
|
|
15101
|
-
}
|
|
15102
|
-
}
|
|
15103
|
-
}
|
|
15104
|
-
}
|
|
15105
|
-
}
|
|
15106
|
-
}
|
|
15107
|
-
},
|
|
15108
|
-
"500": {
|
|
15109
|
-
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
15110
|
-
"content": {
|
|
15111
|
-
"application/json": {
|
|
15112
|
-
"schema": {
|
|
15113
|
-
"$ref": "#/components/schemas/Error"
|
|
15114
|
-
},
|
|
15115
|
-
"examples": {
|
|
15116
|
-
"exampleResponse": {
|
|
15117
|
-
"value": {
|
|
15118
|
-
"name": "InternalServerError",
|
|
15119
|
-
"message": "errorMessage"
|
|
15120
|
-
}
|
|
15121
|
-
}
|
|
15122
|
-
}
|
|
15123
|
-
}
|
|
15124
|
-
}
|
|
15125
|
-
}
|
|
15126
|
-
}
|
|
15127
|
-
}
|
|
15128
|
-
},
|
|
15129
|
-
"/rights-management/data/{assetType}/query": {
|
|
15130
|
-
"post": {
|
|
15131
|
-
"operationId": "dapQuery",
|
|
15132
|
-
"summary": "Query items",
|
|
15133
|
-
"tags": [
|
|
15134
|
-
"Data Access Point"
|
|
15135
|
-
],
|
|
15136
|
-
"parameters": [
|
|
15137
|
-
{
|
|
15138
|
-
"name": "assetType",
|
|
15139
|
-
"description": "The type of the item being requested.",
|
|
15140
|
-
"in": "path",
|
|
15141
|
-
"required": true,
|
|
15142
|
-
"schema": {
|
|
15143
|
-
"type": "string"
|
|
15144
|
-
},
|
|
15145
|
-
"style": "simple",
|
|
15146
|
-
"example": "contacts"
|
|
15147
|
-
},
|
|
15148
|
-
{
|
|
15149
|
-
"name": "accept",
|
|
15150
|
-
"in": "header",
|
|
15151
|
-
"required": true,
|
|
15152
|
-
"schema": {
|
|
15153
|
-
"type": "string"
|
|
15154
|
-
},
|
|
15155
|
-
"style": "simple",
|
|
15156
|
-
"example": "application/ld+json"
|
|
15157
|
-
},
|
|
15158
|
-
{
|
|
15159
|
-
"name": "authorization",
|
|
15160
|
-
"in": "header",
|
|
15161
|
-
"required": true,
|
|
15162
|
-
"schema": {
|
|
15163
|
-
"type": "string"
|
|
15164
|
-
},
|
|
15165
|
-
"style": "simple",
|
|
15166
|
-
"example": "z3Vcuh2BP9ShC.z3Vcuh2BP9ShC.z3Vcuh2BP9ShC"
|
|
15167
|
-
}
|
|
15168
|
-
],
|
|
15169
|
-
"requestBody": {
|
|
15170
|
-
"description": "The request structure for querying items with the DAP.",
|
|
15171
|
-
"required": true,
|
|
15172
|
-
"content": {
|
|
15173
|
-
"application/json": {
|
|
15174
|
-
"schema": {
|
|
15175
|
-
"$ref": "#/components/schemas/DataAccessQuery"
|
|
15176
|
-
},
|
|
15177
|
-
"examples": {
|
|
15178
|
-
"dapQueryRequestExample": {
|
|
15179
|
-
"value": {
|
|
15180
|
-
"@context": "https://schema.twindev.org/rights-management/",
|
|
15181
|
-
"type": "DataAccessQuery",
|
|
15182
|
-
"assetType": "contacts"
|
|
15183
|
-
}
|
|
15184
|
-
}
|
|
15185
|
-
}
|
|
15186
|
-
}
|
|
15187
|
-
}
|
|
15188
|
-
},
|
|
15189
|
-
"responses": {
|
|
15190
|
-
"200": {
|
|
15191
|
-
"description": "The response structure for querying item with the DAP.",
|
|
15192
|
-
"content": {
|
|
15193
|
-
"application/json": {
|
|
15194
|
-
"schema": {
|
|
15195
|
-
"$ref": "#/components/schemas/DataAccessQueryResponse"
|
|
15196
|
-
},
|
|
15197
|
-
"examples": {
|
|
15198
|
-
"IDapQueryResponseExample": {
|
|
15199
|
-
"value": {
|
|
15200
|
-
"@context": "https://schema.twindev.org/rights-management/",
|
|
15201
|
-
"type": "DataAccessQueryResponse",
|
|
15202
|
-
"items": [
|
|
15203
|
-
{
|
|
15204
|
-
"@context": "https://schema.org",
|
|
15205
|
-
"type": "Person",
|
|
15206
|
-
"name": "Jane Doe"
|
|
15207
|
-
}
|
|
15208
|
-
]
|
|
15209
|
-
}
|
|
15210
|
-
}
|
|
15211
|
-
}
|
|
15212
|
-
}
|
|
15213
|
-
}
|
|
15214
|
-
},
|
|
15215
|
-
"400": {
|
|
15216
|
-
"description": "The server cannot process the request, see the content for more details.",
|
|
15217
|
-
"content": {
|
|
15218
|
-
"application/json": {
|
|
15219
|
-
"schema": {
|
|
15220
|
-
"$ref": "#/components/schemas/Error"
|
|
15221
|
-
},
|
|
15222
|
-
"examples": {
|
|
15223
|
-
"exampleResponse": {
|
|
15224
|
-
"value": {
|
|
15225
|
-
"name": "GeneralError",
|
|
15226
|
-
"message": "errorMessage",
|
|
15227
|
-
"properties": {
|
|
15228
|
-
"foo": "bar"
|
|
15229
|
-
}
|
|
15230
|
-
}
|
|
15231
|
-
}
|
|
15232
|
-
}
|
|
15233
|
-
}
|
|
15234
|
-
}
|
|
15235
|
-
},
|
|
15236
|
-
"500": {
|
|
15237
|
-
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
15238
|
-
"content": {
|
|
15239
|
-
"application/json": {
|
|
15240
|
-
"schema": {
|
|
15241
|
-
"$ref": "#/components/schemas/Error"
|
|
15242
|
-
},
|
|
15243
|
-
"examples": {
|
|
15244
|
-
"exampleResponse": {
|
|
15245
|
-
"value": {
|
|
15246
|
-
"name": "InternalServerError",
|
|
15247
|
-
"message": "errorMessage"
|
|
15248
|
-
}
|
|
15249
|
-
}
|
|
15250
|
-
}
|
|
15251
|
-
}
|
|
15252
|
-
}
|
|
15253
|
-
}
|
|
15254
|
-
}
|
|
15255
|
-
}
|
|
15256
|
-
}
|
|
15257
|
-
},
|
|
15258
|
-
"components": {
|
|
15259
|
-
"schemas": {
|
|
15260
|
-
"ActivityLogEntry": {
|
|
15261
|
-
"type": "object",
|
|
15262
|
-
"properties": {
|
|
15263
|
-
"id": {
|
|
15264
|
-
"type": "string",
|
|
15265
|
-
"description": "The Id of the Activity Log entry."
|
|
15266
|
-
},
|
|
15267
|
-
"activityId": {
|
|
15268
|
-
"type": "string",
|
|
15269
|
-
"description": "The activity Id that this entry refers to."
|
|
15270
|
-
},
|
|
15271
|
-
"generator": {
|
|
15272
|
-
"type": "string",
|
|
15273
|
-
"description": "The identity of the Activity's generator."
|
|
15274
|
-
},
|
|
15275
|
-
"dateCreated": {
|
|
15276
|
-
"type": "string",
|
|
15277
|
-
"description": "The creation date of this object."
|
|
15278
|
-
},
|
|
15279
|
-
"dateModified": {
|
|
15280
|
-
"type": "string",
|
|
15281
|
-
"description": "The last update date of this object."
|
|
15282
|
-
},
|
|
15283
|
-
"retryCount": {
|
|
15284
|
-
"type": "number",
|
|
15285
|
-
"description": "Number of times this activity has been retried."
|
|
15286
|
-
},
|
|
15287
|
-
"status": {
|
|
15288
|
-
"$ref": "#/components/schemas/ActivityProcessingStatus"
|
|
15289
|
-
},
|
|
15290
|
-
"pendingTasks": {
|
|
15291
|
-
"type": "array",
|
|
15292
|
-
"items": {
|
|
15293
|
-
"$ref": "#/components/schemas/TaskApp"
|
|
15294
|
-
},
|
|
15295
|
-
"description": "The pending tasks that have to be run to process the Activity."
|
|
15296
|
-
},
|
|
15297
|
-
"runningTasks": {
|
|
15298
|
-
"type": "array",
|
|
15299
|
-
"items": {
|
|
15300
|
-
"type": "object",
|
|
15301
|
-
"additionalProperties": false,
|
|
15302
|
-
"properties": {
|
|
15303
|
-
"startDate": {
|
|
15304
|
-
"type": "string",
|
|
15305
|
-
"description": "Task processing start timestamp"
|
|
15306
|
-
},
|
|
15307
|
-
"endDate": {
|
|
15308
|
-
"type": "string",
|
|
15309
|
-
"description": "Task processing end timestamp"
|
|
15310
|
-
},
|
|
15311
|
-
"taskId": {
|
|
15312
|
-
"type": "string",
|
|
15313
|
-
"description": "Task Id."
|
|
15314
|
-
},
|
|
15315
|
-
"dataSpaceConnectorAppId": {
|
|
15316
|
-
"type": "string",
|
|
15317
|
-
"description": "Data Space Connector App Id."
|
|
15318
|
-
}
|
|
15319
|
-
},
|
|
15320
|
-
"required": [
|
|
15321
|
-
"dataSpaceConnectorAppId",
|
|
15322
|
-
"startDate",
|
|
15323
|
-
"taskId"
|
|
15324
|
-
]
|
|
15325
|
-
},
|
|
15326
|
-
"description": "The running tasks that are processing the Activity."
|
|
15327
|
-
},
|
|
15328
|
-
"finalizedTasks": {
|
|
15329
|
-
"type": "array",
|
|
15330
|
-
"items": {
|
|
15331
|
-
"type": "object",
|
|
15332
|
-
"additionalProperties": false,
|
|
15333
|
-
"properties": {
|
|
15334
|
-
"result": {
|
|
15335
|
-
"type": "string",
|
|
15336
|
-
"description": "The task result."
|
|
15337
|
-
},
|
|
15338
|
-
"startDate": {
|
|
15339
|
-
"type": "string",
|
|
15340
|
-
"description": "Task processing start timestamp"
|
|
15341
|
-
},
|
|
15342
|
-
"endDate": {
|
|
15343
|
-
"type": "string",
|
|
15344
|
-
"description": "Task processing end timestamp"
|
|
15345
|
-
},
|
|
15346
|
-
"taskId": {
|
|
15347
|
-
"type": "string",
|
|
15348
|
-
"description": "Task Id."
|
|
15349
|
-
},
|
|
15350
|
-
"dataSpaceConnectorAppId": {
|
|
15351
|
-
"type": "string",
|
|
15352
|
-
"description": "Data Space Connector App Id."
|
|
15353
|
-
}
|
|
15354
|
-
},
|
|
15355
|
-
"required": [
|
|
15356
|
-
"dataSpaceConnectorAppId",
|
|
15357
|
-
"result",
|
|
15358
|
-
"startDate",
|
|
15359
|
-
"taskId"
|
|
15360
|
-
]
|
|
15361
|
-
},
|
|
15362
|
-
"description": "The tasks that have already finalized."
|
|
15363
|
-
},
|
|
15364
|
-
"inErrorTasks": {
|
|
15365
|
-
"type": "array",
|
|
15366
|
-
"items": {
|
|
15367
|
-
"type": "object",
|
|
15368
|
-
"additionalProperties": false,
|
|
15369
|
-
"properties": {
|
|
15370
|
-
"error": {
|
|
15371
|
-
"$ref": "#/components/schemas/Error"
|
|
15372
|
-
},
|
|
15373
|
-
"taskId": {
|
|
15374
|
-
"type": "string",
|
|
15375
|
-
"description": "Task Id."
|
|
15376
|
-
},
|
|
15377
|
-
"dataSpaceConnectorAppId": {
|
|
15378
|
-
"type": "string",
|
|
15379
|
-
"description": "Data Space Connector App Id."
|
|
15380
|
-
}
|
|
15381
|
-
},
|
|
15382
|
-
"required": [
|
|
15383
|
-
"dataSpaceConnectorAppId",
|
|
15384
|
-
"error",
|
|
15385
|
-
"taskId"
|
|
15386
|
-
]
|
|
15387
|
-
},
|
|
15388
|
-
"description": "The tasks that are in error."
|
|
15389
|
-
}
|
|
15390
|
-
},
|
|
15391
|
-
"required": [
|
|
15392
|
-
"dateCreated",
|
|
15393
|
-
"dateModified",
|
|
15394
|
-
"generator",
|
|
15395
|
-
"id",
|
|
15396
|
-
"status"
|
|
15397
|
-
],
|
|
15398
|
-
"additionalProperties": false,
|
|
15399
|
-
"description": "The details related to the processing of an Activity"
|
|
15400
|
-
},
|
|
15401
|
-
"ActivityProcessingStatus": {
|
|
15402
|
-
"anyOf": [
|
|
15403
|
-
{
|
|
15404
|
-
"type": "string",
|
|
15405
|
-
"const": "pending",
|
|
15406
|
-
"description": "Pending: Activity Processing has not started yet."
|
|
15407
|
-
},
|
|
15408
|
-
{
|
|
15409
|
-
"type": "string",
|
|
15410
|
-
"const": "running",
|
|
15411
|
-
"description": "Running Activity processing is running."
|
|
14830
|
+
"type": "string",
|
|
14831
|
+
"const": "running",
|
|
14832
|
+
"description": "Running Activity processing is running."
|
|
15412
14833
|
},
|
|
15413
14834
|
{
|
|
15414
14835
|
"type": "string",
|
|
@@ -17106,98 +16527,6 @@
|
|
|
17106
16527
|
],
|
|
17107
16528
|
"description": "The types the extracted data can be coerced to."
|
|
17108
16529
|
},
|
|
17109
|
-
"Comparator": {
|
|
17110
|
-
"type": "object",
|
|
17111
|
-
"properties": {
|
|
17112
|
-
"property": {
|
|
17113
|
-
"type": "string",
|
|
17114
|
-
"description": "The name of the property in the object to check."
|
|
17115
|
-
},
|
|
17116
|
-
"value": {
|
|
17117
|
-
"description": "The value of the property to check."
|
|
17118
|
-
},
|
|
17119
|
-
"comparison": {
|
|
17120
|
-
"$ref": "#/components/schemas/ComparisonOperator"
|
|
17121
|
-
}
|
|
17122
|
-
},
|
|
17123
|
-
"required": [
|
|
17124
|
-
"property",
|
|
17125
|
-
"value",
|
|
17126
|
-
"comparison"
|
|
17127
|
-
],
|
|
17128
|
-
"additionalProperties": false,
|
|
17129
|
-
"description": "Interface defining comparator operator."
|
|
17130
|
-
},
|
|
17131
|
-
"ComparatorGroup<JsonLdNodeObject>": {
|
|
17132
|
-
"type": "object",
|
|
17133
|
-
"properties": {
|
|
17134
|
-
"conditions": {
|
|
17135
|
-
"type": "array",
|
|
17136
|
-
"items": {
|
|
17137
|
-
"$ref": "#/components/schemas/EntityCondition<JsonLdNodeObject>"
|
|
17138
|
-
},
|
|
17139
|
-
"description": "The conditions to join in a group."
|
|
17140
|
-
},
|
|
17141
|
-
"logicalOperator": {
|
|
17142
|
-
"$ref": "#/components/schemas/LogicalOperator"
|
|
17143
|
-
}
|
|
17144
|
-
},
|
|
17145
|
-
"required": [
|
|
17146
|
-
"conditions"
|
|
17147
|
-
],
|
|
17148
|
-
"additionalProperties": false,
|
|
17149
|
-
"description": "Interface defining condition group operator."
|
|
17150
|
-
},
|
|
17151
|
-
"ComparisonOperator": {
|
|
17152
|
-
"anyOf": [
|
|
17153
|
-
{
|
|
17154
|
-
"type": "string",
|
|
17155
|
-
"const": "equals",
|
|
17156
|
-
"description": "Equals."
|
|
17157
|
-
},
|
|
17158
|
-
{
|
|
17159
|
-
"type": "string",
|
|
17160
|
-
"const": "not-equals",
|
|
17161
|
-
"description": "Not Equals."
|
|
17162
|
-
},
|
|
17163
|
-
{
|
|
17164
|
-
"type": "string",
|
|
17165
|
-
"const": "greater-than",
|
|
17166
|
-
"description": "Greater Than."
|
|
17167
|
-
},
|
|
17168
|
-
{
|
|
17169
|
-
"type": "string",
|
|
17170
|
-
"const": "greater-than-or-equal",
|
|
17171
|
-
"description": "Greater Than Or Equal."
|
|
17172
|
-
},
|
|
17173
|
-
{
|
|
17174
|
-
"type": "string",
|
|
17175
|
-
"const": "less-than",
|
|
17176
|
-
"description": "Less Than."
|
|
17177
|
-
},
|
|
17178
|
-
{
|
|
17179
|
-
"type": "string",
|
|
17180
|
-
"const": "less-than-or-equal",
|
|
17181
|
-
"description": "Less Than Or Equal."
|
|
17182
|
-
},
|
|
17183
|
-
{
|
|
17184
|
-
"type": "string",
|
|
17185
|
-
"const": "includes",
|
|
17186
|
-
"description": "Includes. A string in a substring. A set contains an element. A list contains an element."
|
|
17187
|
-
},
|
|
17188
|
-
{
|
|
17189
|
-
"type": "string",
|
|
17190
|
-
"const": "not-includes",
|
|
17191
|
-
"description": "Not Includes. A string not in a substring. A set does not contain an element. A list does not contain an element."
|
|
17192
|
-
},
|
|
17193
|
-
{
|
|
17194
|
-
"type": "string",
|
|
17195
|
-
"const": "in",
|
|
17196
|
-
"description": "In. A element is in a set."
|
|
17197
|
-
}
|
|
17198
|
-
],
|
|
17199
|
-
"description": "The types of comparisons."
|
|
17200
|
-
},
|
|
17201
16530
|
"ConflictResponse": {
|
|
17202
16531
|
"type": "object",
|
|
17203
16532
|
"additionalProperties": false,
|
|
@@ -17241,70 +16570,6 @@
|
|
|
17241
16570
|
],
|
|
17242
16571
|
"description": "The body which contains the error."
|
|
17243
16572
|
},
|
|
17244
|
-
"DataAccessQuery": {
|
|
17245
|
-
"type": "object",
|
|
17246
|
-
"properties": {
|
|
17247
|
-
"@context": {
|
|
17248
|
-
"type": "string",
|
|
17249
|
-
"const": "https://schema.twindev.org/rights-management/",
|
|
17250
|
-
"description": "The JSON-LD context."
|
|
17251
|
-
},
|
|
17252
|
-
"type": {
|
|
17253
|
-
"type": "string",
|
|
17254
|
-
"const": "DataAccessQuery",
|
|
17255
|
-
"description": "The type of the request."
|
|
17256
|
-
},
|
|
17257
|
-
"assetType": {
|
|
17258
|
-
"type": "string",
|
|
17259
|
-
"description": "The asset type being requested."
|
|
17260
|
-
},
|
|
17261
|
-
"conditions": {
|
|
17262
|
-
"$ref": "#/components/schemas/EntityCondition<JsonLdNodeObject>"
|
|
17263
|
-
},
|
|
17264
|
-
"cursor": {
|
|
17265
|
-
"type": "string",
|
|
17266
|
-
"description": "The cursor for pagination, if any."
|
|
17267
|
-
},
|
|
17268
|
-
"options": {
|
|
17269
|
-
"description": "Additional options which might be supported by the handler."
|
|
17270
|
-
}
|
|
17271
|
-
},
|
|
17272
|
-
"required": [
|
|
17273
|
-
"@context",
|
|
17274
|
-
"type"
|
|
17275
|
-
],
|
|
17276
|
-
"additionalProperties": false,
|
|
17277
|
-
"description": "The JSON-LD definition for the data access request."
|
|
17278
|
-
},
|
|
17279
|
-
"DataAccessRequestWithObject": {
|
|
17280
|
-
"type": "object",
|
|
17281
|
-
"properties": {
|
|
17282
|
-
"@context": {
|
|
17283
|
-
"type": "string",
|
|
17284
|
-
"const": "https://schema.twindev.org/rights-management/",
|
|
17285
|
-
"description": "The JSON-LD context."
|
|
17286
|
-
},
|
|
17287
|
-
"type": {
|
|
17288
|
-
"type": "string",
|
|
17289
|
-
"const": "DataAccessRequestWithObject",
|
|
17290
|
-
"description": "The type of the request."
|
|
17291
|
-
},
|
|
17292
|
-
"assetType": {
|
|
17293
|
-
"type": "string",
|
|
17294
|
-
"description": "The asset type being requested."
|
|
17295
|
-
},
|
|
17296
|
-
"object": {
|
|
17297
|
-
"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
|
|
17298
|
-
}
|
|
17299
|
-
},
|
|
17300
|
-
"required": [
|
|
17301
|
-
"@context",
|
|
17302
|
-
"type",
|
|
17303
|
-
"object"
|
|
17304
|
-
],
|
|
17305
|
-
"additionalProperties": false,
|
|
17306
|
-
"description": "The JSON-LD definition for the data access request with object."
|
|
17307
|
-
},
|
|
17308
16573
|
"DataAssetDescription": {
|
|
17309
16574
|
"type": "object",
|
|
17310
16575
|
"properties": {
|
|
@@ -18606,17 +17871,6 @@
|
|
|
18606
17871
|
"additionalProperties": false,
|
|
18607
17872
|
"description": "The body parameters."
|
|
18608
17873
|
},
|
|
18609
|
-
"EntityCondition<JsonLdNodeObject>": {
|
|
18610
|
-
"anyOf": [
|
|
18611
|
-
{
|
|
18612
|
-
"$ref": "#/components/schemas/Comparator"
|
|
18613
|
-
},
|
|
18614
|
-
{
|
|
18615
|
-
"$ref": "#/components/schemas/ComparatorGroup<JsonLdNodeObject>"
|
|
18616
|
-
}
|
|
18617
|
-
],
|
|
18618
|
-
"description": "Type defining condition for entities filtering."
|
|
18619
|
-
},
|
|
18620
17874
|
"Error": {
|
|
18621
17875
|
"type": "object",
|
|
18622
17876
|
"properties": {
|
|
@@ -19199,21 +18453,6 @@
|
|
|
19199
18453
|
"additionalProperties": false,
|
|
19200
18454
|
"description": "The response payload."
|
|
19201
18455
|
},
|
|
19202
|
-
"LogicalOperator": {
|
|
19203
|
-
"anyOf": [
|
|
19204
|
-
{
|
|
19205
|
-
"type": "string",
|
|
19206
|
-
"const": "and",
|
|
19207
|
-
"description": "Logical operator AND."
|
|
19208
|
-
},
|
|
19209
|
-
{
|
|
19210
|
-
"type": "string",
|
|
19211
|
-
"const": "or",
|
|
19212
|
-
"description": "Logical operator OR."
|
|
19213
|
-
}
|
|
19214
|
-
],
|
|
19215
|
-
"description": "The logical operators for condition combining."
|
|
19216
|
-
},
|
|
19217
18456
|
"LoginRequest": {
|
|
19218
18457
|
"type": "object",
|
|
19219
18458
|
"properties": {
|
|
@@ -20067,26 +19306,26 @@
|
|
|
20067
19306
|
},
|
|
20068
19307
|
"storageKey": {
|
|
20069
19308
|
"type": "string",
|
|
20070
|
-
"description": "The storage key of the change set. This is used to identify the entities being synchronised."
|
|
19309
|
+
"description": "The storage key of the change set. This is used to identify the entities being synchronised. json-ld type:schema:identifier"
|
|
20071
19310
|
},
|
|
20072
19311
|
"dateCreated": {
|
|
20073
19312
|
"type": "string",
|
|
20074
|
-
"description": "The date the change set was created."
|
|
19313
|
+
"description": "The date the change set was created. json-ld namespace:schema"
|
|
20075
19314
|
},
|
|
20076
19315
|
"dateModified": {
|
|
20077
19316
|
"type": "string",
|
|
20078
|
-
"description": "The date the change set was last modified."
|
|
19317
|
+
"description": "The date the change set was last modified. json-ld namespace:schema"
|
|
20079
19318
|
},
|
|
20080
|
-
"
|
|
19319
|
+
"nodeIdentity": {
|
|
20081
19320
|
"type": "string",
|
|
20082
|
-
"description": "The identity of the node that created the change set."
|
|
19321
|
+
"description": "The identity of the node that created the change set. json-ld namespace:twin-common"
|
|
20083
19322
|
},
|
|
20084
19323
|
"changes": {
|
|
20085
19324
|
"type": "array",
|
|
20086
19325
|
"items": {
|
|
20087
19326
|
"$ref": "#/components/schemas/SyncChange"
|
|
20088
19327
|
},
|
|
20089
|
-
"description": "The changes to apply after a snapshot."
|
|
19328
|
+
"description": "The changes to apply after a snapshot. json-ld type:json"
|
|
20090
19329
|
}
|
|
20091
19330
|
},
|
|
20092
19331
|
"required": [
|
|
@@ -20096,7 +19335,7 @@
|
|
|
20096
19335
|
"storageKey",
|
|
20097
19336
|
"dateCreated",
|
|
20098
19337
|
"dateModified",
|
|
20099
|
-
"
|
|
19338
|
+
"nodeIdentity",
|
|
20100
19339
|
"changes"
|
|
20101
19340
|
],
|
|
20102
19341
|
"additionalProperties": false,
|
|
@@ -20121,7 +19360,7 @@
|
|
|
20121
19360
|
"properties": {
|
|
20122
19361
|
"dateModified": {
|
|
20123
19362
|
"type": "string",
|
|
20124
|
-
"description": "The date the entry was modified."
|
|
19363
|
+
"description": "The date the entry was modified. json-ld namespace:schema"
|
|
20125
19364
|
}
|
|
20126
19365
|
},
|
|
20127
19366
|
"required": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.16",
|
|
4
4
|
"description": "TWIN Node serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.0.3-next.
|
|
17
|
+
"@twin.org/node-core": "0.0.3-next.16"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/twinfoundation/node/issues"
|