Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: finish initial respec deployment #53

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
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.