Skip to content

Commit cbd0c94

Browse files
authored
Update README.md for clarity on template fetching and semantic ID resolution (#164)
1 parent 6a59350 commit cbd0c94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sequenceDiagram
5656
C-->>B: Submodel Template (Semantic IDs)
5757
B->>B: Extract semantic IDs
5858
B->>D: POST /data/{submodelId}
59-
D-->D: Resolve semantic IDs
59+
D-->>D: Resolve semantic IDs
6060
D-->>B: Semantic Id with Values
6161
B->>B: Populate Template
6262
B-->>A: Filled submodel
@@ -68,7 +68,7 @@ The DataEngine transforms **static AAS templates** into **live digital represent
6868

6969
When a client requests AAS data (shell descriptor, submodel, or submodel element):
7070

71-
1. **Fetch Template** - DataEngine retrieves the required AAS/Submodel template from the AAS Template Registry
71+
1. **Fetch Template** - DataEngine retrieves the required AAS/Submodel template from the Template Registry/Template Repository
7272
2. **Extract Semantic IDs** - Identifies all semantic IDs within the template that need values
7373
3. **Request Data via Schema** - Sends a JSON Schema to the Plugin API describing the structure and semantic IDs needed
7474
4. **Receive Values** - Plugin queries its database and responds with populated values for the requested semantic IDs

0 commit comments

Comments
 (0)