Skip to content

Commit

Permalink
Merge pull request #53 from arnoweiss/chore/respec-cn-tp-squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmarino authored Nov 1, 2024
2 parents 163587c + 263204e commit 1d110d1
Show file tree
Hide file tree
Showing 7 changed files with 564 additions and 519 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
node-version: 22.x
- name: Copy files for correct web access
run: |
mkdir ./message/diagram -p
mkdir ./message/schema
mkdir ./message/shape
mkdir ./message
mkdir ./figures
cp ./**/message/diagram/*.png ./message/diagram/
cp ./**/message/schema/*.json ./message/schema/
cp ./**/message/shape/*.ttl ./message/shape/
cp ./model/*.png .
cp ./**/message/* -R ./message/
cp ./**/figures/*.png ./figures/
cp ./model/*.png .
cp ./releases/* . -r
- name: Run Respec
run:
Expand Down
6 changes: 3 additions & 3 deletions catalog/catalog.binding.https.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Catalog HTTPS Binding

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

## Introduction

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

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

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

## Technical Considerations

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xref: "web-platform",
lint: { "no-unused-dfns": false, "local-refs-exist": true },
format: "markdown",
maxTocLevel: 4,
maxTocLevel: 3,
};
</script>
<title>Dataspace Protocol Release 2024-1</title>
Expand Down
314 changes: 152 additions & 162 deletions negotiation/contract.negotiation.binding.https.md

Large diffs are not rendered by default.

281 changes: 160 additions & 121 deletions negotiation/contract.negotiation.protocol.md

Large diffs are not rendered by default.

224 changes: 108 additions & 116 deletions transfer/transfer.process.binding.https.md

Large diffs are not rendered by default.

246 changes: 137 additions & 109 deletions transfer/transfer.process.protocol.md

Large diffs are not rendered by default.

0 comments on commit 1d110d1

Please sign in to comment.