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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@ described in the [discovery document](/discovery/readme.md).
8
8
9
9
The standard TEI points to a product.
10
10
11
-
-__List of TEA Components__: Components are components of something sold. Each Component has it's own versioning and it's own set of artefacts. Note that a single artefact can belong to multiple versions of a Component and multiple Components.
12
-
-__List of TEA collections__: For each Component, there is a list of TEA collections as indicated by release date and a version string. 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. It's sorted by release date as a default.
13
-
-__List of TEA artefacts__: The collection is unique for a version and contains a list of artefacts. This can be SBOM files, VEX, SCITT, IN-TOTO or other documents.
11
+
-__TEA Product__: This is the delivered goods, an open source software, library or a product sold. It consists of one or multiple TEA Components.
12
+
-__TEA Components__: Components are components of something sold. Each Component has it's own versioning and it's own set of artefacts. Note that a single artefact can belong to multiple versions of a Component and multiple Components.
13
+
-__TEA Component index__: A list of all the versions available for a TEA Component
14
+
-__TEA Collection__: For each Component version, there is TEA collection as indicated by release date and a version string. 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. It's sorted by release date as a default.
15
+
-__List of TEA artefacts__: The TEA Collection is unique for a version and contains a list of artefacts. This can be SBOM files, VEX, SCITT, IN-TOTO or other documents.
14
16
-__List of artefact formats__: An artefact can be published in multiple formats.
15
17
16
18
The user has to know product TEI and version of each component (TEA Component) to find the list of artefacts for the used version.
@@ -37,10 +39,10 @@ sequenceDiagram
37
39
user ->> discovery: Discovery using DNS
38
40
discovery ->> user: List of API servers
39
41
40
-
user ->> tea_product: Finding all product parts
42
+
user ->> tea_product: Finding all product parts (TEA Components) and facts about the product
41
43
tea_product ->> user: List of product parts
42
44
43
-
user ->> tea_component: Finding all versions of a part
45
+
user ->> tea_component: Finding all versions of a TEA Component
44
46
tea_component ->> user: List of all available versions (paginated)
45
47
46
48
user ->> tea_collection: Finding all artefacts for version in scope
0 commit comments