{ "$id": "https://schema.ideas.cnpc/json/business-data/mineral-rights/outcome_data_file.1.0.0.json", "type": "object", "title": "矿权成果文档信息表", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "fileId", "fileName", "outcomeModuleType", "id" ], "identityId": [ "id" ], "properties": { "id": { "type": "string", "title": "ID" }, "fileId": { "type": "string", "title": "文档id" }, "fileName": { "type": "string", "title": "文档名称" }, "createDate": { "type": "string", "title": "创建时间" }, "updateDate": { "type": "string", "title": "更新时间" }, "createUserId": { "type": "string", "title": "创建用户" }, "updateUserId": { "type": "string", "title": "更新用户" }, "miningClaimId": { "type": "string", "title": "矿权ID" }, "outcomeModuleType": { "type": "string", "title": "成果类型" } } }