annotations.swagger.json 798 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "title": "protoc-gen-openapiv2/options/annotations.proto",
  5. "version": "version not set"
  6. },
  7. "consumes": [
  8. "application/json"
  9. ],
  10. "produces": [
  11. "application/json"
  12. ],
  13. "paths": {},
  14. "definitions": {
  15. "protobufAny": {
  16. "type": "object",
  17. "properties": {
  18. "@type": {
  19. "type": "string"
  20. }
  21. },
  22. "additionalProperties": {}
  23. },
  24. "rpcStatus": {
  25. "type": "object",
  26. "properties": {
  27. "code": {
  28. "type": "integer",
  29. "format": "int32"
  30. },
  31. "message": {
  32. "type": "string"
  33. },
  34. "details": {
  35. "type": "array",
  36. "items": {
  37. "$ref": "#/definitions/protobufAny"
  38. }
  39. }
  40. }
  41. }
  42. }
  43. }