Skip to content

Commit

Permalink
docs(model): Fix wrong description of "uuid" key in diagram cache index
Browse files Browse the repository at this point in the history
This isn't actually a UUID (with the specific UUID format), but simply a
unique ID in the form of an opaque string.

In the interest of not breaking everything downstream, we'll keep the
key as "uuid" though.
  • Loading branch information
Wuestengecko committed Oct 9, 2023
1 parent 984838e commit 17fd754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def update_diagram_cache(
list of dictionaries, each representing a diagram in the
model. The dictionaries come with the keys
- uuid: The UUID of the diagram
- uuid: The unique ID of the diagram
- name: Name of the diagram as it has been set in Capella
- type: The diagram type as it was created in Capella
- viewpoint: The source layer from where the representation
Expand Down

0 comments on commit 17fd754

Please sign in to comment.