{ "$id": "https://schema.ideas.cnpc/json/seismic/displayproperty.1.0.0.json", "type": "object", "title": "公共展示属性", "$schema": "http://json-schema.org/draft-07/schema#", "required": [ "code" ], "identityId": [ "code" ], "properties": { "red": { "type": "string", "title": "红色" }, "blue": { "type": "string", "title": "蓝色" }, "code": { "type": "string", "title": "展示属性套" }, "name": { "type": "string", "title": "模板名称" }, "type": { "type": "string", "title": "分类" }, "green": { "type": "string", "title": "绿色" }, "boType": { "type": "string", "title": "对象类型" }, "opacity": { "type": "string", "title": "透明度,取值0~100" }, "isPublic": { "type": "string", "title": "是否个人所有" }, "lineStyle": { "type": "string", "title": "风格代码(虚线、实线)" }, "lineWidth": { "type": "string", "title": "线宽" }, "createUserId": { "type": "string", "title": "创建用户ID" }, "createUserName": { "type": "string", "title": "创建用户名" } } }