# Default row schema for a Master Deliverables List entry. Served by # zddc-server when no operator-supplied mdl.form.yaml exists at # archive//. Operators can override per-party. title: Deliverable description: One planned or in-flight deliverable for this party. schema: type: object required: [tracking, title] additionalProperties: false properties: tracking: type: string title: Tracking number description: ZDDC tracking identifier (e.g. proj-EM-SPC-0001). minLength: 1 title: type: string title: Deliverable title minLength: 1 discipline: type: string title: Discipline description: Engineering discipline code (EM, EL, MC, ST, ...). type: type: string title: Document type description: Code for document class (SPC, DWG, RPT, ...). plannedRevision: type: string title: Planned revision description: Issue revision label, e.g. A, B, IFR, IFC. plannedDate: type: string title: Planned date format: date status: type: string title: Current status enum: [DFT, IFR, IFA, IFC, AFC, AB] owner: type: string title: Owner description: Email or party name responsible for producing this row. notes: type: string title: Notes