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: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,16 +32,16 @@ tags in the repository as well as in the slack channel.
32
32
## Introduction
33
33
34
34
This specification defines a standard, format agnostic, API for the exchange of
35
-
product related artefacts, like BOMs, between systems. The work includes:
35
+
product related artifacts, like BOMs, between systems. The work includes:
36
36
37
37
-[Discovery of servers](/discovery/readme.md): Describes discovery using the Transparency Exchange Identifier (TEI)
38
-
- Retrieval of artefacts
39
-
- Publication of artefacts
38
+
- Retrieval of artifacts
39
+
- Publication of artifacts
40
40
- Authentication and authorization
41
41
- Querying
42
42
43
43
System and tooling implementors are encouraged to adopt this API standard for
44
-
sending/receiving transparency artefacts between systems.
44
+
sending/receiving transparency artifacts between systems.
45
45
This will enable more widespread
46
46
"out of the box" integration support in the BOM ecosystem.
47
47
@@ -53,17 +53,16 @@ The working group has produced a list of use cases and requirements for the prot
53
53
-[TEA use cases](doc/tea-usecases.md)
54
54
55
55
## Data model
56
-
57
56
-[TEA Product Release](tea-product/tea-product-release.md): The primary entry point. The [Transparency Exchange Identifier, TEI](/discovery/readme.md) resolves to a specific Product Release. A Product Release may optionally belong to a [TEA Product](tea-product/tea-product.md).
58
57
-[TEA Product](tea-product/tea-product.md): An optional higher-level object that groups a set of Product Releases for a product line or family. Products can be discovered and browsed; releases are accessed via `/product/{uuid}/releases`.
59
58
-[TEA Component](tea-component/tea-component.md): Represents a component lineage. A Component is a collection of Component Releases (accessible via `/component/{uuid}/releases`).
60
59
-[TEA Release](/tea-component/tea-release.md: A Component Release object. Each Component Release may have its own TEA Collection.
61
60
-[TEA Collection](tea-collection/tea-collection.md): A versioned list of artefacts for a specific Release (Component Release) or Product Release. Collections are versioned to indicate changes, e.g., an updated VEX or corrected SBOM.
62
61
-[TEA Artefacts](tea-artifact/tea-artifact.md): Files associated with a Collection. A single Artefact can appear in multiple Collections.
63
62
64
-
## Artefacts available of the API
63
+
## artifacts available of the API
65
64
66
-
The Transparency Exchange API (TEA) supports publication and retrieval of a set of transparency exchange artefacts. The API itself should not be restricting the types of the artefacts. A few examples:
65
+
The Transparency Exchange API (TEA) supports publication and retrieval of a set of transparency exchange artifacts. The API itself should not be restricting the types of the artifacts. A few examples:
0 commit comments