You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 rivejä
840 B

  1. {
  2. "kind": "discovery#restDescription",
  3. "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"",
  4. "discoveryVersion": "v1",
  5. "id": "arrayofmapofstrings:v1",
  6. "name": "arrayofmapofstrings",
  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. "Analyze": {
  15. "id": "Analyze",
  16. "type": "object",
  17. "properties": {
  18. "errors": {
  19. "type": "array",
  20. "description": "List of errors with the data.",
  21. "items": {
  22. "type": "object",
  23. "additionalProperties": {
  24. "$ref": "Property",
  25. "description": "Error level followed by a detailed error message."
  26. }
  27. }
  28. }
  29. }
  30. },
  31. "Property": {
  32. "id": "Property",
  33. "type": "object"
  34. }
  35. }
  36. }