freshness.output
Title: freshness.output
| Type | object |
| Additional properties |
Description: Image age and delta versus latest tag.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + analyzer | No | const | No | - | Unique identifier for the Freshness analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + tag | No | string | No | - | The image tag that was analyzed. |
| + tag_created | No | string or null | No | - | ISO timestamp of when the current tag was created. |
| + latest_created | No | string or null | No | - | ISO timestamp of when the 'latest' tag was created. |
| + age_days | No | integer or null | No | - | Number of days since the current tag was created. |
| + behind_latest_days | No | integer or null | No | - | Number of days between the creation of this tag and the 'latest' tag. |
| + is_latest | No | boolean | No | - | True if the current tag points to the same digest as the 'latest' tag. |
1.
Property analyzer
| Type | const |
Description: Unique identifier for the Freshness analyzer.
Specific value: "freshness"
2.
Property repository
| Type | string |
Description: The image repository that was analyzed.
3.
Property tag
| Type | string |
Description: The image tag that was analyzed.
4.
Property tag_created
| Type | string or null |
Description: ISO timestamp of when the current tag was created.
5.
Property latest_created
| Type | string or null |
Description: ISO timestamp of when the 'latest' tag was created.
6.
Property age_days
| Type | integer or null |
Description: Number of days since the current tag was created.
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
7.
Property behind_latest_days
| Type | integer or null |
Description: Number of days between the creation of this tag and the 'latest' tag.
| Restrictions | |
|---|---|
| Minimum | ≥ 0 |
8.
Property is_latest
| Type | boolean |
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