schnutibox/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options/annotations.swagger.json
Marvin Steadfast 61bd2f41c7
All checks were successful
continuous-integration/drone/push Build is passing
adds tool dependencies
2021-05-04 08:41:43 +02:00

47 lines
851 B
JSON

{
"swagger": "2.0",
"info": {
"title": "protoc-gen-openapiv2/options/annotations.proto",
"version": "version not set"
},
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {},
"definitions": {
"protobufAny": {
"type": "object",
"properties": {
"typeUrl": {
"type": "string"
},
"value": {
"type": "string",
"format": "byte"
}
}
},
"rpcStatus": {
"type": "object",
"properties": {
"code": {
"type": "integer",
"format": "int32"
},
"message": {
"type": "string"
},
"details": {
"type": "array",
"items": {
"$ref": "#/definitions/protobufAny"
}
}
}
}
}
}