Skip to main content
Version: main-dev

freshness.output

Title: freshness.output

Typeobject
Additional propertiesNot allowed

Description: Image age and delta versus latest tag.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ analyzerNoconstNo-Unique identifier for the Freshness analyzer.
+ repositoryNostringNo-The image repository that was analyzed.
+ tagNostringNo-The image tag that was analyzed.
+ tag_createdNostring or nullNo-ISO timestamp of when the current tag was created.
+ latest_createdNostring or nullNo-ISO timestamp of when the 'latest' tag was created.
+ age_daysNointeger or nullNo-Number of days since the current tag was created.
+ behind_latest_daysNointeger or nullNo-Number of days between the creation of this tag and the 'latest' tag.
+ is_latestNobooleanNo-True if the current tag points to the same digest as the 'latest' tag.

1. Required Property analyzer

Typeconst

Description: Unique identifier for the Freshness analyzer.

Specific value: "freshness"

2. Required Property repository

Typestring

Description: The image repository that was analyzed.

3. Required Property tag

Typestring

Description: The image tag that was analyzed.

4. Required Property tag_created

Typestring or null

Description: ISO timestamp of when the current tag was created.

5. Required Property latest_created

Typestring or null

Description: ISO timestamp of when the 'latest' tag was created.

6. Required Property age_days

Typeinteger or null

Description: Number of days since the current tag was created.

Restrictions
Minimum≥ 0

7. Required Property behind_latest_days

Typeinteger or null

Description: Number of days between the creation of this tag and the 'latest' tag.

Restrictions
Minimum≥ 0

8. Required Property is_latest

Typeboolean

Description: True if the current tag points to the same digest as the 'latest' tag.


Generated using json-schema-for-humans on 2026-03-21 at 11:43:37 +0000

  • 1. Required Property analyzer
  • 2. Required Property repository
  • 3. Required Property tag
  • 4. Required Property tag_created
  • 5. Required Property latest_created
  • 6. Required Property age_days
  • 7. Required Property behind_latest_days
  • 8. Required Property is_latest