type.googleapis.com.CommonPbMsg.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "type": {
  7. "nested": {
  8. "googleapis": {
  9. "nested": {
  10. "com": {
  11. "nested": {
  12. "CommonPbMsg": {
  13. "nested": {
  14. "Response": {
  15. "fields": {
  16. "biz": {
  17. "type": "string",
  18. "id": 1
  19. },
  20. "type": {
  21. "type": "string",
  22. "id": 2
  23. },
  24. "base": {
  25. "type": "string",
  26. "id": 3
  27. },
  28. "quote": {
  29. "type": "string",
  30. "id": 4
  31. },
  32. "contractcode": {
  33. "type": "string",
  34. "id": 5
  35. },
  36. "granularity": {
  37. "type": "string",
  38. "id": 6
  39. },
  40. "data": {
  41. "type": "Data",
  42. "id": 7
  43. },
  44. "env": {
  45. "type": "int32",
  46. "id": 8
  47. }
  48. }
  49. },
  50. "Data": {
  51. "fields": {
  52. "typeUrl": {
  53. "type": "string",
  54. "id": 1
  55. },
  56. "body": {
  57. "rule": "repeated",
  58. "type": "Body",
  59. "id": 2
  60. }
  61. }
  62. },
  63. "Body": {
  64. "fields": {
  65. "value": {
  66. "type": "string",
  67. "id": 1
  68. }
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }
  77. }
  78. }
  79. }
  80. }