appCtorParamsJsonSchema.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema",
  3. "title": "平台连接参数配置",
  4. "type": "object",
  5. "required": [
  6. "UITemplateVersion",
  7. "HttpPostUrl_ForSingleRecord",
  8. "HttpPostTestUrl",
  9. "HttpPostIntervalBySecond",
  10. "Id_唯一标识符",
  11. "gffdqyhh_光伏发电企业户号",
  12. "qymc_企业名称",
  13. "tyshxydm_统一社会信用代码",
  14. "jsdd_建设地点",
  15. "jsddjwd_建设地点经纬度",
  16. "xmmc_项目名称",
  17. "bwtysj_并网投运时间"
  18. ],
  19. "format": "grid",
  20. "properties": {
  21. "UITemplateVersion": {
  22. "type": "string",
  23. "readOnly": true,
  24. "default": "1.0",
  25. "format": "hidden",
  26. "options": {
  27. "compact": true,
  28. "grid_columns": 12
  29. }
  30. },
  31. "HttpPostUrl_ForSingleRecord": {
  32. "title": "平台侧接收本地上传数据的 HTTP URL 地址",
  33. "type": "string",
  34. "default": "http://jjdn-yqfk.sipac.gov.cn/api/jjdn/photovoltaics",
  35. "options": {
  36. "grid_columns": 12,
  37. "infoText": "请咨询平台侧技术人员"
  38. }
  39. },
  40. "HttpPostTestUrl": {
  41. "title": "平台侧测试接收本地上传数据的 HTTP URL 地址",
  42. "type": "string",
  43. "default": "http://jjdn-yqfk.sipac.gov.cn/api/jjdn/photovoltaics/test",
  44. "format": "hidden",
  45. "options": {
  46. "compact": true,
  47. "grid_columns": 12,
  48. "infoText": "仅用于简单测试目的,非必须,请咨询平台侧技术人员"
  49. }
  50. },
  51. "HttpPostIntervalBySecond": {
  52. "title": "数据提交频次",
  53. "type": "integer",
  54. "default": 300,
  55. "minimum": 1,
  56. "maximum": 30000,
  57. "options": {
  58. "grid_columns": 3,
  59. "infoText": "(单位: 秒),本地数据提交至平台侧的频次,请咨询平台侧技术人员"
  60. }
  61. },
  62. "Id_唯一标识符": {
  63. "title": "本地唯一标识符",
  64. "type": "string",
  65. "minLength": 5,
  66. "options": {
  67. "grid_columns": 4,
  68. "infoText": "本地上传程序将以此 Id 作为身份信息与平台侧通讯, 请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  69. }
  70. },
  71. "gffdqyhh_光伏发电企业户号": {
  72. "title": "光伏发电企业户号",
  73. "type": "string",
  74. "minLength": 2,
  75. "options": {
  76. "grid_columns": 5,
  77. "infoText": "由平台侧分配, 请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  78. }
  79. },
  80. "qymc_企业名称": {
  81. "title": "企业名称",
  82. "type": "string",
  83. "minLength": 2,
  84. "options": {
  85. "grid_columns": 12,
  86. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  87. }
  88. },
  89. "tyshxydm_统一社会信用代码": {
  90. "title": "统一社会信用代码",
  91. "type": "string",
  92. "minLength": 5,
  93. "options": {
  94. "grid_columns": 5,
  95. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  96. }
  97. },
  98. "jsdd_建设地点": {
  99. "title": "建设地点",
  100. "type": "string",
  101. "minLength": 5,
  102. "options": {
  103. "grid_columns": 7,
  104. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  105. }
  106. },
  107. "jsddjwd_建设地点经纬度": {
  108. "title": "建设地点经纬度",
  109. "type": "string",
  110. "minLength": 5,
  111. "options": {
  112. "grid_columns": 3,
  113. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  114. }
  115. },
  116. "xmmc_项目名称": {
  117. "title": "项目名称",
  118. "type": "string",
  119. "minLength": 5,
  120. "options": {
  121. "grid_columns": 9,
  122. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  123. }
  124. },
  125. "bwtysj_并网投运时间": {
  126. "title": "并网投运时间",
  127. "type": "string",
  128. "default": "2022-10-4 13:13:13",
  129. "minLength": 12,
  130. "pattern": "^\\d{4}\\-\\d{1,2}\\-\\d{1,2}\\s\\d{1,2}\\:\\d{1,2}\\:\\d{1,2}$",
  131. "options": {
  132. "grid_columns": 12,
  133. "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值"
  134. }
  135. }
  136. }
  137. }