25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

86 satır
1.5 KiB

  1. {
  2. "name": "api",
  3. "module": "api",
  4. "action": "send",
  5. "options": {
  6. "url": "{{$_ENV.API_BASEURL+'pns/max'}}",
  7. "schema": [
  8. {
  9. "type": "object",
  10. "name": "data",
  11. "sub": [
  12. {
  13. "type": "number",
  14. "name": "number"
  15. },
  16. {
  17. "type": "number",
  18. "name": "id"
  19. }
  20. ]
  21. },
  22. {
  23. "type": "object",
  24. "name": "headers",
  25. "sub": [
  26. {
  27. "type": "text",
  28. "name": "connection"
  29. },
  30. {
  31. "type": "text",
  32. "name": "content-length"
  33. },
  34. {
  35. "type": "text",
  36. "name": "content-type"
  37. },
  38. {
  39. "type": "text",
  40. "name": "date"
  41. }
  42. ]
  43. }
  44. ]
  45. },
  46. "output": true,
  47. "meta": [
  48. {
  49. "type": "object",
  50. "name": "data",
  51. "sub": [
  52. {
  53. "type": "number",
  54. "name": "number"
  55. },
  56. {
  57. "type": "number",
  58. "name": "id"
  59. }
  60. ]
  61. },
  62. {
  63. "type": "object",
  64. "name": "headers",
  65. "sub": [
  66. {
  67. "type": "text",
  68. "name": "connection"
  69. },
  70. {
  71. "type": "text",
  72. "name": "content-length"
  73. },
  74. {
  75. "type": "text",
  76. "name": "content-type"
  77. },
  78. {
  79. "type": "text",
  80. "name": "date"
  81. }
  82. ]
  83. }
  84. ],
  85. "outputType": "object"
  86. }