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 .github/scripts/checkout-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ do
echo starting with tag $tag
mkdir $tag
cd $tag
git clone https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocl.git --depth 1 --branch ${tag} --quiet
git clone https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol.git --depth 1 --branch ${tag} --quiet
mv ./DataspaceProtocol/* .
cd ..
done
Expand Down
6 changes: 3 additions & 3 deletions .github/scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="refresh"
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD"/>
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD"/>
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1"/>
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1"/>
</head>
<body>
<h4>
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD">here</a>
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1">here</a>
</h4>
</body>
</html>
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
var respecConfig = {
specStatus: "unofficial",
latestVersion: "https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol",
postProcess: [window.respecMermaid.createFigures],
editors: [{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
Expand Down Expand Up @@ -49,7 +48,7 @@
{
name: "Arno Weiß",
url: "https://github.com/arnoweiss",
company: "SAP SE"
company: "SAP"
},
],
github: {
Expand All @@ -62,13 +61,13 @@
maxTocLevel: 3,
};
</script>
<title>Dataspace Protocol Release 2025-1</title>
<title>Dataspace Protocol Release 2025-1-RC2</title>
</head>
<body>
<p class="copyright">
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
</p>
<h1 id="title">Dataspace Protocol</h1>
<h1 id="title">Dataspace Protocol 2025-1-RC2</h1>
<section id='abstract'>
<p>
The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between
Expand Down Expand Up @@ -124,7 +123,7 @@ <h1 id="title">Dataspace Protocol</h1>

<section id='conformance'></section>

<section id="lower-level-types" class="appendix" data-include="specifications/common/type-definitions.md" data-include-format="markdown">
<section id="lower-level-types" class="appendix" data-include="specifications/common/type.definitions.md" data-include-format="markdown">
<h1>Lower-level type definitions</h1>
</section>

Expand Down
12 changes: 6 additions & 6 deletions specifications/catalog/catalog.protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ provided in protocol-dependent forms, e.g., for an HTTPS binding in the request

### ACK - Catalog

| | |
|----------------|-------------------------------------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [JSON Schema](message/schema/catalog-schema.json) |
| **Example** | [Catalog Example](message/example/catalog.json) |
| **Properties** | <p data-include="message/table/catalog.html" data-include-format="html"></p> |
| | |
|----------------|----------------------------------------------------------------------------------|
| **Sent by** | [=Provider=] |
| **Schema** | [JSON Schema](message/schema/catalog-schema.json) |
| **Example** | [Catalog Example](message/example/catalog.json) |
| **Properties** | <p data-include="message/table/rootcatalog.html" data-include-format="html"></p> |

* A [=Catalog=] _MUST_ have zero to many [=Datasets=]. (_NOTE: Since a Catalog may be dynamically generated for a request based on the requesting [=Participant=]'s credentials, it is possible for it to contain 0 matching [=Datasets=]._)
* A [=Catalog=] _MUST_ have one to many [=Data Services=] that reference a [=Connector=] where [=Datasets=] may be obtained.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
</p>


<p data-include="message/table/catalog.html" data-include-format="html">
</p>

<p data-include="message/table/dataaddress.html" data-include-format="html">
</p>

Expand Down