From aa1017b80c6c0915fe37f2ebc6616709478789c3 Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Wed, 17 Jul 2024 15:01:16 +0200 Subject: [PATCH 1/2] added swagger path to .tractusx file --- .tractusx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tractusx b/.tractusx index ba06ff95..79e3d151 100644 --- a/.tractusx +++ b/.tractusx @@ -1,6 +1,6 @@ ############################################################### -# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2021, 2024 Robert Bosch Manufacturing Solutions GmbH +# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -20,6 +20,7 @@ product: "Digital Twin Registry" leadingRepository: "https://github.com/eclipse-tractusx/sldt-digital-twin-registry" +openApiSpecs: https://github.com/eclipse-tractusx/sldt-digital-twin-registry/backend/src/main/resources/static/aas-registry-openapi.yaml repositories: - name: "sldt-digital-twin-registry" usage: "This is the repository which contains the source code for the SLDT digital twin registry" From 4b752e02765b9a9c3253b628946053c1a78f99f4 Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Wed, 17 Jul 2024 15:05:28 +0200 Subject: [PATCH 2/2] added swagger path to .tractusx file --- .tractusx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tractusx b/.tractusx index 79e3d151..738767c3 100644 --- a/.tractusx +++ b/.tractusx @@ -20,7 +20,7 @@ product: "Digital Twin Registry" leadingRepository: "https://github.com/eclipse-tractusx/sldt-digital-twin-registry" -openApiSpecs: https://github.com/eclipse-tractusx/sldt-digital-twin-registry/backend/src/main/resources/static/aas-registry-openapi.yaml +openApiSpecs: https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/backend/src/main/resources/static/aas-registry-openapi.yaml repositories: - name: "sldt-digital-twin-registry" usage: "This is the repository which contains the source code for the SLDT digital twin registry"