• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "bigquery",
3  "ownerDomain": "google.com",
4  "ownerName": "Google",
5  "revision": "20210313",
6  "rootUrl": "https://bigquery.googleapis.com/",
7  "schemas": {
8      "ProjectList": {
9          "id": "ProjectList",
10          "properties": {
11              "etag": {
12                  "description": "A hash of the page of results",
13                  "type": "string"
14              },
15              "kind": {
16                  "default": "bigquery#projectList",
17                  "description": "The type of list.",
18                  "type": "string"
19              },
20              "nextPageToken": {
21                  "description": "A token to request the next page of results.",
22                  "type": "string"
23              },
24              "projects": {
25                  "description": "Projects to which you have at least READ access.",
26                  "items": {
27                      "properties": {
28                          "friendlyName": {
29                              "description": "A descriptive name for this project.",
30                              "type": "string"
31                          },
32                          "id": {
33                              "description": "An opaque ID of this project.",
34                              "type": "string"
35                          },
36                          "kind": {
37                              "default": "bigquery#project",
38                              "description": "The resource type.",
39                              "type": "string"
40                          },
41                          "projectReference": {
42                              "$ref": "ProjectReference",
43                              "description": "A unique reference to this project."
44                          }
45                      },
46                      "type": "object"
47                  },
48                  "type": "array"
49              },
50              "totalItems": {
51                  "description": "The total number of projects in the list.",
52                  "format": "int64",
53                  "type": "integer"
54              }
55          },
56          "type": "object"
57      },
58      "ProjectReference": {
59          "id": "ProjectReference",
60          "properties": {
61              "projectId": {
62                  "description": "Changed description should be ignored.",
63                  "type": "string"
64              }
65          },
66          "type": "object",
67          "newkey" : "object"
68      }
69  },
70  "servicePath": "bigquery/v2/",
71  "title": "BigQuery API",
72  "version": "v2"
73}
74