Pathnovo Logo

Cover Sheet P&I Diagram

3.1 · example sheet 1

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

Schema

pid-cover.json
{
  "title_block": "<common>",
  "drawing_title": "str",
  "purchaser": "str",
  "end_user": "str",
  "plant_location": "str",
  "plant_name": "str",
  "job_number": "str",
  "package_item": "str",
  "package_tag_numbers": ["str"],
  "table_of_contents": [
    {"sheet_number": "int", "title": "str"}
  ],
  "numbering_systems": {
    "special_piping_items": "str",
    "piping_valves": "str",
    "line_numbering": "str",
    "instrumentation": "str",
    "equipment_items": "str",
    "tie_in_point": "str"
  },
  "asset_area_identifier_code": "str",
  "system_code": "str",
  "general_notes": ["str"],
  "revision_history": [
    {"revision": "str", "date": "str", "description": "str",
     "drawn_by": "str", "checked_by": "str",
     "engineered_by": "str", "approved_by": "str"}
  ]
}