@@ -113,13 +113,11 @@ User-defined metadata to store domain-specific information limited to 8 keys wit
113113</td ></tr >
114114<tr ><td >manifests</td ><td >no</td ><td >
115115
116- A collection of package manifests
116+ A collection of package manifests, which are a collection of related dependencies declared in a file or representing a logical group of dependencies.
117117
118118</td ></tr >
119119<tr ><td >manifests.*</td ><td >no</td ><td >
120120
121- A collection of related dependencies declared in a file or representing a logical group of dependencies.
122-
123121</td ></tr >
124122<tr ><td >manifests.*.name</td ><td >yes</td ><td >
125123
@@ -144,6 +142,39 @@ User-defined metadata to store domain-specific information limited to 8 keys wit
144142</td ></tr >
145143<tr ><td >manifests.*.resolved</td ><td >no</td ><td >
146144
145+ A collection of resolved package dependencies.
146+
147+ </td ></tr >
148+ <tr ><td >manifests.*.resolved.*</td ><td >no</td ><td >
149+
150+ </td ></tr >
151+ <tr ><td >manifests.*.resolved.*.package_url</td ><td >no</td ><td >
152+
153+ Package-url (PURL) of dependency. See https://github.com/package-url/purl-spec for more details.
154+
155+ </td ></tr >
156+ <tr ><td >manifests.*.resolved.*.metadata</td ><td >no</td ><td >
157+
158+ User-defined metadata to store domain-specific information limited to 8 keys with scalar values.
159+
160+ </td ></tr >
161+ <tr ><td >manifests.*.resolved.*.metadata.*</td ><td >no</td ><td >
162+
163+ </td ></tr >
164+ <tr ><td >manifests.*.resolved.*.relationship</td ><td >no</td ><td >
165+
166+ A notation of whether a dependency is requested directly by this manifest or is a dependency of another dependency.
167+
168+ </td ></tr >
169+ <tr ><td >manifests.*.resolved.*.scope</td ><td >no</td ><td >
170+
171+ A notation of whether the dependency is required for the primary build artifact (runtime) or is only used for development. Future versions of this specification may allow for more granular scopes.
172+
173+ </td ></tr >
174+ <tr ><td >manifests.*.resolved.*.dependencies</td ><td >no</td ><td >
175+
176+ Array of package-url (PURLs) of direct child dependencies.
177+
147178</td ></tr >
148179<tr ><td >scanned</td ><td >yes</td ><td >
149180
0 commit comments