forked from mystiq/dex
50 lines
1 KiB
JSON
50 lines
1 KiB
JSON
|
{
|
||
|
"kind": "discovery#restDescription",
|
||
|
"etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
|
||
|
"discoveryVersion": "v1",
|
||
|
"id": "arrayofarray:v1",
|
||
|
"name": "arrayofarray",
|
||
|
"version": "v1",
|
||
|
"title": "Example API",
|
||
|
"description": "The Example API demonstrates an array of arrays.",
|
||
|
"ownerDomain": "google.com",
|
||
|
"ownerName": "Google",
|
||
|
"protocol": "rest",
|
||
|
"schemas": {
|
||
|
"GeoJsonMultiPolygon": {
|
||
|
"id": "GeoJsonMultiPolygon",
|
||
|
"type": "object",
|
||
|
"description": "Multi Polygon",
|
||
|
"properties": {
|
||
|
"coordinates": {
|
||
|
"type": "array",
|
||
|
"description": "Coordinate arrays.",
|
||
|
"items": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "number",
|
||
|
"format": "double"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"description": "Identifies this object as a multi-polygon.",
|
||
|
"enum": [
|
||
|
"MultiPolygon"
|
||
|
],
|
||
|
"enumDescriptions": [
|
||
|
""
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|