diff --git a/.github/scripts/index.html b/.github/scripts/index.html index d66b6bd..0ab402e 100644 --- a/.github/scripts/index.html +++ b/.github/scripts/index.html @@ -3,12 +3,12 @@ - + content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC4"/> +

- This redirects to the latest Release Candidate here + This redirects to the latest Release Candidate here

\ No newline at end of file diff --git a/WEBSITE.md b/WEBSITE.md index 68c5436..01d6c57 100644 --- a/WEBSITE.md +++ b/WEBSITE.md @@ -63,4 +63,5 @@ You should now see an additional endpoint at `https://eclipse-dataspace-dcp.gith #### Github Release -Create a Github Release by adding a bit of context, autogenerating the releasenotes. For RCs, it's customary to \ No newline at end of file +Create a Github Release by adding a bit of context, autogenerating the releasenotes. For RCs, it's customary to include +a permalink to the rendered respec webpage. \ No newline at end of file diff --git a/artifacts/buildSrc/src/main/java/org/eclipse/dsp/generation/transformer/HtmlTableTransformer.java b/artifacts/buildSrc/src/main/java/org/eclipse/dsp/generation/transformer/HtmlTableTransformer.java index f1ee62c..3d995a7 100644 --- a/artifacts/buildSrc/src/main/java/org/eclipse/dsp/generation/transformer/HtmlTableTransformer.java +++ b/artifacts/buildSrc/src/main/java/org/eclipse/dsp/generation/transformer/HtmlTableTransformer.java @@ -106,7 +106,7 @@ private String parseResolvedTypes(SchemaProperty property) { var itemTypes = resolvedProperty.getItemTypes().stream() .flatMap(t -> t.getResolvedTypes().stream()) .map(e -> { - if (e.isJsonBaseType()) { + if (e.isJsonBaseType() || getTypeName(e).startsWith("array")) { return String.format("%s", getTypeName(e)); } return String.format("%s", getTypeName(e), getTypeName(e)); diff --git a/index.html b/index.html index 31913ca..fa8c493 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - - Dataspace Protocol Release 2025-1-RC4 + Dataspace Protocol Release 2025-1-RC5 -

Dataspace Protocol 2025-1-RC4

+

Dataspace Protocol 2025-1-RC5

The Dataspace Protocol is a specification designed to facilitate interoperable data sharing between diff --git a/specifications/common/type.definitions.md b/specifications/common/type.definitions.md index b3eb735..478e447 100644 --- a/specifications/common/type.definitions.md +++ b/specifications/common/type.definitions.md @@ -1,8 +1,5 @@ # Lower Level Type Definitions -

-

-

@@ -33,5 +30,11 @@

+

+

+ +

+

+