restic/vendor/google.golang.org/api/google-api-go-generator/testdata/floats.json

34 lines
681 B
JSON
Raw Normal View History

2017-08-05 20:17:15 +02:00
{
"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"
}
}
}
}
}