Schema reference

Party

`parties` identifies every organization involved in the project — equipment vendors, integrators, shipowners, class societies and more — distinguished by `kind`.

Party

FieldTypeRequiredNotes
idstr (slug)yesStable cross-reference id.
namestryesDisplay name.
kindPartyKindnoDefaults to vendor; also supports integrator, shipowner, shipyard, analytics_provider, class_society, operator.
rolestrnoProject-specific role text.
contactstrnoContact channel.
parties.yaml
YAML
parties:
  - id: VFD_VENDOR_A
    name: Variable-speed AC drive supplier (Vendor A)
    kind: vendor
    role: Main drive supplier
    contact: vendor-a@example.com
  - id: YARD_INTEGRATOR
    name: Yard SI Team
    kind: integrator