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
Latest known version in the configured registries. Null when the resolver ran but returned no version.
3079
+
nullable: true
3080
+
latest_version_published_at:
3081
+
description: |
3082
+
When the latest version was published. May be null even when latest_version is non-null, as some registries do not report publication dates.
3083
+
nullable: true
3084
+
allOf:
3085
+
- $ref: "#/components/schemas/timestamp"
3086
+
resolved_at:
3087
+
description: When package metadata was last resolved from the upstream repository.
3088
+
allOf:
3089
+
- $ref: "#/components/schemas/timestamp"
3090
+
description: |
3091
+
Latest version information from configured package registries. Only present when the component has a PURL with a type supported by at least one configured repository, and metadata has been successfully resolved from an upstream repository. Metadata resolution is asynchronous and runs in the background after a component is created or updated. This field may be absent for recently created components until resolution completes.
3092
+
package-artifact-metadata:
3093
+
type: object
3094
+
properties:
3095
+
hashes:
3096
+
$ref: "#/components/schemas/hashes"
3097
+
published_at:
3098
+
description: When this artifact was published to the repository.
3099
+
nullable: true
3100
+
allOf:
3101
+
- $ref: "#/components/schemas/timestamp"
3102
+
resolved_from:
3103
+
type: string
3104
+
description: Identifier of the repository from which artifact metadata was
3105
+
fetched.
3106
+
nullable: true
3107
+
resolved_at:
3108
+
description: When artifact metadata was last resolved from the upstream
3109
+
repository.
3110
+
nullable: true
3111
+
allOf:
3112
+
- $ref: "#/components/schemas/timestamp"
3113
+
description: |
3114
+
Artifact-level metadata for the component's exact version from configured package repositories. Only present when the component has a PURL with a version, the PURL type is supported by at least one configured repository, and artifact metadata has been successfully resolved from an upstream repository. Metadata resolution is asynchronous and runs in the background after a component is created or updated. This field may be absent for recently created components until resolution completes.
0 commit comments