From 3277e50dae137e08a06edbab2f51c648a4467f03 Mon Sep 17 00:00:00 2001 From: Nils Berge <60594671+nils-work@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:50:50 +1000 Subject: [PATCH] Enable generic links to schemas Addresses: https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/400 --- slate/source/includes/introduction/_intro.md | 4 +++- .../includes/releasenotes/releasenotes.1.31.0.html.md | 6 ++---- swagger-gen/widdershins-cdr/templates/openapi3/main.dot | 5 ++++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/slate/source/includes/introduction/_intro.md b/slate/source/includes/introduction/_intro.md index ac3df452..23dafebc 100644 --- a/slate/source/includes/introduction/_intro.md +++ b/slate/source/includes/introduction/_intro.md @@ -1,5 +1,7 @@ - +```diff +Added anchors to allow linking to a schema base (without a specific version) from guidance material +``` These standards have been developed as part of the Australian Government's introduction of the [Consumer Data Right](https://www.accc.gov.au/focus-areas/consumer-data-right "ACCC Consumer Data Right webpage") legislation to give Australians greater control over their data. diff --git a/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md index bb52014a..384c8931 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.31.0.html.md @@ -17,7 +17,7 @@ Release notes for version v1.31.0 of the [CDR Standards](../../index.html). This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues): -- [Standards Staging #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX) +- [Standards Staging #400 - Enable generic links to schemas](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/400) This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues): @@ -33,9 +33,7 @@ This release addresses the following Decision Proposals published on [Standards] ## General Changes |Change|Description|Link| |------|-----------|----| -| Change summary | [**Standards Staging #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX): Change detail | [Standards section](../../#section) -| Change summary | [**Standards Maintenance #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/XXX): Change detail | [Standards section](../../#section) -| Change summary | [**Decision Proposal #XXX**](https://github.com/ConsumerDataStandardsAustralia/standards/issues/XXX): Change detail | [Standards section](../../#section) +| Enable generic links to schemas | [**Standards Staging #400**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/400): Added anchors to allow linking to a schema base (without a specific version) from guidance material | Applies to all schemas ## Introduction diff --git a/swagger-gen/widdershins-cdr/templates/openapi3/main.dot b/swagger-gen/widdershins-cdr/templates/openapi3/main.dot index 29993fc9..7352c633 100644 --- a/swagger-gen/widdershins-cdr/templates/openapi3/main.dot +++ b/swagger-gen/widdershins-cdr/templates/openapi3/main.dot @@ -32,7 +32,10 @@

{{= s }}

- +

+ + +

{{? data.options.yaml }} ```yaml