...
1{
2 "kind": "discovery#restDescription",
3 "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
4 "discoveryVersion": "v1",
5 "id": "arrayofmapofstrings:v1",
6 "name": "arrayofmapofstrings",
7 "version": "v1",
8 "title": "Example API",
9 "description": "The Example API demonstrates an array of arrays.",
10 "ownerDomain": "google.com",
11 "ownerName": "Google",
12 "protocol": "rest",
13 "schemas": {
14 "Analyze": {
15 "id": "Analyze",
16 "type": "object",
17 "properties": {
18 "errors": {
19 "type": "array",
20 "description": "List of errors with the data.",
21 "items": {
22 "type": "object",
23 "additionalProperties": {
24 "type": "string",
25 "description": "Error level followed by a detailed error message."
26 }
27 }
28 }
29 }
30 }
31 }
32}
View as plain text