blob: 65b338b11f3bc15a12443caf608a00a936e57b80 [file] [log] [blame]
{
"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."
}
}
}
}
}
}
}