test.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "libs": [],
  3. "about": {
  4. "trial": false,
  5. "author": {
  6. "name": "EMQ",
  7. "email": "contact@emqx.io",
  8. "company": "EMQ Technologies Co., Ltd",
  9. "website": "https://www.emqx.io"
  10. },
  11. "helpUrl": {
  12. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/rules/sources/http_pull.md",
  13. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sources/http_pull.md"
  14. },
  15. "description": {
  16. "en_US": "Desc US",
  17. "zh_CN": "Desc CH"
  18. }
  19. },
  20. "properties": {
  21. "default": [
  22. {
  23. "name": "FIELDS",
  24. "optional": false,
  25. "control": "text",
  26. "type": "array",
  27. "hint": {
  28. "en_US": "test",
  29. "zh_CN": "test"
  30. },
  31. "label": {
  32. "en_US": "FIELDS",
  33. "zh_CN": "FIELDS"
  34. }
  35. },
  36. {
  37. "name": "QUERY_TABLE",
  38. "optional": false,
  39. "control": "text",
  40. "type": "string",
  41. "hint": {
  42. "en_US": "test",
  43. "zh_CN": "test"
  44. },
  45. "label": {
  46. "en_US": "QUERY_TABLE",
  47. "zh_CN": "QUERY_TABLE"
  48. }
  49. },
  50. {
  51. "name": "ROWCOUNT",
  52. "optional": false,
  53. "control": "number",
  54. "type": "int",
  55. "hint": {
  56. "en_US": "test",
  57. "zh_CN": "test"
  58. },
  59. "label": {
  60. "en_US": "ROWCOUNT",
  61. "zh_CN": "ROWCOUNT"
  62. }
  63. }
  64. ]
  65. }
  66. }