You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-flow/consumer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The standard TEI points to a product release. A product release is something sol
12
12
Each Component release has its own versioning and its own set of artefacts, they have a timestamp and a lifecycle enumeration. They are normally sorted by timestamps. The TEA API has no requirements of type of version string (semantic or any other scheme) - it's just an identifier set by the manufacturer.
13
13
-__List of TEA Collections__: For each release, there is a list of TEA collections as indicated
14
14
by release date and a version integer starting with collection version 1.
15
-
-__List of TEA Artefacts__: The collection is unique for a version and contains a list of artefacts.
15
+
-__List of TEA Artifacts__: The collection is unique for a version and contains a list of artefacts.
16
16
This can be SBOM files, VEX, SCITT, IN-TOTO or other documents. Note that a single artefact
17
17
can belong to multiple Component or Product Releases.
18
18
-__List of artefact formats__: An artefact can be published in multiple formats.
@@ -58,7 +58,7 @@ sequenceDiagram
58
58
59
59
loop For each tea_component_release
60
60
user ->> tea_component_release: Obtain latest collections
61
-
tea_component_release -->> user: List of Artefacts
61
+
tea_component_release -->> user: List of TEA Artifacts
62
62
end
63
63
64
64
```
@@ -80,23 +80,23 @@ sequenceDiagram
80
80
participant tea_product_release as TEA Product Release
81
81
participant tea_component_release as TEA Component Release
82
82
participant tea_collection as TEA Collection
83
-
participant tea_artefact as TEA Artefact
83
+
participant tea_artifact as TEA Artifact
84
84
85
85
86
86
user ->> tea_product_release: Search for product releases based on identifier (CPE, PURL, name)
87
87
tea_product_release ->> user: List of product releases
88
88
89
-
user ->> tea_product_release: Finding all product parts (TEA Component Releases) and facts about choosen product
89
+
user ->> tea_product_release: Finding all product parts (TEA Component Releases) and facts about choosen product
90
90
tea_product_release ->> user: List of TEA Component Releases
91
91
92
92
user ->> tea_component_release: Finding information of a component release
93
93
tea_component_release ->> user: List of releases and collection id for each release
94
94
95
-
user ->> tea_collection: Finding all artefacts for TEA Component Release
96
-
tea_collection ->> user: List of artefacts and formats available for each artefact
95
+
user ->> tea_collection: Finding all TEA Artifacts for TEA Component Release
96
+
tea_collection ->> user: List of TEA Artifacts and formats available for each TEA Artifact
97
97
98
-
user ->> tea_artefact: Request to download artefact
99
-
tea_artefact ->> user: Artefact
98
+
user ->> tea_artifact: Request to download TEA artifact
0 commit comments