Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion artifacts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

configure<SchemaTableGeneratorPluginExtension> {
schemaPrefix = "https://w3id.org/dspace/2024/1/"
schemaPrefix = "https://w3id.org/dspace/2025/1/"
schemaFileSuffix = "-schema.json"
}

Expand Down
2 changes: 1 addition & 1 deletion artifacts/buildSrc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The plugin can be applied and configured as follows:
apply<SchemaTableGeneratorPlugin>();

configure<SchemaTableGeneratorPluginExtension> {
schemaPrefix = "https://w3id.org/dspace/2024/1/"
schemaPrefix = "https://w3id.org/dspace/2025/1/"
schemaFileSuffix = "-schema.json"
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions artifacts/src/main/resources/catalog/catalog-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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": {
Expand All @@ -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
},
Expand All @@ -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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions artifacts/src/main/resources/catalog/dataset-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
},
Expand Down Expand Up @@ -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": [
Expand All @@ -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
},
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": [
"https://w3id.org/dspace/2024/1/context.json"
"https://w3id.org/dspace/2025/1/context.json"
],
"@type": "CatalogRequestMessage",
"filter": []
Expand Down
2 changes: 1 addition & 1 deletion artifacts/src/main/resources/catalog/example/catalog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion artifacts/src/main/resources/catalog/example/dataset.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions artifacts/src/main/resources/common/context-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -18,7 +18,7 @@
}
},
"contains": {
"const": "https://w3id.org/dspace/2024/1/context.json"
"const": "https://w3id.org/dspace/2025/1/context.json"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion artifacts/src/main/resources/context/dspace.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
Loading
Loading