1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 15:44:21 +00:00
nginx-sso/vendor/google.golang.org/api/google-api-go-generator/testdata/floats.json
Knut Ahlers 9b3c895c04
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-22 06:44:07 +02:00

33 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"
}
}
}
}
}