compliance/assets/doc/extracted_schemas/displayproperty.1.0.0.json
2025-05-16 15:18:02 +08:00

66 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$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": "创建用户名"
}
}
}