Pathnovo Logo

Field Cable Schedule — Mechanical Package

4.1 · example PQ-CPPT-MEC002-G18-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

cable-field.json
{
  "title_block": "<common>",
  "drawing_title": "str",
  "project_info": {
    "purchaser": "str", "end_user": "str",
    "plant_location": "str", "plant_name": "str",
    "job_number": "str", "item_description": "str"
  },
  "cables": [
    {"sl_no": "int", "cable_number": "str",
     "voltage_grade_v": "num", "cable_length_m": "num",
     "no_of_conductors": "int", "conductor_size_mm2": "num",
     "cable_code_type": "str", "cable_type": "str",
     "intrinsically_safe": "bool", "gland_size_is_iso": "str",
     "from": {
       "tag_equipment_no": "str", "bh_tag": "str",
       "description": "str", "location": "str",
       "gland_size_mm": "str", "gland_scope": "str",
       "instrument_scope": "str"
     },
     "to": {
       "tag_equipment_no": "str", "bh_tag": "str",
       "description": "str", "location": "str",
       "gland_size_mm": "str", "gland_scope": "str",
       "instrument_scope": "str"
     },
     "termination_drawing_reference": "str",
     "type_of_signal_carried": "str",
     "hazardous_area_certified": "str",
     "outer_sheath_colour": "str",
     "remarks": "str"}
  ],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "drawn_by": "str", "checked_by": "str",
     "engineered_by": "str", "approved_by": "str"}
  ]
}