@twin.org/standards-dataspace-protocol 0.0.3-next.5 → 0.0.3-next.7
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/dist/es/dataTypes/catalogDataTypes.js +10 -10
- package/dist/es/dataTypes/catalogDataTypes.js.map +1 -1
- package/dist/es/dataTypes/contractNegotiationDataTypes.js +31 -31
- package/dist/es/dataTypes/contractNegotiationDataTypes.js.map +1 -1
- package/dist/es/dataTypes/transferProcessDataTypes.js +28 -28
- package/dist/es/dataTypes/transferProcessDataTypes.js.map +1 -1
- package/dist/es/index.js +26 -26
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js +2 -0
- package/dist/es/models/catalog/IDataspaceProtocolCatalogError.js.map +1 -0
- package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js +2 -0
- package/dist/es/models/catalog/IDataspaceProtocolCatalogRequestMessage.js.map +1 -0
- package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js +2 -0
- package/dist/es/models/catalog/IDataspaceProtocolDatasetRequestMessage.js.map +1 -0
- package/dist/es/models/catalog/{catalogTypes.js → dataspaceProtocolCatalogTypes.js} +2 -2
- package/dist/es/models/catalog/dataspaceProtocolCatalogTypes.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiation.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js +2 -0
- package/dist/es/models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js.map +1 -0
- package/dist/es/models/contractNegotiation/{contractNegotiationTypes.js → dataspaceProtocolContractNegotiationTypes.js} +2 -2
- package/dist/es/models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js.map +1 -0
- package/dist/es/models/contractNegotiation/types/{contractNegotiationEventType.js → dataspaceProtocolContractNegotiationEventType.js} +2 -2
- package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js.map +1 -0
- package/dist/es/models/contractNegotiation/types/{contractNegotiationStateType.js → dataspaceProtocolContractNegotiationStateType.js} +2 -2
- package/dist/es/models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js.map +1 -0
- package/dist/es/models/dataspaceProtocolContextType.js.map +1 -1
- package/dist/es/models/dataspaceProtocolContexts.js +1 -1
- package/dist/es/models/dataspaceProtocolContexts.js.map +1 -1
- package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolDataAddress.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolEndpointProperty.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferError.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferProcess.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferRequestMessage.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferStartMessage.js.map +1 -0
- package/dist/es/models/transferProcess/{ITransferSuspensionMessage.js → IDataspaceProtocolTransferSuspensionMessage.js} +1 -1
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js.map +1 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js +2 -0
- package/dist/es/models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js.map +1 -0
- package/dist/es/models/transferProcess/{transferProcessTypes.js → dataspaceProtocolTransferProcessTypes.js} +2 -2
- package/dist/es/models/transferProcess/dataspaceProtocolTransferProcessTypes.js.map +1 -0
- package/dist/es/models/transferProcess/types/{transferProcessStateType.js → dataspaceProtocolTransferProcessStateType.js} +2 -2
- package/dist/es/models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js.map +1 -0
- package/dist/es/schemas/{CatalogError.json → DataspaceProtocolCatalogError.json} +5 -5
- package/dist/es/schemas/{CatalogRequestMessage.json → DataspaceProtocolCatalogRequestMessage.json} +5 -5
- package/dist/es/schemas/{ContractAgreementMessage.json → DataspaceProtocolContractAgreementMessage.json} +5 -5
- package/dist/es/schemas/{ContractAgreementVerificationMessage.json → DataspaceProtocolContractAgreementVerificationMessage.json} +5 -5
- package/dist/es/schemas/{ContractNegotiation.json → DataspaceProtocolContractNegotiation.json} +6 -6
- package/dist/es/schemas/{ContractNegotiationError.json → DataspaceProtocolContractNegotiationError.json} +5 -5
- package/dist/es/schemas/{ContractNegotiationEventMessage.json → DataspaceProtocolContractNegotiationEventMessage.json} +6 -6
- package/dist/es/schemas/{ContractNegotiationEventType.json → DataspaceProtocolContractNegotiationEventType.json} +1 -1
- package/dist/es/schemas/{ContractNegotiationStateType.json → DataspaceProtocolContractNegotiationStateType.json} +1 -1
- package/dist/es/schemas/{ContractNegotiationTerminationMessage.json → DataspaceProtocolContractNegotiationTerminationMessage.json} +5 -5
- package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json} +5 -5
- package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json} +5 -5
- package/dist/es/schemas/{DataAddress.json → DataspaceProtocolDataAddress.json} +2 -2
- package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json} +5 -5
- package/dist/es/schemas/{EndpointProperty.json → DataspaceProtocolEndpointProperty.json} +1 -1
- package/dist/es/schemas/{TransferCompletionMessage.json → DataspaceProtocolTransferCompletionMessage.json} +5 -5
- package/dist/es/schemas/{TransferError.json → DataspaceProtocolTransferError.json} +5 -5
- package/dist/es/schemas/{TransferProcess.json → DataspaceProtocolTransferProcess.json} +5 -5
- package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json} +6 -6
- package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json} +6 -6
- package/dist/es/schemas/{TransferSuspensionMessage.json → DataspaceProtocolTransferSuspensionMessage.json} +5 -5
- package/dist/es/schemas/{TransferTerminationMessage.json → DataspaceProtocolTransferTerminationMessage.json} +5 -5
- package/dist/types/index.d.ts +26 -26
- package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts} +3 -3
- package/dist/types/models/catalog/{ICatalogRequestMessage.d.ts → IDataspaceProtocolCatalogRequestMessage.d.ts} +3 -3
- package/dist/types/models/catalog/{IDatasetRequestMessage.d.ts → IDataspaceProtocolDatasetRequestMessage.d.ts} +3 -3
- package/dist/types/models/catalog/{catalogTypes.d.ts → dataspaceProtocolCatalogTypes.d.ts} +2 -2
- package/dist/types/models/contractNegotiation/{IContractAgreementMessage.d.ts → IDataspaceProtocolContractAgreementMessage.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{IContractAgreementVerificationMessage.d.ts → IDataspaceProtocolContractAgreementVerificationMessage.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{IContractNegotiation.d.ts → IDataspaceProtocolContractNegotiation.d.ts} +5 -5
- package/dist/types/models/contractNegotiation/{IContractNegotiationError.d.ts → IDataspaceProtocolContractNegotiationError.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{IContractNegotiationEventMessage.d.ts → IDataspaceProtocolContractNegotiationEventMessage.d.ts} +5 -5
- package/dist/types/models/contractNegotiation/{IContractNegotiationTerminationMessage.d.ts → IDataspaceProtocolContractNegotiationTerminationMessage.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{IContractOfferMessage.d.ts → IDataspaceProtocolContractOfferMessage.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{IContractRequestMessage.d.ts → IDataspaceProtocolContractRequestMessage.d.ts} +3 -3
- package/dist/types/models/contractNegotiation/{contractNegotiationTypes.d.ts → dataspaceProtocolContractNegotiationTypes.d.ts} +2 -2
- package/dist/types/models/contractNegotiation/types/{contractNegotiationEventType.d.ts → dataspaceProtocolContractNegotiationEventType.d.ts} +2 -2
- package/dist/types/models/contractNegotiation/types/{contractNegotiationStateType.d.ts → dataspaceProtocolContractNegotiationStateType.d.ts} +2 -2
- package/dist/types/models/dataspaceProtocolContextType.d.ts +1 -1
- package/dist/types/models/dataspaceProtocolContexts.d.ts +1 -1
- package/dist/types/models/transferProcess/{IDataAddress.d.ts → IDataspaceProtocolDataAddress.d.ts} +5 -5
- package/dist/types/models/transferProcess/{IEndpointProperty.d.ts → IDataspaceProtocolEndpointProperty.d.ts} +3 -3
- package/dist/types/models/transferProcess/{ITransferCompletionMessage.d.ts → IDataspaceProtocolTransferCompletionMessage.d.ts} +3 -3
- package/dist/types/models/transferProcess/{ITransferError.d.ts → IDataspaceProtocolTransferError.d.ts} +3 -3
- package/dist/types/models/transferProcess/{ITransferProcess.d.ts → IDataspaceProtocolTransferProcess.d.ts} +5 -5
- package/dist/types/models/transferProcess/{ITransferRequestMessage.d.ts → IDataspaceProtocolTransferRequestMessage.d.ts} +5 -5
- package/dist/types/models/transferProcess/{ITransferStartMessage.d.ts → IDataspaceProtocolTransferStartMessage.d.ts} +5 -5
- package/dist/types/models/transferProcess/{ITransferSuspensionMessage.d.ts → IDataspaceProtocolTransferSuspensionMessage.d.ts} +3 -3
- package/dist/types/models/transferProcess/{ITransferTerminationMessage.d.ts → IDataspaceProtocolTransferTerminationMessage.d.ts} +3 -3
- package/dist/types/models/transferProcess/{transferProcessTypes.d.ts → dataspaceProtocolTransferProcessTypes.d.ts} +2 -2
- package/dist/types/models/transferProcess/types/{transferProcessStateType.d.ts → dataspaceProtocolTransferProcessStateType.d.ts} +2 -2
- package/docs/changelog.md +36 -0
- package/docs/reference/index.md +32 -32
- package/docs/reference/interfaces/{ICatalogError.md → IDataspaceProtocolCatalogError.md} +1 -1
- package/docs/reference/interfaces/{ICatalogRequestMessage.md → IDataspaceProtocolCatalogRequestMessage.md} +1 -1
- package/docs/reference/interfaces/{IContractAgreementMessage.md → IDataspaceProtocolContractAgreementMessage.md} +1 -1
- package/docs/reference/interfaces/{IContractAgreementVerificationMessage.md → IDataspaceProtocolContractAgreementVerificationMessage.md} +1 -1
- package/docs/reference/interfaces/{IContractNegotiation.md → IDataspaceProtocolContractNegotiation.md} +2 -2
- package/docs/reference/interfaces/{IContractNegotiationError.md → IDataspaceProtocolContractNegotiationError.md} +1 -1
- package/docs/reference/interfaces/{IContractNegotiationEventMessage.md → IDataspaceProtocolContractNegotiationEventMessage.md} +2 -2
- package/docs/reference/interfaces/{IContractNegotiationTerminationMessage.md → IDataspaceProtocolContractNegotiationTerminationMessage.md} +1 -1
- package/docs/reference/interfaces/{IContractOfferMessage.md → IDataspaceProtocolContractOfferMessage.md} +1 -1
- package/docs/reference/interfaces/{IContractRequestMessage.md → IDataspaceProtocolContractRequestMessage.md} +1 -1
- package/docs/reference/interfaces/{IDataAddress.md → IDataspaceProtocolDataAddress.md} +2 -2
- package/docs/reference/interfaces/{IDatasetRequestMessage.md → IDataspaceProtocolDatasetRequestMessage.md} +1 -1
- package/docs/reference/interfaces/{IEndpointProperty.md → IDataspaceProtocolEndpointProperty.md} +1 -1
- package/docs/reference/interfaces/{ITransferCompletionMessage.md → IDataspaceProtocolTransferCompletionMessage.md} +1 -1
- package/docs/reference/interfaces/{ITransferError.md → IDataspaceProtocolTransferError.md} +1 -1
- package/docs/reference/interfaces/{ITransferProcess.md → IDataspaceProtocolTransferProcess.md} +1 -1
- package/docs/reference/interfaces/{ITransferRequestMessage.md → IDataspaceProtocolTransferRequestMessage.md} +2 -2
- package/docs/reference/interfaces/{ITransferStartMessage.md → IDataspaceProtocolTransferStartMessage.md} +2 -2
- package/docs/reference/interfaces/{ITransferSuspensionMessage.md → IDataspaceProtocolTransferSuspensionMessage.md} +1 -1
- package/docs/reference/interfaces/{ITransferTerminationMessage.md → IDataspaceProtocolTransferTerminationMessage.md} +1 -1
- package/docs/reference/type-aliases/DataspaceProtocolCatalogTypes.md +5 -0
- package/docs/reference/type-aliases/DataspaceProtocolContextType.md +1 -1
- package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationEventType.md +5 -0
- package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationStateType.md +5 -0
- package/docs/reference/type-aliases/DataspaceProtocolContractNegotiationTypes.md +5 -0
- package/docs/reference/type-aliases/DataspaceProtocolTransferProcessStateType.md +5 -0
- package/docs/reference/type-aliases/DataspaceProtocolTransferProcessTypes.md +5 -0
- package/docs/reference/variables/{CatalogTypes.md → DataspaceProtocolCatalogTypes.md} +2 -2
- package/docs/reference/variables/DataspaceProtocolContexts.md +1 -1
- package/docs/reference/variables/{ContractNegotiationEventType.md → DataspaceProtocolContractNegotiationEventType.md} +2 -2
- package/docs/reference/variables/{ContractNegotiationStateType.md → DataspaceProtocolContractNegotiationStateType.md} +2 -2
- package/docs/reference/variables/{ContractNegotiationTypes.md → DataspaceProtocolContractNegotiationTypes.md} +2 -2
- package/docs/reference/variables/{TransferProcessStateType.md → DataspaceProtocolTransferProcessStateType.md} +2 -2
- package/docs/reference/variables/{TransferProcessTypes.md → DataspaceProtocolTransferProcessTypes.md} +2 -2
- package/package.json +3 -3
- package/dist/es/models/catalog/ICatalogError.js +0 -2
- package/dist/es/models/catalog/ICatalogError.js.map +0 -1
- package/dist/es/models/catalog/ICatalogRequestMessage.js +0 -2
- package/dist/es/models/catalog/ICatalogRequestMessage.js.map +0 -1
- package/dist/es/models/catalog/IDatasetRequestMessage.js +0 -2
- package/dist/es/models/catalog/IDatasetRequestMessage.js.map +0 -1
- package/dist/es/models/catalog/catalogTypes.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractAgreementMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractAgreementMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractAgreementVerificationMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractNegotiation.js +0 -2
- package/dist/es/models/contractNegotiation/IContractNegotiation.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractNegotiationError.js +0 -2
- package/dist/es/models/contractNegotiation/IContractNegotiationError.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractNegotiationEventMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractNegotiationTerminationMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractOfferMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractOfferMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/IContractRequestMessage.js +0 -2
- package/dist/es/models/contractNegotiation/IContractRequestMessage.js.map +0 -1
- package/dist/es/models/contractNegotiation/contractNegotiationTypes.js.map +0 -1
- package/dist/es/models/contractNegotiation/types/contractNegotiationEventType.js.map +0 -1
- package/dist/es/models/contractNegotiation/types/contractNegotiationStateType.js.map +0 -1
- package/dist/es/models/transferProcess/IDataAddress.js +0 -2
- package/dist/es/models/transferProcess/IDataAddress.js.map +0 -1
- package/dist/es/models/transferProcess/IEndpointProperty.js +0 -2
- package/dist/es/models/transferProcess/IEndpointProperty.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferCompletionMessage.js +0 -2
- package/dist/es/models/transferProcess/ITransferCompletionMessage.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferError.js +0 -2
- package/dist/es/models/transferProcess/ITransferError.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferProcess.js +0 -2
- package/dist/es/models/transferProcess/ITransferProcess.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferRequestMessage.js +0 -2
- package/dist/es/models/transferProcess/ITransferRequestMessage.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferStartMessage.js +0 -2
- package/dist/es/models/transferProcess/ITransferStartMessage.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferSuspensionMessage.js.map +0 -1
- package/dist/es/models/transferProcess/ITransferTerminationMessage.js +0 -2
- package/dist/es/models/transferProcess/ITransferTerminationMessage.js.map +0 -1
- package/dist/es/models/transferProcess/transferProcessTypes.js.map +0 -1
- package/dist/es/models/transferProcess/types/transferProcessStateType.js.map +0 -1
- package/docs/reference/type-aliases/CatalogTypes.md +0 -5
- package/docs/reference/type-aliases/ContractNegotiationEventType.md +0 -5
- package/docs/reference/type-aliases/ContractNegotiationStateType.md +0 -5
- package/docs/reference/type-aliases/ContractNegotiationTypes.md +0 -5
- package/docs/reference/type-aliases/TransferProcessStateType.md +0 -5
- package/docs/reference/type-aliases/TransferProcessTypes.md +0 -5
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractNegotiationTerminationMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Contract Negotiation Termination Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-negotiation-termination-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
package/dist/es/schemas/{ContractOfferMessage.json → DataspaceProtocolContractOfferMessage.json}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractOfferMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Contract Offer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-offer-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
package/dist/es/schemas/{ContractRequestMessage.json → DataspaceProtocolContractRequestMessage.json}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractRequestMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Contract Request Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#contract-request-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"endpointProperties": {
|
|
21
21
|
"type": "array",
|
|
22
22
|
"items": {
|
|
23
|
-
"$ref": "https://schema.twindev.org/dataspace-protocol/
|
|
23
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolEndpointProperty"
|
|
24
24
|
},
|
|
25
25
|
"description": "Properties associated to the endpoint which might depend on the endpoint type."
|
|
26
26
|
}
|
package/dist/es/schemas/{DatasetRequestMessage.json → DataspaceProtocolDatasetRequestMessage.json}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDatasetRequestMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Dataset Request Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolEndpointProperty",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#lower-level-types",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferCompletionMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-completion-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferError",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol#error-transfer-error",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferProcess",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#ack-transfer-process",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
package/dist/es/schemas/{TransferRequestMessage.json → DataspaceProtocolTransferRequestMessage.json}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferRequestMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-request-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "The format property is a format specified by a Distribution for the Dataset associated with the Agreement. This is generally obtained from the Provider's Catalog."
|
|
73
73
|
},
|
|
74
74
|
"dataAddress": {
|
|
75
|
-
"$ref": "https://schema.twindev.org/dataspace-protocol/
|
|
75
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
|
|
76
76
|
"description": "If defined MUST contain a transport-specific set of properties for pushing the data. It MAY include an endpoint, a temporary authorization via the endpointProperties property - depending on the endpointType."
|
|
77
77
|
}
|
|
78
78
|
},
|
package/dist/es/schemas/{TransferStartMessage.json → DataspaceProtocolTransferStartMessage.json}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferStartMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-start-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"description": "MUST refer to the transfer identifier of the Provider side."
|
|
65
65
|
},
|
|
66
66
|
"dataAddress": {
|
|
67
|
-
"$ref": "https://schema.twindev.org/dataspace-protocol/
|
|
67
|
+
"$ref": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolDataAddress",
|
|
68
68
|
"description": "MUST be provided if the current transfer is a pull transfer and contains a transport-specific endpoint address for obtaining the data."
|
|
69
69
|
}
|
|
70
70
|
},
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferSuspensionMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-suspension-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://schema.twindev.org/dataspace-protocol/
|
|
3
|
+
"$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolTransferTerminationMessage",
|
|
4
4
|
"description": "Interface for Dataspace Protocol Transfer Messages. https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/#transfer-termination-message",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"@context": {
|
|
8
|
-
"description": "The Dataspace Protocol
|
|
8
|
+
"description": "The Dataspace Protocol JSON-LD context type.",
|
|
9
9
|
"anyOf": [
|
|
10
10
|
{
|
|
11
11
|
"type": "array",
|
|
12
12
|
"items": {
|
|
13
13
|
"type": "string",
|
|
14
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
14
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
15
15
|
},
|
|
16
16
|
"minItems": 1,
|
|
17
17
|
"maxItems": 1
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"prefixItems": [
|
|
23
23
|
{
|
|
24
24
|
"type": "string",
|
|
25
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
25
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"type": "string",
|
|
44
|
-
"const": "https://w3id.org/dspace/2025/1/context.
|
|
44
|
+
"const": "https://w3id.org/dspace/2025/1/context.jsonld"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"items": {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
export * from "./models/dataspaceProtocolContexts.js";
|
|
2
2
|
export * from "./models/dataspaceProtocolContextType.js";
|
|
3
3
|
export * from "./dataTypes/dataspaceProtocolDataTypes.js";
|
|
4
|
-
export * from "./models/catalog/
|
|
5
|
-
export * from "./models/catalog/
|
|
6
|
-
export * from "./models/catalog/
|
|
7
|
-
export * from "./models/catalog/
|
|
4
|
+
export * from "./models/catalog/dataspaceProtocolCatalogTypes.js";
|
|
5
|
+
export * from "./models/catalog/IDataspaceProtocolCatalogError.js";
|
|
6
|
+
export * from "./models/catalog/IDataspaceProtocolCatalogRequestMessage.js";
|
|
7
|
+
export * from "./models/catalog/IDataspaceProtocolDatasetRequestMessage.js";
|
|
8
8
|
export * from "./dataTypes/catalogDataTypes.js";
|
|
9
|
-
export * from "./models/contractNegotiation/
|
|
10
|
-
export * from "./models/contractNegotiation/
|
|
11
|
-
export * from "./models/contractNegotiation/
|
|
12
|
-
export * from "./models/contractNegotiation/
|
|
13
|
-
export * from "./models/contractNegotiation/
|
|
14
|
-
export * from "./models/contractNegotiation/
|
|
15
|
-
export * from "./models/contractNegotiation/
|
|
16
|
-
export * from "./models/contractNegotiation/
|
|
17
|
-
export * from "./models/contractNegotiation/
|
|
18
|
-
export * from "./models/contractNegotiation/types/
|
|
19
|
-
export * from "./models/contractNegotiation/types/
|
|
9
|
+
export * from "./models/contractNegotiation/dataspaceProtocolContractNegotiationTypes.js";
|
|
10
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementMessage.js";
|
|
11
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractAgreementVerificationMessage.js";
|
|
12
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiation.js";
|
|
13
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationError.js";
|
|
14
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationEventMessage.js";
|
|
15
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractNegotiationTerminationMessage.js";
|
|
16
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractOfferMessage.js";
|
|
17
|
+
export * from "./models/contractNegotiation/IDataspaceProtocolContractRequestMessage.js";
|
|
18
|
+
export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationEventType.js";
|
|
19
|
+
export * from "./models/contractNegotiation/types/dataspaceProtocolContractNegotiationStateType.js";
|
|
20
20
|
export * from "./dataTypes/contractNegotiationDataTypes.js";
|
|
21
|
-
export * from "./models/transferProcess/
|
|
22
|
-
export * from "./models/transferProcess/
|
|
23
|
-
export * from "./models/transferProcess/
|
|
24
|
-
export * from "./models/transferProcess/
|
|
25
|
-
export * from "./models/transferProcess/
|
|
26
|
-
export * from "./models/transferProcess/
|
|
27
|
-
export * from "./models/transferProcess/
|
|
28
|
-
export * from "./models/transferProcess/
|
|
29
|
-
export * from "./models/transferProcess/
|
|
30
|
-
export * from "./models/transferProcess/
|
|
31
|
-
export * from "./models/transferProcess/types/
|
|
21
|
+
export * from "./models/transferProcess/dataspaceProtocolTransferProcessTypes.js";
|
|
22
|
+
export * from "./models/transferProcess/IDataspaceProtocolDataAddress.js";
|
|
23
|
+
export * from "./models/transferProcess/IDataspaceProtocolEndpointProperty.js";
|
|
24
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferCompletionMessage.js";
|
|
25
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferError.js";
|
|
26
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferProcess.js";
|
|
27
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferRequestMessage.js";
|
|
28
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferStartMessage.js";
|
|
29
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferSuspensionMessage.js";
|
|
30
|
+
export * from "./models/transferProcess/IDataspaceProtocolTransferTerminationMessage.js";
|
|
31
|
+
export * from "./models/transferProcess/types/dataspaceProtocolTransferProcessStateType.js";
|
|
32
32
|
export * from "./dataTypes/transferProcessDataTypes.js";
|
package/dist/types/models/catalog/{ICatalogError.d.ts → IDataspaceProtocolCatalogError.d.ts}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
|
|
2
|
-
import type {
|
|
2
|
+
import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
|
|
3
3
|
/**
|
|
4
4
|
* Interface for Dataspace Protocol Catalog Error.
|
|
5
5
|
* https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#error-catalog-error
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface IDataspaceProtocolCatalogError {
|
|
8
8
|
/**
|
|
9
9
|
* The JSON-LD context.
|
|
10
10
|
*/
|
|
@@ -12,7 +12,7 @@ export interface ICatalogError {
|
|
|
12
12
|
/**
|
|
13
13
|
* The type of the message.
|
|
14
14
|
*/
|
|
15
|
-
"@type": typeof
|
|
15
|
+
"@type": typeof DataspaceProtocolCatalogTypes.CatalogError;
|
|
16
16
|
/**
|
|
17
17
|
* The error code.
|
|
18
18
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
|
|
2
|
-
import type {
|
|
2
|
+
import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
|
|
3
3
|
/**
|
|
4
4
|
* Interface for Dataspace Protocol Catalog Request Messages.
|
|
5
5
|
* https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-request-message
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface IDataspaceProtocolCatalogRequestMessage {
|
|
8
8
|
/**
|
|
9
9
|
* The JSON-LD context.
|
|
10
10
|
*/
|
|
@@ -12,7 +12,7 @@ export interface ICatalogRequestMessage {
|
|
|
12
12
|
/**
|
|
13
13
|
* The type of the message.
|
|
14
14
|
*/
|
|
15
|
-
"@type": typeof
|
|
15
|
+
"@type": typeof DataspaceProtocolCatalogTypes.CatalogRequestMessage;
|
|
16
16
|
/**
|
|
17
17
|
* An implementation-specific query or filter expression.
|
|
18
18
|
*/
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { DataspaceProtocolContextType } from "../dataspaceProtocolContextType.js";
|
|
2
|
-
import type {
|
|
2
|
+
import type { DataspaceProtocolCatalogTypes } from "./dataspaceProtocolCatalogTypes.js";
|
|
3
3
|
/**
|
|
4
4
|
* Interface for Dataspace Protocol Dataset Request Messages.
|
|
5
5
|
* https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#dataset-request-message
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface IDataspaceProtocolDatasetRequestMessage {
|
|
8
8
|
/**
|
|
9
9
|
* The JSON-LD context.
|
|
10
10
|
*/
|
|
@@ -12,7 +12,7 @@ export interface IDatasetRequestMessage {
|
|
|
12
12
|
/**
|
|
13
13
|
* The type of the message.
|
|
14
14
|
*/
|
|
15
|
-
"@type": typeof
|
|
15
|
+
"@type": typeof DataspaceProtocolCatalogTypes.DatasetRequestMessage;
|
|
16
16
|
/**
|
|
17
17
|
* The identifier of the dataset.
|
|
18
18
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The types for Dataspace Protocol Catalog Protocol.
|
|
3
3
|
* https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1/#catalog-protocol
|
|
4
4
|
*/
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const DataspaceProtocolCatalogTypes: {
|
|
6
6
|
/**
|
|
7
7
|
* Catalog Request Message.
|
|
8
8
|
*/
|
|
@@ -19,4 +19,4 @@ export declare const CatalogTypes: {
|
|
|
19
19
|
/**
|
|
20
20
|
* The types for Dataspace Protocol Catalog Protocol.
|
|
21
21
|
*/
|
|
22
|
-
export type
|
|
22
|
+
export type DataspaceProtocolCatalogTypes = (typeof DataspaceProtocolCatalogTypes)[keyof typeof DataspaceProtocolCatalogTypes];
|