transfer.sh/vendor/google.golang.org/api/google-api-go-generator/testdata/mapofint64strings.json
Andrea Spacca 82493d6dcb add GDrive provider support (#118)
* GDrive provider support
* More reliable basedir ownership
* Fix mimetype
2018-06-19 15:30:26 +02:00

34 lines
722 B
JSON

{
"kind": "discovery#restDescription",
"discoveryVersion": "v1",
"id": "androidbuildinternal:v1",
"name": "androidbuildinternal",
"version": "v1",
"description": "proper handling of a map of int64s in string format",
"protocol": "rest",
"schemas": {
"TestResultSummaryToolGroupTestSuite": {
"id": "TestResultSummaryToolGroupTestSuite",
"type": "object",
"properties": {
"passed": {
"type": "boolean"
},
"passedTestTags": {
"type": "object",
"additionalProperties": {
"type": "string",
"format": "int64"
}
},
"testTags": {
"type": "object",
"additionalProperties": {
"type": "string",
"format": "int64"
}
}
}
}
}
}