diff --git a/artifacts/build.gradle.kts b/artifacts/build.gradle.kts index 7d559dd..e116441 100644 --- a/artifacts/build.gradle.kts +++ b/artifacts/build.gradle.kts @@ -27,7 +27,7 @@ repositories { } configure { - schemaPrefix = "https://w3id.org/dspace/2024/1/" + schemaPrefix = "https://w3id.org/dspace/2025/1/" schemaFileSuffix = "-schema.json" } diff --git a/artifacts/buildSrc/README.md b/artifacts/buildSrc/README.md index e6265c8..520f97d 100644 --- a/artifacts/buildSrc/README.md +++ b/artifacts/buildSrc/README.md @@ -66,7 +66,7 @@ The plugin can be applied and configured as follows: apply(); configure { - schemaPrefix = "https://w3id.org/dspace/2024/1/" + schemaPrefix = "https://w3id.org/dspace/2025/1/" schemaFileSuffix = "-schema.json" } ``` diff --git a/artifacts/buildSrc/src/test/java/org/eclipse/dsp/generation/jsom/TestSchema.java b/artifacts/buildSrc/src/test/java/org/eclipse/dsp/generation/jsom/TestSchema.java index 0f5c071..9edeed9 100644 --- a/artifacts/buildSrc/src/test/java/org/eclipse/dsp/generation/jsom/TestSchema.java +++ b/artifacts/buildSrc/src/test/java/org/eclipse/dsp/generation/jsom/TestSchema.java @@ -29,7 +29,7 @@ public interface TestSchema { "$ref": "#/definitions/Policy" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json", "definitions": { "Policy": { "oneOf": [ diff --git a/artifacts/src/main/resources/catalog/catalog-error-schema.json b/artifacts/src/main/resources/catalog/catalog-error-schema.json index 3ab5daf..f6bfbfc 100644 --- a/artifacts/src/main/resources/catalog/catalog-error-schema.json +++ b/artifacts/src/main/resources/catalog/catalog-error-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/CatalogError" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-error-schema.json", "definitions": { "CatalogError": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/catalog/catalog-request-message-schema.json b/artifacts/src/main/resources/catalog/catalog-request-message-schema.json index 5b76b4e..f95c50f 100644 --- a/artifacts/src/main/resources/catalog/catalog-request-message-schema.json +++ b/artifacts/src/main/resources/catalog/catalog-request-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/CatalogRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-request-message-schema.json", "definitions": { "CatalogRequestMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/catalog/catalog-schema.json b/artifacts/src/main/resources/catalog/catalog-schema.json index 7961c55..50897fe 100644 --- a/artifacts/src/main/resources/catalog/catalog-schema.json +++ b/artifacts/src/main/resources/catalog/catalog-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/RootCatalog" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-schema.json", "definitions": { "RootCatalog": { "type": "object", @@ -18,7 +18,7 @@ ], "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "participantId": { "type": "string" @@ -33,7 +33,7 @@ "type": "object", "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/AbstractDataset" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/AbstractDataset" }, { "properties": { @@ -44,7 +44,7 @@ "dataset": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/Dataset" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/Dataset" }, "minItems": 1 }, @@ -58,7 +58,7 @@ "service": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/DataService" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/DataService" }, "minItems": 1 } diff --git a/artifacts/src/main/resources/catalog/dataset-request-message-schema.json b/artifacts/src/main/resources/catalog/dataset-request-message-schema.json index 4378ad7..1bd76d6 100644 --- a/artifacts/src/main/resources/catalog/dataset-request-message-schema.json +++ b/artifacts/src/main/resources/catalog/dataset-request-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/DatasetRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/dataset-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/dataset-request-message-schema.json", "definitions": { "DatasetRequestMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/catalog/dataset-schema.json b/artifacts/src/main/resources/catalog/dataset-schema.json index feb4a47..d10a7f5 100644 --- a/artifacts/src/main/resources/catalog/dataset-schema.json +++ b/artifacts/src/main/resources/catalog/dataset-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/RootDataset" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json", "definitions": { "AbstractDataset": { "type": "object", @@ -20,7 +20,7 @@ "hasPolicy": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Offer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Offer" }, "minItems": 1 }, @@ -56,7 +56,7 @@ ], "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" } }, "required": [ @@ -80,7 +80,7 @@ "hasPolicy": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Offer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Offer" }, "minItems": 1 }, diff --git a/artifacts/src/main/resources/catalog/example/catalog-error.json b/artifacts/src/main/resources/catalog/example/catalog-error.json index 8d02124..e36d086 100644 --- a/artifacts/src/main/resources/catalog/example/catalog-error.json +++ b/artifacts/src/main/resources/catalog/example/catalog-error.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "CatalogError", "code": "123-A", diff --git a/artifacts/src/main/resources/catalog/example/catalog-request-message.json b/artifacts/src/main/resources/catalog/example/catalog-request-message.json index 3ad0c52..4932e13 100644 --- a/artifacts/src/main/resources/catalog/example/catalog-request-message.json +++ b/artifacts/src/main/resources/catalog/example/catalog-request-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "CatalogRequestMessage", "filter": [] diff --git a/artifacts/src/main/resources/catalog/example/catalog.json b/artifacts/src/main/resources/catalog/example/catalog.json index fad45ec..ee27dff 100644 --- a/artifacts/src/main/resources/catalog/example/catalog.json +++ b/artifacts/src/main/resources/catalog/example/catalog.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", diff --git a/artifacts/src/main/resources/catalog/example/dataset-request-message.json b/artifacts/src/main/resources/catalog/example/dataset-request-message.json index 6148c9e..028a6d4 100644 --- a/artifacts/src/main/resources/catalog/example/dataset-request-message.json +++ b/artifacts/src/main/resources/catalog/example/dataset-request-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "DatasetRequestMessage", "dataset": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57" diff --git a/artifacts/src/main/resources/catalog/example/dataset.json b/artifacts/src/main/resources/catalog/example/dataset.json index 751d445..1f28868 100644 --- a/artifacts/src/main/resources/catalog/example/dataset.json +++ b/artifacts/src/main/resources/catalog/example/dataset.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Dataset", diff --git a/artifacts/src/main/resources/catalog/example/nested-catalog.json b/artifacts/src/main/resources/catalog/example/nested-catalog.json index 8075923..e155277 100644 --- a/artifacts/src/main/resources/catalog/example/nested-catalog.json +++ b/artifacts/src/main/resources/catalog/example/nested-catalog.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", diff --git a/artifacts/src/main/resources/common/context-schema.json b/artifacts/src/main/resources/common/context-schema.json index af6fcf5..e685f53 100644 --- a/artifacts/src/main/resources/common/context-schema.json +++ b/artifacts/src/main/resources/common/context-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/ContextSchema" } ], - "$id": "https://w3id.org/dspace/2024/1/common/context-schema.json", + "$id": "https://w3id.org/dspace/2025/1/common/context-schema.json", "definitions": { "ContextSchema": { "type": "array", @@ -18,7 +18,7 @@ } }, "contains": { - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" } } } diff --git a/artifacts/src/main/resources/common/protocol-version-schema.json b/artifacts/src/main/resources/common/protocol-version-schema.json index 6cfd6ee..400ea09 100644 --- a/artifacts/src/main/resources/common/protocol-version-schema.json +++ b/artifacts/src/main/resources/common/protocol-version-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/Version" } ], - "$id": "https://w3id.org/dspace/2024/1/common/version-schema.json", + "$id": "https://w3id.org/dspace/2025/1/common/protocol-version-schema.json", "definitions": { "Version": { "type": "object", diff --git a/artifacts/src/main/resources/context/dspace.jsonld b/artifacts/src/main/resources/context/dspace.jsonld index 5d10d50..992c610 100644 --- a/artifacts/src/main/resources/context/dspace.jsonld +++ b/artifacts/src/main/resources/context/dspace.jsonld @@ -6,7 +6,7 @@ "dct": "http://purl.org/dc/terms/", "dcat": "http://www.w3.org/ns/dcat#", "odrl": "http://www.w3.org/ns/odrl/2/", - "dspace": "https://w3id.org/dspace/2024/1/", + "dspace": "https://w3id.org/dspace/2025/1/", "DatasetRequestMessage": { "@id": "dspace:DatasetRequestMessage", "@context": { diff --git a/artifacts/src/main/resources/negotiation/contract-agreement-message-schema.json b/artifacts/src/main/resources/negotiation/contract-agreement-message-schema.json index e8c36aa..814840c 100644 --- a/artifacts/src/main/resources/negotiation/contract-agreement-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-agreement-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractAgreementMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-agreement-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-agreement-message-schema.json", "definitions": { "ContractAgreementMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", @@ -26,7 +26,7 @@ "type": "string" }, "agreement": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Agreement" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Agreement" }, "callbackAddress": { "type": "string" diff --git a/artifacts/src/main/resources/negotiation/contract-agreement-verification-message-schema.json b/artifacts/src/main/resources/negotiation/contract-agreement-verification-message-schema.json index 4c4671e..5cc3211 100644 --- a/artifacts/src/main/resources/negotiation/contract-agreement-verification-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-agreement-verification-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractAgreementVerificationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-agreement-verification-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-agreement-verification-message-schema.json", "definitions": { "ContractAgreementVerificationMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/negotiation/contract-negotiation-error-schema.json b/artifacts/src/main/resources/negotiation/contract-negotiation-error-schema.json index f4f9ad9..0d8b717 100644 --- a/artifacts/src/main/resources/negotiation/contract-negotiation-error-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-negotiation-error-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractNegotiationError" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-error-schema.json", "definitions": { "ContractNegotiationError": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/negotiation/contract-negotiation-event-message-schema.json b/artifacts/src/main/resources/negotiation/contract-negotiation-event-message-schema.json index b92a5e7..37175c2 100644 --- a/artifacts/src/main/resources/negotiation/contract-negotiation-event-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-negotiation-event-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractNegotiationEventMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-event-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-event-message-schema.json", "definitions": { "ContractNegotiationEventMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/negotiation/contract-negotiation-schema.json b/artifacts/src/main/resources/negotiation/contract-negotiation-schema.json index 6ae4c04..6edb6c2 100644 --- a/artifacts/src/main/resources/negotiation/contract-negotiation-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-negotiation-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractNegotiation" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-schema.json", "definitions": { "ContractNegotiation": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/negotiation/contract-negotiation-termination-message-schema.json b/artifacts/src/main/resources/negotiation/contract-negotiation-termination-message-schema.json index 39c808b..afc8422 100644 --- a/artifacts/src/main/resources/negotiation/contract-negotiation-termination-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-negotiation-termination-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractNegotiationTerminationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-termination-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-termination-message-schema.json", "definitions": { "ContractNegotiationTerminationMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/negotiation/contract-offer-message-schema.json b/artifacts/src/main/resources/negotiation/contract-offer-message-schema.json index aa14e91..60c640b 100644 --- a/artifacts/src/main/resources/negotiation/contract-offer-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-offer-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractOfferMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-offer-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-offer-message-schema.json", "definitions": { "ContractOfferMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", @@ -28,7 +28,7 @@ "offer": { "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/MessageOffer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/MessageOffer" }, { "properties": { diff --git a/artifacts/src/main/resources/negotiation/contract-request-message-schema.json b/artifacts/src/main/resources/negotiation/contract-request-message-schema.json index 4a809ec..8789416 100644 --- a/artifacts/src/main/resources/negotiation/contract-request-message-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-request-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/ContractRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-request-message-schema.json", "definitions": { "ContractRequestMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", @@ -28,7 +28,7 @@ "offer": { "oneOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/MessageOffer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/MessageOffer" }, { "properties": { diff --git a/artifacts/src/main/resources/negotiation/contract-schema.json b/artifacts/src/main/resources/negotiation/contract-schema.json index e98d33e..5d84a7b 100644 --- a/artifacts/src/main/resources/negotiation/contract-schema.json +++ b/artifacts/src/main/resources/negotiation/contract-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/Policy" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json", "definitions": { "Policy": { "oneOf": [ diff --git a/artifacts/src/main/resources/negotiation/example/contract-agreement-message-full.json b/artifacts/src/main/resources/negotiation/example/contract-agreement-message-full.json index f4d8132..de3da89 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-agreement-message-full.json +++ b/artifacts/src/main/resources/negotiation/example/contract-agreement-message-full.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-agreement-message.json b/artifacts/src/main/resources/negotiation/example/contract-agreement-message.json index 6fd95ab..f65f508 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-agreement-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-agreement-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-agreement-verification-message.json b/artifacts/src/main/resources/negotiation/example/contract-agreement-verification-message.json index abdedef..8927d1e 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-agreement-verification-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-agreement-verification-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementVerificationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-negotiation-error.json b/artifacts/src/main/resources/negotiation/example/contract-negotiation-error.json index 1b2e53e..26d8e32 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-negotiation-error.json +++ b/artifacts/src/main/resources/negotiation/example/contract-negotiation-error.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-negotiation-event-message.json b/artifacts/src/main/resources/negotiation/example/contract-negotiation-event-message.json index 55bc975..a0a6503 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-negotiation-event-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-negotiation-event-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-negotiation-termination-message.json b/artifacts/src/main/resources/negotiation/example/contract-negotiation-termination-message.json index 199d885..4cdba4f 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-negotiation-termination-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-negotiation-termination-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-negotiation.json b/artifacts/src/main/resources/negotiation/example/contract-negotiation.json index a5a03df..6837b7c 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-negotiation.json +++ b/artifacts/src/main/resources/negotiation/example/contract-negotiation.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiation", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-offer-message.json b/artifacts/src/main/resources/negotiation/example/contract-offer-message.json index d83b866..53e1169 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-offer-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-offer-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractOfferMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-offer-message_initial.json b/artifacts/src/main/resources/negotiation/example/contract-offer-message_initial.json index e67d08b..d2f459d 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-offer-message_initial.json +++ b/artifacts/src/main/resources/negotiation/example/contract-offer-message_initial.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractOfferMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-request-message.json b/artifacts/src/main/resources/negotiation/example/contract-request-message.json index e34481b..65f4926 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-request-message.json +++ b/artifacts/src/main/resources/negotiation/example/contract-request-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/negotiation/example/contract-request-message_initial.json b/artifacts/src/main/resources/negotiation/example/contract-request-message_initial.json index a4c17d4..83b4074 100644 --- a/artifacts/src/main/resources/negotiation/example/contract-request-message_initial.json +++ b/artifacts/src/main/resources/negotiation/example/contract-request-message_initial.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/main/resources/transfer/data-address-schema.json b/artifacts/src/main/resources/transfer/data-address-schema.json index ad59dee..3c0fb08 100644 --- a/artifacts/src/main/resources/transfer/data-address-schema.json +++ b/artifacts/src/main/resources/transfer/data-address-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/DataAddress" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json", "definitions": { "DataAddress": { "type": "object", diff --git a/artifacts/src/main/resources/transfer/example/transfer-completion-message.json b/artifacts/src/main/resources/transfer/example/transfer-completion-message.json index 574a273..b2edbaf 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-completion-message.json +++ b/artifacts/src/main/resources/transfer/example/transfer-completion-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferCompletionMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/transfer/example/transfer-error.json b/artifacts/src/main/resources/transfer/example/transfer-error.json index ee4dda2..5409cb9 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-error.json +++ b/artifacts/src/main/resources/transfer/example/transfer-error.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/transfer/example/transfer-process.json b/artifacts/src/main/resources/transfer/example/transfer-process.json index 4a1fe00..d86526d 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-process.json +++ b/artifacts/src/main/resources/transfer/example/transfer-process.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferProcess", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/transfer/example/transfer-request-message.json b/artifacts/src/main/resources/transfer/example/transfer-request-message.json index 8c8e864..9f11585 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-request-message.json +++ b/artifacts/src/main/resources/transfer/example/transfer-request-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/main/resources/transfer/example/transfer-start-message.json b/artifacts/src/main/resources/transfer/example/transfer-start-message.json index 959c904..5c73d78 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-start-message.json +++ b/artifacts/src/main/resources/transfer/example/transfer-start-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferStartMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/transfer/example/transfer-suspension-message.json b/artifacts/src/main/resources/transfer/example/transfer-suspension-message.json index b5c1930..bc1b75e 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-suspension-message.json +++ b/artifacts/src/main/resources/transfer/example/transfer-suspension-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json"], + "https://w3id.org/dspace/2025/1/context.json"], "@type": "TransferSuspensionMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/main/resources/transfer/example/transfer-termination-message.json b/artifacts/src/main/resources/transfer/example/transfer-termination-message.json index 66a59e3..28065f4 100644 --- a/artifacts/src/main/resources/transfer/example/transfer-termination-message.json +++ b/artifacts/src/main/resources/transfer/example/transfer-termination-message.json @@ -1,6 +1,6 @@ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/main/resources/transfer/transfer-completion-message-schema.json b/artifacts/src/main/resources/transfer/transfer-completion-message-schema.json index 9fbc2fc..4c19d75 100644 --- a/artifacts/src/main/resources/transfer/transfer-completion-message-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-completion-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/TransferCompletionMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-completion-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-completion-message-schema.json", "definitions": { "TransferCompletionMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/transfer/transfer-error-schema.json b/artifacts/src/main/resources/transfer/transfer-error-schema.json index ae44c10..84c2adb 100644 --- a/artifacts/src/main/resources/transfer/transfer-error-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-error-schema.json @@ -7,12 +7,12 @@ "$ref": "#/definitions/TransferError" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-error-schema.json", "definitions": { "TransferError": { "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" + "$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" }, { "properties": { diff --git a/artifacts/src/main/resources/transfer/transfer-process-schema.json b/artifacts/src/main/resources/transfer/transfer-process-schema.json index f50597b..b160518 100644 --- a/artifacts/src/main/resources/transfer/transfer-process-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-process-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/TransferProcess" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-process-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-process-schema.json", "definitions": { "TransferProcess": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", diff --git a/artifacts/src/main/resources/transfer/transfer-request-message-schema.json b/artifacts/src/main/resources/transfer/transfer-request-message-schema.json index 56f15c9..3ce455c 100644 --- a/artifacts/src/main/resources/transfer/transfer-request-message-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-request-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/TransferRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-request-message-schema.json", "definitions": { "TransferRequestMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", @@ -26,7 +26,7 @@ "type": "string" }, "dataAddress": { - "$ref": "https://w3id.org/dspace/2024/1/transfer/data-address-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/transfer/data-address-schema.json" }, "callbackAddress": { "type": "string" diff --git a/artifacts/src/main/resources/transfer/transfer-schema.json b/artifacts/src/main/resources/transfer/transfer-schema.json index ede1229..0272cb6 100644 --- a/artifacts/src/main/resources/transfer/transfer-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/AbstractTransferCodeMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json", "definitions": { "AbstractTransferCodeMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "providerPid": { "type": "string" diff --git a/artifacts/src/main/resources/transfer/transfer-start-message-schema.json b/artifacts/src/main/resources/transfer/transfer-start-message-schema.json index 73efc38..76f6ac7 100644 --- a/artifacts/src/main/resources/transfer/transfer-start-message-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-start-message-schema.json @@ -7,13 +7,13 @@ "$ref": "#/definitions/TransferStartMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-start-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-start-message-schema.json", "definitions": { "TransferStartMessage": { "type": "object", "properties": { "@context": { - "$ref": "https://w3id.org/dspace/2024/1/common/context-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/common/context-schema.json" }, "@type": { "type": "string", @@ -26,7 +26,7 @@ "type": "string" }, "dataAddress": { - "$ref": "https://w3id.org/dspace/2024/1/transfer/data-address-schema.json" + "$ref": "https://w3id.org/dspace/2025/1/transfer/data-address-schema.json" } }, "required": [ diff --git a/artifacts/src/main/resources/transfer/transfer-suspension-message-schema.json b/artifacts/src/main/resources/transfer/transfer-suspension-message-schema.json index 99452f4..9d296f7 100644 --- a/artifacts/src/main/resources/transfer/transfer-suspension-message-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-suspension-message-schema.json @@ -7,12 +7,12 @@ "$ref": "#/definitions/TransferSuspensionMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-suspension-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-suspension-message-schema.json", "definitions": { "TransferSuspensionMessage": { "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" + "$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" }, { "properties": { diff --git a/artifacts/src/main/resources/transfer/transfer-termination-message-schema.json b/artifacts/src/main/resources/transfer/transfer-termination-message-schema.json index d36fcab..4d68f57 100644 --- a/artifacts/src/main/resources/transfer/transfer-termination-message-schema.json +++ b/artifacts/src/main/resources/transfer/transfer-termination-message-schema.json @@ -7,12 +7,12 @@ "$ref": "#/definitions/TransferTerminationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-termination-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-termination-message-schema.json", "definitions": { "TransferTerminationMessage": { "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" + "$ref": "https://w3id.org/dspace/2025/1/transfer/transfer-schema.json#definitions/AbstractTransferCodeMessage" }, { "properties": { diff --git a/artifacts/src/test/java/org/eclipse/dsp/DspConstants.java b/artifacts/src/test/java/org/eclipse/dsp/DspConstants.java index d64df76..72d2acd 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/DspConstants.java +++ b/artifacts/src/test/java/org/eclipse/dsp/DspConstants.java @@ -19,8 +19,8 @@ */ public interface DspConstants { - String DSP_CONTEXT = "https://w3id.org/dspace/2024/1/context.json"; - String DSP_PREFIX = "https://w3id.org/dspace/2024/1/"; + String DSP_CONTEXT = "https://w3id.org/dspace/2025/1/context.json"; + String DSP_PREFIX = "https://w3id.org/dspace/2025/1/"; String ODRL_CONTEXT = "http://www.w3.org/dspace-odrl/odrl.jsonld"; diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogErrorSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogErrorSchemaTest.java index db569d1..c91b85d 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogErrorSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogErrorSchemaTest.java @@ -68,7 +68,7 @@ void setUp() { private static final String VALID_NO_CODE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "CatalogError" }"""; @@ -76,7 +76,7 @@ void setUp() { private static final String INVALID_CODE_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "CatalogError", "code": 123, @@ -88,7 +88,7 @@ void setUp() { private static final String INVALID_REASON = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "CatalogError", "code": "123-A", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogSchemaTest.java index 5f79353..7d514fd 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/CatalogSchemaTest.java @@ -40,7 +40,7 @@ void setUp() { private static final String MINIMAL_CATALOG = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/DatasetSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/DatasetSchemaTest.java index 758c62c..d642ef7 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/DatasetSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/DatasetSchemaTest.java @@ -36,7 +36,7 @@ void setUp() { private static final String DATASET = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88", "hasPolicy": [ diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/InvalidCatalogSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/InvalidCatalogSchemaTest.java index edf2dbb..6b32774 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/InvalidCatalogSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/catalog/InvalidCatalogSchemaTest.java @@ -86,7 +86,7 @@ void setUp() { private static final String INVALID_CATALOG_NO_ID = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "Catalog", "participantId": "urn:example:DataProviderA", @@ -104,7 +104,7 @@ void setUp() { private static final String INVALID_CATALOG_NO_PARTICIPANT_ID = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", @@ -122,7 +122,7 @@ void setUp() { private static final String INVALID_NO_SERVICE_ID = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", @@ -140,7 +140,7 @@ void setUp() { private static final String INVALID_NO_SERVICE_ENDPOINT = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "Catalog", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/common/CommonSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/common/CommonSchemaTest.java index e1ce6de..75dd190 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/common/CommonSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/common/CommonSchemaTest.java @@ -26,13 +26,13 @@ public class CommonSchemaTest extends AbstractSchemaTest { @Test void verifyContext() { var baseInput = """ - ["https://w3id.org/dspace/2024/1/context.json"] + ["https://w3id.org/dspace/2025/1/context.json"] """; assertThat(schema.validate(baseInput, JSON)).isEmpty(); var multiValueInput = """ [ - "https://w3id.org/dspace/2024/1/context.json", + "https://w3id.org/dspace/2025/1/context.json", "https://test.com/context.json" ] """; diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationErrorSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationErrorSchemaTest.java index 344261c..e50b5d9 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationErrorSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationErrorSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_ERROR = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationEventMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationEventMessageSchemaTest.java index 889c9f5..343a71d 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationEventMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationEventMessageSchemaTest.java @@ -41,7 +41,7 @@ void setUp() { private static final String ACCEPTED_EVENT_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -53,7 +53,7 @@ void setUp() { private static final String FINALIZED_EVENT_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationTerminationMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationTerminationMessageSchemaTest.java index 3ae43b0..9f8ed99 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationTerminationMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractNegotiationTerminationMessageSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_MESSAGE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractRequestMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractRequestMessageSchemaTest.java index bbce7cb..e4a6cdf 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractRequestMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/ContractRequestMessageSchemaTest.java @@ -51,7 +51,7 @@ void setUp() { private static final String REQUEST_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -66,7 +66,7 @@ void setUp() { private static final String REQUEST_INITIAL_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementMessageSchemaTest.java index cd78711..96604b0 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementMessageSchemaTest.java @@ -75,7 +75,7 @@ void setUp() { private static final String INVALID_NO_TYPE = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -87,7 +87,7 @@ void setUp() { private static final String INVALID_NO_PROVIDER_ID = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -99,7 +99,7 @@ void setUp() { private static final String INVALID_NO_CONSUMER_ID = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -111,7 +111,7 @@ void setUp() { private static final String INVALID_NO_CALLBACK = format(""" { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -123,7 +123,7 @@ void setUp() { private static final String NO_AGREEMENT = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementVerificationMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementVerificationMessageSchemaTest.java index e1b0ece..20dc8e2 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementVerificationMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractAgreementVerificationMessageSchemaTest.java @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -57,7 +57,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementVerificationMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractAgreementVerificationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationErrorSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationErrorSchemaTest.java index d235f25..bc36e36 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationErrorSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationErrorSchemaTest.java @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -57,7 +57,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationError", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationEventMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationEventMessageSchemaTest.java index 81b2624..557e148 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationEventMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationEventMessageSchemaTest.java @@ -50,7 +50,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -61,7 +61,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -72,7 +72,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -83,7 +83,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_EVENT_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -94,7 +94,7 @@ void setUp() { private static final String INVALID_MESSAGE_EVENT_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationEventMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationSchemaTest.java index bb37d9f..55b4ae8 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationSchemaTest.java @@ -50,7 +50,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -61,7 +61,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiation", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -72,7 +72,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiation", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -83,7 +83,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_STATE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiation", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -94,7 +94,7 @@ void setUp() { private static final String INVALID_MESSAGE_STATE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiation", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationTerminationMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationTerminationMessageSchemaTest.java index 8eca2a8..eb0bb8e 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationTerminationMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractNegotiationTerminationMessageSchemaTest.java @@ -51,7 +51,7 @@ void setUp() { private static final String MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "consumerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -65,7 +65,7 @@ void setUp() { private static final String MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -79,7 +79,7 @@ void setUp() { private static final String MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractNegotiationTerminationMessage", "consumerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractOfferMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractOfferMessageSchemaTest.java index 0546b9b..0f24bc6 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractOfferMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractOfferMessageSchemaTest.java @@ -37,7 +37,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TARGET = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractOfferMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -58,7 +58,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CALLBACK = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractOfferMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractRequestMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractRequestMessageSchemaTest.java index 22d2c61..8d38aec 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractRequestMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/negotiation/InvalidContractRequestMessageSchemaTest.java @@ -41,7 +41,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_OFFER = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -53,7 +53,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "offer": { @@ -80,7 +80,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_CALLBACK = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "ContractRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -93,7 +93,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", "offer": { diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferCompletionMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferCompletionMessageSchemaTest.java index 4131c6d..5a39b4d 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferCompletionMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferCompletionMessageSchemaTest.java @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -57,7 +57,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferCompletionMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferCompletionMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferErrorSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferErrorSchemaTest.java index 7a30073..9075104 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferErrorSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferErrorSchemaTest.java @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -57,7 +57,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferError", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferProcessSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferProcessSchemaTest.java index 2cdf4fb..2f6379d 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferProcessSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferProcessSchemaTest.java @@ -50,7 +50,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -61,7 +61,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferProcess", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -72,7 +72,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferProcess", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -83,7 +83,7 @@ void setUp() { private static final String INVALID_MESSAGE_NO_STATE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferProcess", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", @@ -94,7 +94,7 @@ void setUp() { private static final String INVALID_MESSAGE_STATE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferProcess", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferRequestMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferRequestMessageSchemaTest.java index 2cbd3b3..7b7ec15 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferRequestMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferRequestMessageSchemaTest.java @@ -55,7 +55,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", "agreementId": "urn:uuid:e8dc8655-44c2-46ef-b701-4cffdc2faa44", @@ -67,7 +67,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "agreementId": "urn:uuid:e8dc8655-44c2-46ef-b701-4cffdc2faa44", @@ -79,7 +79,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_AGREEMENT_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -91,7 +91,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_FORMAT = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -103,7 +103,7 @@ void setUp() { private static final String INVALID_REQUEST_NO_CALLBACK = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -115,7 +115,7 @@ void setUp() { private static final String INVALID_NO_DA_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -132,7 +132,7 @@ void setUp() { private static final String INVALID_NO_DA_ENDPOINT_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", @@ -149,7 +149,7 @@ void setUp() { private static final String INVALID_NO_DA_ENDPOINT = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferStartMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferStartMessageSchemaTest.java index 3db4172..6239230 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferStartMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferStartMessageSchemaTest.java @@ -38,7 +38,7 @@ void setUp() { private static final String INVALID_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferStartMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -56,7 +56,7 @@ void setUp() { private static final String INVALID_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferStartMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferSuspensionMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferSuspensionMessageSchemaTest.java index ad18954..7d93b01 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferSuspensionMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferSuspensionMessageSchemaTest.java @@ -38,7 +38,7 @@ void setUp() { private static final String INVALID_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferSuspensionMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -56,7 +56,7 @@ void setUp() { private static final String INVALID_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferSuspensionMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferTerminationMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferTerminationMessageSchemaTest.java index 5075b7a..12f11ed 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferTerminationMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/InvalidTransferTerminationMessageSchemaTest.java @@ -38,7 +38,7 @@ void setUp() { private static final String INVALID_NO_TYPE = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -47,7 +47,7 @@ void setUp() { private static final String INVALID_NO_PROVIDER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferTerminationMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" @@ -56,7 +56,7 @@ void setUp() { private static final String INVALID_NO_CONSUMER_ID = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab" diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferErrorSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferErrorSchemaTest.java index 2215e89..ce6aa4e 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferErrorSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferErrorSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_ERROR = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferError", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferRequestMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferRequestMessageSchemaTest.java index 5bc4802..cc1d064 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferRequestMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferRequestMessageSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_REQUEST = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferRequestMessage", "consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferStartMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferStartMessageSchemaTest.java index 0929c08..0d324bf 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferStartMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferStartMessageSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_REQUEST = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferStartMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferSuspensionMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferSuspensionMessageSchemaTest.java index 05d6fa3..8b01b46 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferSuspensionMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferSuspensionMessageSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_REQUEST = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferSuspensionMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferTerminationMessageSchemaTest.java b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferTerminationMessageSchemaTest.java index 6a86d51..6ef6f6c 100644 --- a/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferTerminationMessageSchemaTest.java +++ b/artifacts/src/test/java/org/eclipse/dsp/schema/transfer/TransferTerminationMessageSchemaTest.java @@ -44,7 +44,7 @@ void setUp() { private static final String MINIMAL_REQUEST = """ { "@context": [ - "https://w3id.org/dspace/2024/1/context.json" + "https://w3id.org/dspace/2025/1/context.json" ], "@type": "TransferTerminationMessage", "providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", diff --git a/index.html b/index.html index 95142a3..77b0733 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ maxTocLevel: 3, }; - Dataspace Protocol Release 2024-1 + Dataspace Protocol Release 2025-1

Dataspace Protocol

- This version (2024-1) of the Dataspace Protocol specification is the release candidate and considered to be + This version (2025-1) of the Dataspace Protocol specification is a release of the specification and considered to be stable. Further changes shall not affect conformity. Since version 0.8 the specification is stable with changes in details. All changes made to the specification can be reviewed in - the GitHub repository. + the GitHub repositories - up to and including `2024-1` under the governance of IDSA + and with the EDWG ever since.

diff --git a/specifications/catalog/catalog.binding.https.md b/specifications/catalog/catalog.binding.https.md index d6b45a1..2c76f4d 100644 --- a/specifications/catalog/catalog.binding.https.md +++ b/specifications/catalog/catalog.binding.https.md @@ -102,7 +102,7 @@ The following request sequence demonstrates pagination: Link: ; rel="next" { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "Catalog", ... } diff --git a/specifications/catalog/message/diagram/catalog-error.puml b/specifications/catalog/message/diagram/catalog-error.puml index 165f2e1..d798228 100644 --- a/specifications/catalog/message/diagram/catalog-error.puml +++ b/specifications/catalog/message/diagram/catalog-error.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:CatalogError" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:CatalogError" dspace:code : String dspace:reason : Array diff --git a/specifications/catalog/message/diagram/catalog-request-message.puml b/specifications/catalog/message/diagram/catalog-request-message.puml index 2e2760a..6a8b589 100644 --- a/specifications/catalog/message/diagram/catalog-request-message.puml +++ b/specifications/catalog/message/diagram/catalog-request-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:CatalogRequestMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:CatalogRequestMessage dspace:filter : Object } diff --git a/specifications/catalog/message/diagram/catalog.puml b/specifications/catalog/message/diagram/catalog.puml index 225b660..18c64f0 100644 --- a/specifications/catalog/message/diagram/catalog.puml +++ b/specifications/catalog/message/diagram/catalog.puml @@ -7,7 +7,7 @@ hide empty description class dcat:Catalog { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dcat:Catalog" foaf:homepage : String dcat:theme : Array diff --git a/specifications/catalog/message/diagram/dataset-request-message.puml b/specifications/catalog/message/diagram/dataset-request-message.puml index 33eaace..64da8cc 100644 --- a/specifications/catalog/message/diagram/dataset-request-message.puml +++ b/specifications/catalog/message/diagram/dataset-request-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:DatasetRequestMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:DatasetRequestMessage dspace:dataset : String } diff --git a/specifications/catalog/message/diagram/dataset.puml b/specifications/catalog/message/diagram/dataset.puml index 2855b5c..57c8d15 100644 --- a/specifications/catalog/message/diagram/dataset.puml +++ b/specifications/catalog/message/diagram/dataset.puml @@ -6,7 +6,7 @@ hide empty description class dcat:Dataset { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dcat:Dataset", dcat:theme : Array dcat:keyword : Array diff --git a/specifications/catalog/message/example/catalog-error.json b/specifications/catalog/message/example/catalog-error.json index 60ee338..08a0123 100644 --- a/specifications/catalog/message/example/catalog-error.json +++ b/specifications/catalog/message/example/catalog-error.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:CatalogError", "dspace:code": "123:A", "dspace:reason": [ diff --git a/specifications/catalog/message/example/catalog-request-message.json b/specifications/catalog/message/example/catalog-request-message.json index 69ce5e1..4a6a7b8 100644 --- a/specifications/catalog/message/example/catalog-request-message.json +++ b/specifications/catalog/message/example/catalog-request-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:CatalogRequestMessage", "dspace:filter": [ "some-filter" diff --git a/specifications/catalog/message/example/catalog.json b/specifications/catalog/message/example/catalog.json index 869ad7e..ebacb62 100644 --- a/specifications/catalog/message/example/catalog.json +++ b/specifications/catalog/message/example/catalog.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "dcat:Catalog", "dct:title": "Data Provider A Catalog", diff --git a/specifications/catalog/message/example/dataset-request-message.json b/specifications/catalog/message/example/dataset-request-message.json index a1fe953..d301dff 100644 --- a/specifications/catalog/message/example/dataset-request-message.json +++ b/specifications/catalog/message/example/dataset-request-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:DatasetRequestMessage", "dspace:dataset": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57" } diff --git a/specifications/catalog/message/example/dataset.json b/specifications/catalog/message/example/dataset.json index 2ccf961..55bfa7d 100644 --- a/specifications/catalog/message/example/dataset.json +++ b/specifications/catalog/message/example/dataset.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57", "@type": "dcat:Dataset", "dct:title": "Traffic Data", diff --git a/specifications/catalog/message/schema/catalog-error-schema.json b/specifications/catalog/message/schema/catalog-error-schema.json index b47409b..299da7a 100644 --- a/specifications/catalog/message/schema/catalog-error-schema.json +++ b/specifications/catalog/message/schema/catalog-error-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/CatalogError" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-error-schema.json", "definitions": { "CatalogError": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/catalog/message/schema/catalog-request-message-schema.json b/specifications/catalog/message/schema/catalog-request-message-schema.json index cb17b9a..b93be7c 100644 --- a/specifications/catalog/message/schema/catalog-request-message-schema.json +++ b/specifications/catalog/message/schema/catalog-request-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/CatalogRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-request-message-schema.json", "definitions": { "CatalogRequestMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/catalog/message/schema/catalog-schema.json b/specifications/catalog/message/schema/catalog-schema.json index c262573..3413a82 100644 --- a/specifications/catalog/message/schema/catalog-schema.json +++ b/specifications/catalog/message/schema/catalog-schema.json @@ -7,19 +7,19 @@ "$ref": "#/definitions/Catalog" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/catalog-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/catalog-schema.json", "definitions": { "Catalog": { "type": "object", "allOf": [ { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/AbstractDataset" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/AbstractDataset" }, { "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", @@ -28,14 +28,14 @@ "dcat:dataset": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/Dataset" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/Dataset" }, "minItems": 1 }, "dcat:service": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json#/definitions/DataService" + "$ref": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json#/definitions/DataService" }, "minItems": 1 }, diff --git a/specifications/catalog/message/schema/dataset-request-message-schema.json b/specifications/catalog/message/schema/dataset-request-message-schema.json index c05c4e9..6177693 100644 --- a/specifications/catalog/message/schema/dataset-request-message-schema.json +++ b/specifications/catalog/message/schema/dataset-request-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/DatasetRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/dataset-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/dataset-request-message-schema.json", "definitions": { "DatasetRequestMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/catalog/message/schema/dataset-schema.json b/specifications/catalog/message/schema/dataset-schema.json index e62634c..6674fc7 100644 --- a/specifications/catalog/message/schema/dataset-schema.json +++ b/specifications/catalog/message/schema/dataset-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/Dataset" } ], - "$id": "https://w3id.org/dspace/2024/1/catalog/dataset-schema.json", + "$id": "https://w3id.org/dspace/2025/1/catalog/dataset-schema.json", "definitions": { "AbstractDataset": { "type": "object", @@ -20,7 +20,7 @@ "odrl:hasPolicy": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Offer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Offer" }, "minItems": 1 }, @@ -109,7 +109,7 @@ "odrl:hasPolicy": { "type": "array", "items": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Offer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Offer" }, "minItems": 1 }, diff --git a/specifications/common/schema/context.json b/specifications/common/schema/context.json index f26eaff..497d7c3 100644 --- a/specifications/common/schema/context.json +++ b/specifications/common/schema/context.json @@ -8,7 +8,7 @@ "cc": "http://creativecommons.org/ns#", "dct": "http://purl.org/dc/terms/", "dcat": "http://www.w3.org/ns/dcat#", - "dspace": "https://w3id.org/dspace/2024/1/", + "dspace": "https://w3id.org/dspace/2025/1/", "dct:title": { "@language": "en" }, "dct:creator": { "@type": "@id" }, diff --git a/specifications/common/schema/version-schema.json b/specifications/common/schema/version-schema.json index 528a764..d81e5d5 100644 --- a/specifications/common/schema/version-schema.json +++ b/specifications/common/schema/version-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/Version" } ], - "$id": "https://w3id.org/dspace/2024/1/common/version-schema.json", + "$id": "https://w3id.org/dspace/2025/1/common/version-schema.json", "definitions": { "Version": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "protocolVersions": { "type": "array", diff --git a/specifications/negotiation/message/diagram/contract-agreement-message.puml b/specifications/negotiation/message/diagram/contract-agreement-message.puml index 51e36be..83eaae6 100644 --- a/specifications/negotiation/message/diagram/contract-agreement-message.puml +++ b/specifications/negotiation/message/diagram/contract-agreement-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractAgreementMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractAgreementMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-agreement-verification-message.puml b/specifications/negotiation/message/diagram/contract-agreement-verification-message.puml index a0e919e..5fd40da 100644 --- a/specifications/negotiation/message/diagram/contract-agreement-verification-message.puml +++ b/specifications/negotiation/message/diagram/contract-agreement-verification-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractAgreementVerificationMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractAgreementVerificationMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-negotiation-error.puml b/specifications/negotiation/message/diagram/contract-negotiation-error.puml index ac9cb74..5a956af 100644 --- a/specifications/negotiation/message/diagram/contract-negotiation-error.puml +++ b/specifications/negotiation/message/diagram/contract-negotiation-error.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractNegotiationError" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractNegotiationError" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-negotiation-event-message.puml b/specifications/negotiation/message/diagram/contract-negotiation-event-message.puml index 05e1ecf..b7e51d0 100644 --- a/specifications/negotiation/message/diagram/contract-negotiation-event-message.puml +++ b/specifications/negotiation/message/diagram/contract-negotiation-event-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractNegotiationEventMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractNegotiationEventMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-negotiation-termination-message.puml b/specifications/negotiation/message/diagram/contract-negotiation-termination-message.puml index cd54f0d..28a9a89 100644 --- a/specifications/negotiation/message/diagram/contract-negotiation-termination-message.puml +++ b/specifications/negotiation/message/diagram/contract-negotiation-termination-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractNegotiationTerminationMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractNegotiationTerminationMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-negotiation.puml b/specifications/negotiation/message/diagram/contract-negotiation.puml index f32abe4..c2f47a9 100644 --- a/specifications/negotiation/message/diagram/contract-negotiation.puml +++ b/specifications/negotiation/message/diagram/contract-negotiation.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractNegotiation" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:ContractNegotiation" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-offer-message.puml b/specifications/negotiation/message/diagram/contract-offer-message.puml index dafd886..4619606 100644 --- a/specifications/negotiation/message/diagram/contract-offer-message.puml +++ b/specifications/negotiation/message/diagram/contract-offer-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractOfferMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:ContractOfferMessage dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-offer-message_initial.puml b/specifications/negotiation/message/diagram/contract-offer-message_initial.puml index 1bec883..e7e82e1 100644 --- a/specifications/negotiation/message/diagram/contract-offer-message_initial.puml +++ b/specifications/negotiation/message/diagram/contract-offer-message_initial.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractOfferMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:ContractOfferMessage dspace:providerPid : String dspace:callbackAddress : String diff --git a/specifications/negotiation/message/diagram/contract-request-message.puml b/specifications/negotiation/message/diagram/contract-request-message.puml index fe1be30..cb39825 100644 --- a/specifications/negotiation/message/diagram/contract-request-message.puml +++ b/specifications/negotiation/message/diagram/contract-request-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractRequestMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:ContractRequestMessage dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/negotiation/message/diagram/contract-request-message_initial.puml b/specifications/negotiation/message/diagram/contract-request-message_initial.puml index 3641174..db93de1 100644 --- a/specifications/negotiation/message/diagram/contract-request-message_initial.puml +++ b/specifications/negotiation/message/diagram/contract-request-message_initial.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:ContractRequestMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : dspace:ContractRequestMessage dspace:consumerPid : String dspace:callbackAddress : String diff --git a/specifications/negotiation/message/example/contract-agreement-message.json b/specifications/negotiation/message/example/contract-agreement-message.json index a0016bc..09f8c99 100644 --- a/specifications/negotiation/message/example/contract-agreement-message.json +++ b/specifications/negotiation/message/example/contract-agreement-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractAgreementMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-agreement-verification-message.json b/specifications/negotiation/message/example/contract-agreement-verification-message.json index 419388f..9ad0ca3 100644 --- a/specifications/negotiation/message/example/contract-agreement-verification-message.json +++ b/specifications/negotiation/message/example/contract-agreement-verification-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractAgreementVerificationMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" diff --git a/specifications/negotiation/message/example/contract-negotiation-error.json b/specifications/negotiation/message/example/contract-negotiation-error.json index 6ea7f33..1e2768c 100644 --- a/specifications/negotiation/message/example/contract-negotiation-error.json +++ b/specifications/negotiation/message/example/contract-negotiation-error.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractNegotiationError", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-negotiation-event-message.json b/specifications/negotiation/message/example/contract-negotiation-event-message.json index 7f1fde8..05f2fff 100644 --- a/specifications/negotiation/message/example/contract-negotiation-event-message.json +++ b/specifications/negotiation/message/example/contract-negotiation-event-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractNegotiationEventMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-negotiation-termination-message.json b/specifications/negotiation/message/example/contract-negotiation-termination-message.json index 95cbcd9..0d86583 100644 --- a/specifications/negotiation/message/example/contract-negotiation-termination-message.json +++ b/specifications/negotiation/message/example/contract-negotiation-termination-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractNegotiationTerminationMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-negotiation.json b/specifications/negotiation/message/example/contract-negotiation.json index becf0c5..f72b545 100644 --- a/specifications/negotiation/message/example/contract-negotiation.json +++ b/specifications/negotiation/message/example/contract-negotiation.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractNegotiation", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-offer-message.json b/specifications/negotiation/message/example/contract-offer-message.json index 06fc69b..48abe86 100644 --- a/specifications/negotiation/message/example/contract-offer-message.json +++ b/specifications/negotiation/message/example/contract-offer-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractOfferMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-offer-message_initial.json b/specifications/negotiation/message/example/contract-offer-message_initial.json index 6e6b5a4..f4d2c90 100644 --- a/specifications/negotiation/message/example/contract-offer-message_initial.json +++ b/specifications/negotiation/message/example/contract-offer-message_initial.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractOfferMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:offer": { diff --git a/specifications/negotiation/message/example/contract-request-message.json b/specifications/negotiation/message/example/contract-request-message.json index 32f7211..ea17f5d 100644 --- a/specifications/negotiation/message/example/contract-request-message.json +++ b/specifications/negotiation/message/example/contract-request-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractRequestMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/example/contract-request-message_initial.json b/specifications/negotiation/message/example/contract-request-message_initial.json index aafe340..1f3bf33 100644 --- a/specifications/negotiation/message/example/contract-request-message_initial.json +++ b/specifications/negotiation/message/example/contract-request-message_initial.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractRequestMessage", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", "dspace:offer": { diff --git a/specifications/negotiation/message/example/contract.agreement.message.http.transfer.json b/specifications/negotiation/message/example/contract.agreement.message.http.transfer.json index 90006b4..4e1f733 100644 --- a/specifications/negotiation/message/example/contract.agreement.message.http.transfer.json +++ b/specifications/negotiation/message/example/contract.agreement.message.http.transfer.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:ContractAgreementMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/negotiation/message/schema/contract-agreement-message-schema.json b/specifications/negotiation/message/schema/contract-agreement-message-schema.json index a5a2369..d3e83be 100644 --- a/specifications/negotiation/message/schema/contract-agreement-message-schema.json +++ b/specifications/negotiation/message/schema/contract-agreement-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractAgreementMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-agreement-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-agreement-message-schema.json", "definitions": { "ContractAgreementMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", @@ -27,7 +27,7 @@ "type": "string" }, "dspace:agreement": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/Agreement" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/Agreement" }, "dspace:callbackAddress": { "type" : "string" diff --git a/specifications/negotiation/message/schema/contract-agreement-verification-message-schema.json b/specifications/negotiation/message/schema/contract-agreement-verification-message-schema.json index dbf27cd..8c75772 100644 --- a/specifications/negotiation/message/schema/contract-agreement-verification-message-schema.json +++ b/specifications/negotiation/message/schema/contract-agreement-verification-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractAgreementVerificationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-agreement-verification-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-agreement-verification-message-schema.json", "definitions": { "ContractAgreementVerificationMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/negotiation/message/schema/contract-negotiation-error-schema.json b/specifications/negotiation/message/schema/contract-negotiation-error-schema.json index 34d115a..27af3b0 100644 --- a/specifications/negotiation/message/schema/contract-negotiation-error-schema.json +++ b/specifications/negotiation/message/schema/contract-negotiation-error-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractNegotiationError" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-error-schema.json", "definitions": { "ContractNegotiationError": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/negotiation/message/schema/contract-negotiation-event-message-schema.json b/specifications/negotiation/message/schema/contract-negotiation-event-message-schema.json index 56ec3ab..20e911e 100644 --- a/specifications/negotiation/message/schema/contract-negotiation-event-message-schema.json +++ b/specifications/negotiation/message/schema/contract-negotiation-event-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractNegotiationEventMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-event-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-event-message-schema.json", "definitions": { "ContractNegotiationEventMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/negotiation/message/schema/contract-negotiation-schema.json b/specifications/negotiation/message/schema/contract-negotiation-schema.json index 47f4c63..310bd43 100644 --- a/specifications/negotiation/message/schema/contract-negotiation-schema.json +++ b/specifications/negotiation/message/schema/contract-negotiation-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractNegotiation" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-schema.json", "definitions": { "ContractNegotiation": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/negotiation/message/schema/contract-negotiation-termination-message-schema.json b/specifications/negotiation/message/schema/contract-negotiation-termination-message-schema.json index 816ea27..fe66dfb 100644 --- a/specifications/negotiation/message/schema/contract-negotiation-termination-message-schema.json +++ b/specifications/negotiation/message/schema/contract-negotiation-termination-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractNegotiationTerminationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-negotiation-termination-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-negotiation-termination-message-schema.json", "definitions": { "ContractNegotiationTerminationMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/negotiation/message/schema/contract-offer-message-schema.json b/specifications/negotiation/message/schema/contract-offer-message-schema.json index 3ea7d45..fb93342 100644 --- a/specifications/negotiation/message/schema/contract-offer-message-schema.json +++ b/specifications/negotiation/message/schema/contract-offer-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractOfferMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-offer-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-offer-message-schema.json", "definitions": { "ContractOfferMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", @@ -27,7 +27,7 @@ "type": "string" }, "dspace:offer": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/MessageOffer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/MessageOffer" }, "dspace:callbackAddress": { "type" : "string" diff --git a/specifications/negotiation/message/schema/contract-request-message-schema.json b/specifications/negotiation/message/schema/contract-request-message-schema.json index 3b1b8bb..8a19fcf 100644 --- a/specifications/negotiation/message/schema/contract-request-message-schema.json +++ b/specifications/negotiation/message/schema/contract-request-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/ContractRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-request-message-schema.json", "definitions": { "ContractRequestMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", @@ -27,7 +27,7 @@ "type": "string" }, "dspace:offer": { - "$ref": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json#/definitions/MessageOffer" + "$ref": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json#/definitions/MessageOffer" }, "dspace:callbackAddress": { "type" : "string" diff --git a/specifications/negotiation/message/schema/contract-schema.json b/specifications/negotiation/message/schema/contract-schema.json index 7689334..c3cac7d 100644 --- a/specifications/negotiation/message/schema/contract-schema.json +++ b/specifications/negotiation/message/schema/contract-schema.json @@ -7,7 +7,7 @@ "$ref": "#/definitions/Policy" } ], - "$id": "https://w3id.org/dspace/2024/1/negotiation/contract-schema.json", + "$id": "https://w3id.org/dspace/2025/1/negotiation/contract-schema.json", "definitions": { "Policy": { "oneOf": [ diff --git a/specifications/transfer/message/diagram/transfer-completion-message.puml b/specifications/transfer/message/diagram/transfer-completion-message.puml index ceacc80..dc9495c 100644 --- a/specifications/transfer/message/diagram/transfer-completion-message.puml +++ b/specifications/transfer/message/diagram/transfer-completion-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferCompletionMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferCompletionMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/diagram/transfer-error.puml b/specifications/transfer/message/diagram/transfer-error.puml index 50355db..72d819a 100644 --- a/specifications/transfer/message/diagram/transfer-error.puml +++ b/specifications/transfer/message/diagram/transfer-error.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferError" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferError" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/diagram/transfer-process.puml b/specifications/transfer/message/diagram/transfer-process.puml index 6e063bb..9e68f60 100644 --- a/specifications/transfer/message/diagram/transfer-process.puml +++ b/specifications/transfer/message/diagram/transfer-process.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferProcess" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferProcess" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/diagram/transfer-request-message.puml b/specifications/transfer/message/diagram/transfer-request-message.puml index 1a6d4fa..bf81882 100644 --- a/specifications/transfer/message/diagram/transfer-request-message.puml +++ b/specifications/transfer/message/diagram/transfer-request-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferRequestMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferRequestMessage" dspace:consumerPid : String dspace:agreementId : String diff --git a/specifications/transfer/message/diagram/transfer-start-message.puml b/specifications/transfer/message/diagram/transfer-start-message.puml index 8a598e5..748e36b 100644 --- a/specifications/transfer/message/diagram/transfer-start-message.puml +++ b/specifications/transfer/message/diagram/transfer-start-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferStartMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferStartMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/diagram/transfer-suspension-message.puml b/specifications/transfer/message/diagram/transfer-suspension-message.puml index faafa32..73c7fd2 100644 --- a/specifications/transfer/message/diagram/transfer-suspension-message.puml +++ b/specifications/transfer/message/diagram/transfer-suspension-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferSuspensionMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferSuspensionMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/diagram/transfer-termination-message.puml b/specifications/transfer/message/diagram/transfer-termination-message.puml index 03e25a8..d8576ca 100644 --- a/specifications/transfer/message/diagram/transfer-termination-message.puml +++ b/specifications/transfer/message/diagram/transfer-termination-message.puml @@ -7,7 +7,7 @@ hide empty description class "dspace:TransferTerminationMessage" { - @context : "https://w3id.org/dspace/2024/1/context.json" + @context : "https://w3id.org/dspace/2025/1/context.json" @type : "dspace:TransferTerminationMessage" dspace:providerPid : String dspace:consumerPid : String diff --git a/specifications/transfer/message/example/transfer-completion-message.json b/specifications/transfer/message/example/transfer-completion-message.json index 75fc9be..f46faf2 100644 --- a/specifications/transfer/message/example/transfer-completion-message.json +++ b/specifications/transfer/message/example/transfer-completion-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferCompletionMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833" diff --git a/specifications/transfer/message/example/transfer-error.json b/specifications/transfer/message/example/transfer-error.json index 083c97c..0abaa6b 100644 --- a/specifications/transfer/message/example/transfer-error.json +++ b/specifications/transfer/message/example/transfer-error.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferError", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/transfer/message/example/transfer-process.json b/specifications/transfer/message/example/transfer-process.json index 474ad32..a9c6167 100644 --- a/specifications/transfer/message/example/transfer-process.json +++ b/specifications/transfer/message/example/transfer-process.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferProcess", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/transfer/message/example/transfer-request-message.json b/specifications/transfer/message/example/transfer-request-message.json index 2da79e3..87f00b8 100644 --- a/specifications/transfer/message/example/transfer-request-message.json +++ b/specifications/transfer/message/example/transfer-request-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferRequestMessage", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", "dspace:agreementId": "urn:uuid:e8dc8655-44c2-46ef-b701-4cffdc2faa44", diff --git a/specifications/transfer/message/example/transfer-start-message.json b/specifications/transfer/message/example/transfer-start-message.json index 50a6793..609b8cd 100644 --- a/specifications/transfer/message/example/transfer-start-message.json +++ b/specifications/transfer/message/example/transfer-start-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferStartMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/transfer/message/example/transfer-suspension-message.json b/specifications/transfer/message/example/transfer-suspension-message.json index bb2026c..c0e2424 100644 --- a/specifications/transfer/message/example/transfer-suspension-message.json +++ b/specifications/transfer/message/example/transfer-suspension-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferSuspensionMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/transfer/message/example/transfer-termination-message.json b/specifications/transfer/message/example/transfer-termination-message.json index 9c902be..6e153e5 100644 --- a/specifications/transfer/message/example/transfer-termination-message.json +++ b/specifications/transfer/message/example/transfer-termination-message.json @@ -1,5 +1,5 @@ { - "@context": "https://w3id.org/dspace/2024/1/context.json", + "@context": "https://w3id.org/dspace/2025/1/context.json", "@type": "dspace:TransferTerminationMessage", "dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab", "dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833", diff --git a/specifications/transfer/message/schema/transfer-completion-message-schema.json b/specifications/transfer/message/schema/transfer-completion-message-schema.json index d7d00ee..01f8f77 100644 --- a/specifications/transfer/message/schema/transfer-completion-message-schema.json +++ b/specifications/transfer/message/schema/transfer-completion-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferCompletionMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-completion-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-completion-message-schema.json", "definitions": { "TransferCompletionMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-error-schema.json b/specifications/transfer/message/schema/transfer-error-schema.json index 9945896..ab7d8b4 100644 --- a/specifications/transfer/message/schema/transfer-error-schema.json +++ b/specifications/transfer/message/schema/transfer-error-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferError" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-error-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-error-schema.json", "definitions": { "TransferError": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-process-schema.json b/specifications/transfer/message/schema/transfer-process-schema.json index 3fc6901..5c7f6e4 100644 --- a/specifications/transfer/message/schema/transfer-process-schema.json +++ b/specifications/transfer/message/schema/transfer-process-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferProcess" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-process-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-process-schema.json", "definitions": { "TransferProcess": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-request-message-schema.json b/specifications/transfer/message/schema/transfer-request-message-schema.json index a357991..018de09 100644 --- a/specifications/transfer/message/schema/transfer-request-message-schema.json +++ b/specifications/transfer/message/schema/transfer-request-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferRequestMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-request-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-request-message-schema.json", "definitions": { "TransferRequestMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-start-message-schema.json b/specifications/transfer/message/schema/transfer-start-message-schema.json index 3db706c..c257cbd 100644 --- a/specifications/transfer/message/schema/transfer-start-message-schema.json +++ b/specifications/transfer/message/schema/transfer-start-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferStartMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-start-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-start-message-schema.json", "definitions": { "TransferStartMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-suspension-message-schema.json b/specifications/transfer/message/schema/transfer-suspension-message-schema.json index 4226590..b4bbf66 100644 --- a/specifications/transfer/message/schema/transfer-suspension-message-schema.json +++ b/specifications/transfer/message/schema/transfer-suspension-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferSuspensionMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-suspension-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-suspension-message-schema.json", "definitions": { "TransferSuspensionMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string", diff --git a/specifications/transfer/message/schema/transfer-termination-message-schema.json b/specifications/transfer/message/schema/transfer-termination-message-schema.json index 85b65fe..e0a86af 100644 --- a/specifications/transfer/message/schema/transfer-termination-message-schema.json +++ b/specifications/transfer/message/schema/transfer-termination-message-schema.json @@ -7,14 +7,14 @@ "$ref": "#/definitions/TransferTerminationMessage" } ], - "$id": "https://w3id.org/dspace/2024/1/transfer/transfer-termination-message-schema.json", + "$id": "https://w3id.org/dspace/2025/1/transfer/transfer-termination-message-schema.json", "definitions": { "TransferTerminationMessage": { "type": "object", "properties": { "@context": { "type": "string", - "const": "https://w3id.org/dspace/2024/1/context.json" + "const": "https://w3id.org/dspace/2025/1/context.json" }, "@type": { "type": "string",