Skip to main content
Version: main-dev

popularity.output

Title: popularity.output

Typeobject
Additional propertiesNot allowed

Description: Docker Hub popularity statistics.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ analyzerNoconstNo-Unique identifier for the Popularity analyzer.
+ repositoryNostringNo-The image repository that was analyzed.
+ availableNobooleanNo-True if the repository was found on Docker Hub.
+ pull_countNointeger or nullNo-Total number of pulls for this repository.
+ star_countNointeger or nullNo-Number of stars for this repository on Docker Hub.
+ descriptionNostring or nullNo-Short description of the repository from Docker Hub.
+ last_updatedNostring or nullNo-ISO timestamp of the last repository update.
+ date_registeredNostring or nullNo-ISO timestamp of when the repository was created.
+ is_officialNobooleanNo-True if this is an official Docker Hub repository.

1. Required Property analyzer

Typeconst

Description: Unique identifier for the Popularity analyzer.

Specific value: "popularity"

2. Required Property repository

Typestring

Description: The image repository that was analyzed.

3. Required Property available

Typeboolean

Description: True if the repository was found on Docker Hub.

4. Required Property pull_count

Typeinteger or null

Description: Total number of pulls for this repository.

5. Required Property star_count

Typeinteger or null

Description: Number of stars for this repository on Docker Hub.

6. Required Property description

Typestring or null

Description: Short description of the repository from Docker Hub.

7. Required Property last_updated

Typestring or null

Description: ISO timestamp of the last repository update.

8. Required Property date_registered

Typestring or null

Description: ISO timestamp of when the repository was created.

9. Required Property is_official

Typeboolean

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

  • 1. Required Property analyzer
  • 2. Required Property repository
  • 3. Required Property available
  • 4. Required Property pull_count
  • 5. Required Property star_count
  • 6. Required Property description
  • 7. Required Property last_updated
  • 8. Required Property date_registered
  • 9. Required Property is_official