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

55 lines
1.3 KiB
JSON

{
"$id": "https://schema.ideas.cnpc/json/seismic/traverse.1.0.0.json",
"type": "object",
"title": "任意线",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectId",
"surveyId",
"traverseId",
"traverseName"
],
"identityId": [
"projectId",
"surveyId",
"traverseId"
],
"properties": {
"boType": {
"type": "string",
"title": "对象类型"
},
"remark": {
"type": "string",
"title": "备注"
},
"surveyId": {
"type": "string",
"title": "工区id"
},
"projectId": {
"type": "string",
"title": "项目id"
},
"traverseId": {
"type": "string",
"title": "任意线id"
},
"traverseName": {
"type": "string",
"title": "任意线名称"
},
"traverseType": {
"type": "string",
"title": "类型"
},
"traverSegments": {
"type": "array",
"title": "traverSegments"
},
"displayProperty": {
"type": "object",
"title": "displayProperty"
}
}
}