{ "$schema": "http://json-schema.org/draft-04/schema", "title": "平台连接参数配置", "type": "object", "required": [ "UITemplateVersion", "HttpPostUrl_ForSingleRecord", "HttpPostTestUrl", "HttpPostIntervalBySecond", "Id_唯一标识符", "gffdqyhh_光伏发电企业户号", "qymc_企业名称", "tyshxydm_统一社会信用代码", "jsdd_建设地点", "jsddjwd_建设地点经纬度", "xmmc_项目名称", "bwtysj_并网投运时间" ], "format": "grid", "properties": { "UITemplateVersion": { "type": "string", "readOnly": true, "default": "1.0", "format": "hidden", "options": { "compact": true, "grid_columns": 12 } }, "HttpPostUrl_ForSingleRecord": { "title": "平台侧接收本地上传数据的 HTTP URL 地址", "type": "string", "default": "http://jjdn-yqfk.sipac.gov.cn/api/jjdn/photovoltaics", "options": { "grid_columns": 12, "infoText": "请咨询平台侧技术人员" } }, "HttpPostTestUrl": { "title": "平台侧测试接收本地上传数据的 HTTP URL 地址", "type": "string", "default": "http://jjdn-yqfk.sipac.gov.cn/api/jjdn/photovoltaics/test", "format": "hidden", "options": { "compact": true, "grid_columns": 12, "infoText": "仅用于简单测试目的,非必须,请咨询平台侧技术人员" } }, "HttpPostIntervalBySecond": { "title": "数据提交频次", "type": "integer", "default": 300, "minimum": 1, "maximum": 30000, "options": { "grid_columns": 3, "infoText": "(单位: 秒),本地数据提交至平台侧的频次,请咨询平台侧技术人员" } }, "Id_唯一标识符": { "title": "本地唯一标识符", "type": "string", "minLength": 5, "options": { "grid_columns": 4, "infoText": "本地上传程序将以此 Id 作为身份信息与平台侧通讯, 请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "gffdqyhh_光伏发电企业户号": { "title": "光伏发电企业户号", "type": "string", "minLength": 2, "options": { "grid_columns": 5, "infoText": "由平台侧分配, 请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "qymc_企业名称": { "title": "企业名称", "type": "string", "minLength": 2, "options": { "grid_columns": 12, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "tyshxydm_统一社会信用代码": { "title": "统一社会信用代码", "type": "string", "minLength": 5, "options": { "grid_columns": 5, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "jsdd_建设地点": { "title": "建设地点", "type": "string", "minLength": 5, "options": { "grid_columns": 7, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "jsddjwd_建设地点经纬度": { "title": "建设地点经纬度", "type": "string", "minLength": 5, "options": { "grid_columns": 3, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "xmmc_项目名称": { "title": "项目名称", "type": "string", "minLength": 5, "options": { "grid_columns": 9, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } }, "bwtysj_并网投运时间": { "title": "并网投运时间", "type": "string", "default": "2022-10-4 13:13:13", "minLength": 12, "pattern": "^\\d{4}\\-\\d{1,2}\\-\\d{1,2}\\s\\d{1,2}\\:\\d{1,2}\\:\\d{1,2}$", "options": { "grid_columns": 12, "infoText": "请从平台侧管理方所回函的 '批准接入平台函' 中获取此值" } } } }