...
1{
2 "kind": "discovery#restDescription",
3 "discoveryVersion": "v1",
4 "id": "X:v1",
5 "name": "X",
6 "version": "v1",
7 "title": "X",
8 "documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
9 "baseUrl": "https://appengine.googleapis.com/",
10 "basePath": "",
11 "rootUrl": "https://appengine.googleapis.com/",
12 "mtlsRootUrl": "https://appengine.mtls.googleapis.com/",
13 "servicePath": "",
14 "batchPath": "batch",
15 "schemas": {
16 "Utilization": {
17 "id": "Utilization",
18 "type": "object",
19 "description": "CPU utilization policy.",
20 "properties": {
21 "target": {
22 "type": "number",
23 "format": "double"
24 },
25 "count": {
26 "type": "integer"
27 },
28 "average": {
29 "type": "number"
30 }
31 }
32 }
33 }
34}
View as plain text