Share feedback
Answers are generated based on the documentation.

Schema

PullModel

Type: object

country

Type: string

Country. Present for results grouped by geography and repository.
All schema constraints and annotations
{
  "description": "Country. Present for results grouped by geography and repository.",
  "type": "string"
}
end

Type: string

End of the reporting interval in RFC 3339 format.
All schema constraints and annotations
{
  "description": "End of the reporting interval in RFC 3339 format.",
  "format": "date-time",
  "type": "string"
}
ipCount

Type: integer

All schema constraints and annotations
{
  "type": "integer"
}
namespace

Type: string

Namespace name. Present for results grouped by namespace.
All schema constraints and annotations
{
  "description": "Namespace name. Present for results grouped by namespace.",
  "type": "string"
}
pullCount

Type: integer

All schema constraints and annotations
{
  "type": "integer"
}
repo

Type: string

Repository name. Present for results grouped by repository.
All schema constraints and annotations
{
  "description": "Repository name. Present for results grouped by repository.",
  "type": "string"
}
start

Type: string

Start of the reporting interval in RFC 3339 format.
All schema constraints and annotations
{
  "description": "Start of the reporting interval in RFC 3339 format.",
  "format": "date-time",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "country": {
      "description": "Country. Present for results grouped by geography and repository.",
      "type": "string"
    },
    "end": {
      "description": "End of the reporting interval in RFC 3339 format.",
      "format": "date-time",
      "type": "string"
    },
    "ipCount": {
      "type": "integer"
    },
    "namespace": {
      "description": "Namespace name. Present for results grouped by namespace.",
      "type": "string"
    },
    "pullCount": {
      "type": "integer"
    },
    "repo": {
      "description": "Repository name. Present for results grouped by repository.",
      "type": "string"
    },
    "start": {
      "description": "Start of the reporting interval in RFC 3339 format.",
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}