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/arrayofmapofstrings.json
Knut Ahlers 9b3c895c04
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-22 06:44:07 +02:00

32 lines
776 B
JSON

{
"kind": "discovery#restDescription",
"etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
"discoveryVersion": "v1",
"id": "arrayofmapofstrings:v1",
"name": "arrayofmapofstrings",
"version": "v1",
"title": "Example API",
"description": "The Example API demonstrates an array of arrays.",
"ownerDomain": "google.com",
"ownerName": "Google",
"protocol": "rest",
"schemas": {
"Analyze": {
"id": "Analyze",
"type": "object",
"properties": {
"errors": {
"type": "array",
"description": "List of errors with the data.",
"items": {
"type": "object",
"additionalProperties": {
"type": "string",
"description": "Error level followed by a detailed error message."
}
}
}
}
}
}
}