Skip to content

Commit

Permalink
Merge pull request #345 from arnoweiss/dt-edc-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold authored Aug 24, 2023
2 parents 43b0fe3 + 00183f1 commit 84237d9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Development View of the Kit.
<!-- !Mandatory! -->
## API Specifications

All openAPI-specifications for the Digital Twin Kit services are rendered in the section [of these docs](API%20Specs)
All openAPI-specifications for the Digital Twin Kit services are rendered in the section [of these docs](API%20AAS%20Discovery/dotaas-part-2-http-rest-discovery-service-specification.info.mdx)

### Asset Administration Shell

Expand Down Expand Up @@ -273,7 +273,7 @@ The top-level `@id` field should be equivalent to the id of the Submodel.
"1.1"
],
"subprotocol": "DSP",
"subprotocolBody": "body with information required by subprotocol",
"subprotocolBody": "id=123;dspEndpoint=http://edc.control.plane/",
"subprotocolBodyEncoding": "plain",
"securityAttributes": [
{
Expand Down
10 changes: 5 additions & 5 deletions docs-kits/kits/Digital Twin Kit/page_adoption-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ For more info how specifically the Asset Administration Shell is used, consult t

### CX-Standards

- [CX - 0001 EDC Discovery API](https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Update_PDF_Maerz/9_Data-Discovery-Services/CX_-_0001_EDC_DISCOVERY_API_PlatformCapabilityDS_v_1.0.1-1.pdf)
- [CX - 0002 Digital Twins in Catena-X](https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Archiv/Update_Juli_23_R_3.2/CX-0002-DigitalTwinsInCatena-X-v.1.0.2.pdf)
- CX - 0053 BPN Discovery Services *(will be released publicly with R3.2 in ca 09/23)*
- [CX - 0001 EDC Discovery API](https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Update_PDF_Maerz/9_Data-Discovery-Services/CX_-_0001_EDC_DISCOVERY_API_PlatformCapabilityDS_v_1.0.1-1.pdf)
- [CX - 0002 Digital Twins in Catena-X](https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Archiv/Update_Juli_23_R_3.2/CX-0002-DigitalTwinsInCatena-X-v.1.0.2.pdf)*(linked version 1.0.2, this KIT refers to v2.0.0, to be released in 09/23)*
- CX - 0053 BPN Discovery Services *(v1.0.0 to be released in 09/23)*

### Terminology

The following figure is borrowed from the upcoming R3.2 release of "Digital Twins in Catena-X" standard. It is
non-normative and shall only serve as a visual orientation for readers.
The following figure is also a non-normative part of CX-0002 "Digital Twins in Catena-X" v2.0.0. When published, that
standard can be found in the [Catena-X standard library](https://catena-x.net/de/standard-library).
![How words relate in the DT Kit](assets/img/DTKIT_terminology.svg)
12 changes: 11 additions & 1 deletion docs-kits/kits/Digital Twin Kit/page_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@ sidebar_position: 1

All notable changes to this Kit will be documented in this file.

## [1.0.0] - 2023-08-17

### Added

- version from release

### Changed

- couple of bugfixes raised by reviewers

## [0.2.0] - 2023-08-08

<h3>Added</h3>

- Additional graphic on terminology
- Additional figure on terminology
- section on entire discovery mechanism
- pictograms

Expand Down
2 changes: 2 additions & 0 deletions openApi/dt/discovery-finder-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ components:
schemas:
DiscoveryEndpoint:
title: DiscoveryEndpoint
type: object
required:
- type
- description
Expand Down Expand Up @@ -148,6 +149,7 @@ components:
maxItems: 10000
items:
$ref: '#/components/schemas/DiscoveryEndpoint'
type: object
ErrorResponse:
type: object
required:
Expand Down

0 comments on commit 84237d9

Please sign in to comment.