print.json 529 B

123456789101112131415161718192021222324
  1. {
  2. "about": {
  3. "trial": true,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "description": {
  11. "en_US": "Example sink plugin to print with python logger",
  12. "zh_CN": "示例 python 插件,使用 python 打出日志"
  13. }
  14. },
  15. "properties": [],
  16. "node": {
  17. "category": "sink",
  18. "icon": "iconPath",
  19. "label": {
  20. "en": "Print",
  21. "zh": "Print"
  22. }
  23. }
  24. }