Skip to content

Commit 1d110d1

Browse files
authored
Merge pull request #53 from arnoweiss/chore/respec-cn-tp-squashed
2 parents 163587c + 263204e commit 1d110d1

File tree

7 files changed

+564
-519
lines changed

7 files changed

+564
-519
lines changed

.github/workflows/autopublish.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ jobs:
1818
node-version: 22.x
1919
- name: Copy files for correct web access
2020
run: |
21-
mkdir ./message/diagram -p
22-
mkdir ./message/schema
23-
mkdir ./message/shape
21+
mkdir ./message
2422
mkdir ./figures
25-
cp ./**/message/diagram/*.png ./message/diagram/
26-
cp ./**/message/schema/*.json ./message/schema/
27-
cp ./**/message/shape/*.ttl ./message/shape/
28-
cp ./model/*.png .
23+
cp ./**/message/* -R ./message/
2924
cp ./**/figures/*.png ./figures/
25+
cp ./model/*.png .
3026
cp ./releases/* . -r
3127
- name: Run Respec
3228
run:

catalog/catalog.binding.https.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Catalog HTTPS Binding
22

3-
This specification defines a RESTful API over HTTPS for the [Catalog Protocol](#catalog-protocol).
3+
This specification defines a RESTful API over HTTPS for the [=Catalog Protocol=].
44

55
## Introduction
66

@@ -57,7 +57,7 @@ Authorization: ...
5757
If the request is successful, the [=Catalog Service=] must return an HTTP 200 (OK) with a response body containing
5858
a [Catalog](#ack-catalog) (which is a
5959
profiled [DCAT Catalog](https://www.w3.org/TR/vocab-dcat-3/#Class:Catalog) type described by
60-
the [Catalog Protocol](#catalog-protocol)).
60+
the [=Catalog Protocol=]).
6161

6262
### The `catalog/datasets/:id` Endpoint (Provider-side)
6363

@@ -89,7 +89,7 @@ Authorization: ...
8989
If the request is successful, the [=Catalog Service=] must return an HTTP 200 (OK) with a response body containing
9090
a [Dataset](#ack-dataset) (which is
9191
a [DCAT Dataset](https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset) type described by
92-
the [Catalog Protocol](#catalog-protocol)).
92+
the [=Catalog Protocol=]).
9393

9494
## Technical Considerations
9595

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xref: "web-platform",
2323
lint: { "no-unused-dfns": false, "local-refs-exist": true },
2424
format: "markdown",
25-
maxTocLevel: 4,
25+
maxTocLevel: 3,
2626
};
2727
</script>
2828
<title>Dataspace Protocol Release 2024-1</title>

negotiation/contract.negotiation.binding.https.md

Lines changed: 152 additions & 162 deletions
Large diffs are not rendered by default.

negotiation/contract.negotiation.protocol.md

Lines changed: 160 additions & 121 deletions
Large diffs are not rendered by default.

transfer/transfer.process.binding.https.md

Lines changed: 108 additions & 116 deletions
Large diffs are not rendered by default.

transfer/transfer.process.protocol.md

Lines changed: 137 additions & 109 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)