Skip to content

Commit

Permalink
replace context in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbader-sap committed May 17, 2024
1 parent ba9a19d commit 0e88dad
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion catalog/message/example/catalog-error.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:CatalogError",
"dspace:code": "123:A",
"dspace:reason": [
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/catalog-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:CatalogRequestMessage",
"dspace:filter": [
"some-filter"
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57",
"@type": "dcat:Catalog",
"dct:title": "Data Provider A Catalog",
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/dataset-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:DatasetRequestMessage",
"dspace:dataset": {
"@type": "dcat:Dataset"
Expand Down
2 changes: 1 addition & 1 deletion catalog/message/example/dataset.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@id": "urn:uuid:3afeadd8-ed2d-569e-d634-8394a8836d57",
"@type": "dcat:Dataset",
"dct:title": "Traffic Data",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractAgreementMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractAgreementVerificationMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractNegotiationError",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractNegotiationEventMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractNegotiationTerminationMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion negotiation/message/example/contract-negotiation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractNegotiation",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion negotiation/message/example/contract-offer-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractOfferMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractOfferMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:offer": {
Expand Down
2 changes: 1 addition & 1 deletion negotiation/message/example/contract-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractRequestMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractRequestMessage",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
"dspace:offer": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:ContractAgreementMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-completion-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferCompletionMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833"
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-error.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferError",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-process.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferProcess",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-request-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferRequestMessage",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
"dspace:agreementId": "urn:uuid:e8dc8655-44c2-46ef-b701-4cffdc2faa44",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-start-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferStartMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-suspension-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferSuspensionMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down
2 changes: 1 addition & 1 deletion transfer/message/example/transfer-termination-message.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@context": "https://raw.githubusercontent.com/simantvermasap/ids-specification/main/common/schema/context.json",
"@context": "https://w3id.org/dspace/2024/1/context.json",
"@type": "dspace:TransferTerminationMessage",
"dspace:providerPid": "urn:uuid:a343fcbf-99fc-4ce8-8e9b-148c97605aab",
"dspace:consumerPid": "urn:uuid:32541fe6-c580-409e-85a8-8a9a32fbe833",
Expand Down

0 comments on commit 0e88dad

Please sign in to comment.