GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.0 KiB

2 months ago
  1. {
  2. "nested": {
  3. "google": {
  4. "nested": {
  5. "api": {
  6. "nested": {
  7. "Http": {
  8. "fields": {
  9. "rules": {
  10. "rule": "repeated",
  11. "type": "HttpRule",
  12. "id": 1
  13. }
  14. }
  15. },
  16. "HttpRule": {
  17. "oneofs": {
  18. "pattern": {
  19. "oneof": [
  20. "get",
  21. "put",
  22. "post",
  23. "delete",
  24. "patch",
  25. "custom"
  26. ]
  27. }
  28. },
  29. "fields": {
  30. "get": {
  31. "type": "string",
  32. "id": 2
  33. },
  34. "put": {
  35. "type": "string",
  36. "id": 3
  37. },
  38. "post": {
  39. "type": "string",
  40. "id": 4
  41. },
  42. "delete": {
  43. "type": "string",
  44. "id": 5
  45. },
  46. "patch": {
  47. "type": "string",
  48. "id": 6
  49. },
  50. "custom": {
  51. "type": "CustomHttpPattern",
  52. "id": 8
  53. },
  54. "selector": {
  55. "type": "string",
  56. "id": 1
  57. },
  58. "body": {
  59. "type": "string",
  60. "id": 7
  61. },
  62. "additionalBindings": {
  63. "rule": "repeated",
  64. "type": "HttpRule",
  65. "id": 11
  66. }
  67. }
  68. },
  69. "CustomHttpPattern": {
  70. "fields": {
  71. "kind": {
  72. "type": "string",
  73. "id": 1
  74. },
  75. "path": {
  76. "type": "string",
  77. "id": 2
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }