Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

35 righe
722 B

  1. {
  2. "kind": "discovery#restDescription",
  3. "discoveryVersion": "v1",
  4. "id": "androidbuildinternal:v1",
  5. "name": "androidbuildinternal",
  6. "version": "v1",
  7. "description": "proper handling of a map of int64s in string format",
  8. "protocol": "rest",
  9. "schemas": {
  10. "TestResultSummaryToolGroupTestSuite": {
  11. "id": "TestResultSummaryToolGroupTestSuite",
  12. "type": "object",
  13. "properties": {
  14. "passed": {
  15. "type": "boolean"
  16. },
  17. "passedTestTags": {
  18. "type": "object",
  19. "additionalProperties": {
  20. "type": "string",
  21. "format": "int64"
  22. }
  23. },
  24. "testTags": {
  25. "type": "object",
  26. "additionalProperties": {
  27. "type": "string",
  28. "format": "int64"
  29. }
  30. }
  31. }
  32. }
  33. }
  34. }