forked from mystiq/dex
33 lines
778 B
JSON
33 lines
778 B
JSON
|
{
|
||
|
"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."
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|