Skip to content

Commit

Permalink
rework feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Mar 28, 2024
1 parent 282ee56 commit 2f137cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,9 @@ The process is similar to the lookup shells, the filtering and access control of
2. The list of shells fetched in the previous step is filtered by applying the access control rules to them one-by-one.
3. The process is repeated until we have the desired number of *Digital Twins* or there are no more *Digital Twins* to fetch.
4. The visible properties of the visible *Digital Twins* are returned.
1. If the list of specificAssetIds in the shell has multiple entries with the same name, then the following rules apply:
1. Usecase 1: A rule includes a specificAssetId (for example customerPartId=123) as mandatorySpecificAssetId and visibleSpecificAssetId. The Shell has multiple entries with the same name and one of the entry matched the value from mandatorySpecificAssetId, then only the matched entry is visible.
2. Usecase 2: A rule includes a specificAssetId (for example customerPartId=123) as mandatorySpecificAssetId and visibleSpecificAssetId. The Shell has multiple entries with the same name and none of the entries matched the value from mandatorySpecificAssetId, then all entries with the same name is visible.
1. If the list of *specificAssetIds* in the shell has *multiple* entries with the same name, then the following rules apply:
1. Usecase 1: A rule includes a specificAssetId (for example customerPartId=123) as *mandatorySpecificAssetId and visibleSpecificAssetId*. The Shell has multiple entries with the same name and *one of the entry* matched the value from mandatorySpecificAssetId, then only the matched entry is visible.
2. Usecase 2: A rule includes a specificAssetId (for example customerPartId=123) as *mandatorySpecificAssetId and visibleSpecificAssetId*. The Shell has multiple entries with the same name and *none of the entries* matched the value from mandatorySpecificAssetId, then no entries with the same name is visible.

###### Get Shell by AAS Id - `GET {{baseUrl}}/api/v3/shell-descriptors/:aasIdentifier`

Expand Down

0 comments on commit 2f137cd

Please sign in to comment.