popularity.output
Title: popularity.output
| Type | object |
| Additional properties |
Description: Docker Hub popularity statistics.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + analyzer | No | const | No | - | Unique identifier for the Popularity analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + available | No | boolean | No | - | True if the repository was found on Docker Hub. |
| + pull_count | No | integer or null | No | - | Total number of pulls for this repository. |
| + star_count | No | integer or null | No | - | Number of stars for this repository on Docker Hub. |
| + description | No | string or null | No | - | Short description of the repository from Docker Hub. |
| + last_updated | No | string or null | No | - | ISO timestamp of the last repository update. |
| + date_registered | No | string or null | No | - | ISO timestamp of when the repository was created. |
| + is_official | No | boolean | No | - | True if this is an official Docker Hub repository. |
1.
Property analyzer
| Type | const |
Description: Unique identifier for the Popularity analyzer.
Specific value: "popularity"
2.
Property repository
| Type | string |
Description: The image repository that was analyzed.
3.
Property available
| Type | boolean |
Description: True if the repository was found on Docker Hub.
4.
Property pull_count
| Type | integer or null |
Description: Total number of pulls for this repository.
5.
Property star_count
| Type | integer or null |
Description: Number of stars for this repository on Docker Hub.
6.
Property description
| Type | string or null |
Description: Short description of the repository from Docker Hub.
7.
Property last_updated
| Type | string or null |
Description: ISO timestamp of the last repository update.
8.
Property date_registered
| Type | string or null |
Description: ISO timestamp of when the repository was created.
9.
Property is_official
| Type | boolean |
Description: True if this is an official Docker Hub repository.
Generated using json-schema-for-humans on 2026-03-21 at 11:43:37 +0000