restic/vendor/google.golang.org/api/google-api-go-generator/testdata/floats.json
2017-08-06 21:47:56 +02:00

34 lines
681 B
JSON

{
"kind": "discovery#restDescription",
"discoveryVersion": "v1",
"id": "X:v1",
"name": "X",
"version": "v1",
"title": "X",
"documentationLink": "https://cloud.google.com/appengine/docs/admin-api/",
"baseUrl": "https://appengine.googleapis.com/",
"basePath": "",
"rootUrl": "https://appengine.googleapis.com/",
"servicePath": "",
"batchPath": "batch",
"schemas": {
"Utilization": {
"id": "Utilization",
"type": "object",
"description": "CPU utilization policy.",
"properties": {
"target": {
"type": "number",
"format": "double"
},
"count": {
"type": "integer"
},
"average": {
"type": "number"
}
}
}
}
}