...
1{
2 "kind": "discovery#restDescription",
3 "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
4 "discoveryVersion": "v1",
5 "id": "arrayofarray:v1",
6 "name": "arrayofarray",
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 "GeoJsonMultiPolygon": {
15 "id": "GeoJsonMultiPolygon",
16 "type": "object",
17 "description": "Multi Polygon",
18 "properties": {
19 "coordinates": {
20 "type": "array",
21 "description": "Coordinate arrays.",
22 "items": {
23 "type": "array",
24 "items": {
25 "type": "array",
26 "items": {
27 "type": "array",
28 "items": {
29 "type": "number",
30 "format": "double"
31 }
32 }
33 }
34 }
35 },
36 "type": {
37 "type": "string",
38 "description": "Identifies this object as a multi-polygon.",
39 "enum": [
40 "MultiPolygon"
41 ],
42 "enumDescriptions": [
43 ""
44 ]
45 }
46 }
47 }
48 }
49}
View as plain text