Share feedback
Answers are generated based on the documentation.

Schema

ReposPullData

Type: object

repos

Type: object

All schema constraints and annotations
{
  "additionalProperties": {
    "$ref": "#/components/schemas/PullData"
  },
  "type": "object"
}
All schema constraints and annotations
{
  "examples": [
    {
      "repos": {
        "org2/neo4j": {
          "pulls": [
            {
              "end": "2022-08-07T00:00:00Z",
              "ipCount": 41490,
              "pullCount": 272407,
              "repo": "neo4j",
              "start": "2022-08-01T00:00:00Z"
            },
            {
              "end": "2022-08-14T00:00:00Z",
              "ipCount": 41490,
              "pullCount": 272407,
              "repo": "neo4j",
              "start": "2022-08-08T00:00:00Z"
            }
          ]
        },
        "org2/neo4j-admin": {
          "pulls": [
            {
              "end": "2022-08-07T00:00:00Z",
              "ipCount": 10,
              "pullCount": 11,
              "repo": "neo4j-admin",
              "start": "2022-08-01T00:00:00Z"
            },
            {
              "end": "2022-08-14T00:00:00Z",
              "ipCount": 10,
              "pullCount": 11,
              "repo": "neo4j-admin",
              "start": "2022-08-08T00:00:00Z"
            }
          ]
        }
      }
    }
  ],
  "properties": {
    "repos": {
      "additionalProperties": {
        "$ref": "#/components/schemas/PullData"
      },
      "type": "object"
    }
  },
  "type": "object"
}