extend.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "package": null,
  3. "messages": [
  4. {
  5. "ref": "google.protobuf.MessageOptions",
  6. "fields": [
  7. {
  8. "rule": "optional",
  9. "options": {},
  10. "type": "int32",
  11. "name": "foo",
  12. "id": 1001
  13. }
  14. ]
  15. },
  16. {
  17. "name": "Foo",
  18. "fields": [],
  19. "enums": [],
  20. "messages": [],
  21. "options": {},
  22. "extensions": [
  23. 2,
  24. 536870911
  25. ]
  26. },
  27. {
  28. "ref": "Foo",
  29. "fields": [
  30. {
  31. "rule": "optional",
  32. "options": {},
  33. "type": "string",
  34. "name": "bar",
  35. "id": 2
  36. }
  37. ]
  38. },
  39. {
  40. "name": "Bar",
  41. "fields": [],
  42. "enums": [],
  43. "messages": [
  44. {
  45. "name": "Foo",
  46. "fields": [],
  47. "enums": [],
  48. "messages": [],
  49. "options": {}
  50. },
  51. {
  52. "ref": "Foo",
  53. "fields": [
  54. {
  55. "rule": "optional",
  56. "options": {},
  57. "type": "Foo",
  58. "name": "foo",
  59. "id": 3
  60. }
  61. ]
  62. }
  63. ],
  64. "options": {}
  65. }
  66. ],
  67. "enums": [],
  68. "imports": [],
  69. "options": {},
  70. "services": []
  71. }