Pathnovo Logo

3D Model (Transmittal) Document

2.5 · example PQ-CPPT-ELE002-D53-00001

Typed JSON shape for this document. The title_block field is the shared header; all other keys are specific to this document type.

Schema

3d-model.json
{
  "title_block": "<common>",
  "document_title": "str",
  "model_scope": "str",
  "equipment_tags_covered": ["str"],
  "model_software": "str",
  "model_format": "str",
  "coordinate_system": "str",
  "units_of_measurement": "str",
  "model_files_list": [
    {"file_name": "str", "format": "str",
     "size_mb": "num", "description": "str"}
  ],
  "level_of_detail": "str",
  "plant_north_reference": "str",
  "elevation_reference_datum": "str",
  "attached_views": [
    {"view_name": "str", "description": "str"}
  ],
  "clash_check_status": "str",
  "reference_drawings": [
    {"drawing_number": "str", "description": "str"}
  ],
  "general_notes": ["str"],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "originated_by": "str", "checked_by": "str", "approved_by": "str"}
  ]
}