| { | 
 |  "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": { | 
 |        "$ref": "Property", | 
 |        "description": "Error level followed by a detailed error message." | 
 |       } | 
 |      } | 
 |     } | 
 |    } | 
 |   }, | 
 |   "Property": { | 
 |    "id": "Property", | 
 |    "type": "object" | 
 |   } | 
 |  } | 
 | } |