{ "$id": "https://schema.ideas.cnpc/json/business-data/fs/file.1.0.0.json", "type": "object", "title": "文件", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "fileId" ], "identityId": [ "fileId" ], "properties": { "tags": { "type": "object", "title": "文件标签", "description": "文件标签" }, "fileId": { "type": "string", "title": "文件ID", "description": "文件ID" }, "fileName": { "type": "string", "title": "文件名", "description": "文件名" }, "fileSize": { "type": "number", "title": "文件大小", "description": "文件大小" }, "fileType": { "type": "string", "title": "资料类型", "description": "根据扩展名判断填写“文档、图件、音频、视频、数据等”" }, "createTime": { "type": "datetime", "title": "创建时间", "description": "创建时间" }, "dataRegion": { "type": "string", "title": "数据区域", "description": "数据区域" }, "fileAuthor": { "type": "string", "title": "作者", "description": "资料自身的编写人姓名" }, "updateTime": { "type": "datetime", "title": "更新时间", "description": "更新时间" }, "description": { "type": "string", "title": "文件描述", "description": "文件描述" }, "fileExtension": { "type": "string", "title": "文件后缀", "description": "文件后缀" }, "ddmsSchemaName": { "type": "string", "title": "领域交换模型编码", "description": "领域交换模型编码" }, "fileCreateTime": { "type": "datetime", "title": "创建日期", "description": "资料自身的编写时间" }, "fileContributor": { "type": "string", "title": "其他贡献者", "description": "除制作者/创作者之外的其他贡献者,如插图绘制、编辑等,多个人用逗号隔开" }, "fileFailureTime": { "type": "datetime", "title": "失效日期", "description": "资料有效的结束时间" }, "fileLastAuditor": { "type": "string", "title": "最后审核人", "description": "资料自身的审核人" }, "fileLastUpdater": { "type": "string", "title": "最后更新人", "description": "资料自身的更新人" }, "ddmsInstanceCode": { "type": "string", "title": "领域服务实例编码", "description": "领域服务实例编码" }, "fileOrganization": { "type": "string", "title": "组织", "description": "资料自身的编写单位名称" }, "fileEffectiveTime": { "type": "datetime", "title": "生效日期", "description": "资料有效的开始时间" }, "fileLastAuditTime": { "type": "datetime", "title": "最后审核日期", "description": "资料自身的审核日期" }, "fileLastUpdateTime": { "type": "datetime", "title": "最后修改日期", "description": "资料自身最近被修改的时间" } } }