{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_controls/project_controls.deliverable.schema.json","title":"project_controls.deliverable","type":"object","properties":{"deliverable_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"plant_slug":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"lifecycle_stage":{"type":"string","x-pg-type":"text"},"dci_pr_number":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"deliverable_type":{"type":"string","x-pg-type":"text"},"file_path":{"type":"string","x-pg-type":"text"},"render_status":{"type":"string","x-pg-type":"text"},"md5_hash":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"deferred_to_de":{"type":"boolean","x-pg-type":"bool"},"review_state":{"type":"string","x-pg-type":"text"},"reviewed_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"reviewed_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"x-pg-type":"timestamptz"},"review_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"row_hash":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"project_controls","required":["project_ref","deliverable_type","file_path"],"x-primary-key":["deliverable_id"]}