{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/procurement/vendor_quote.schema.json","title":"vendor_quote","type":"object","properties":{"id":{"type":"integer","x-pg-type":"int4"},"equipment_category_id":{"type":"integer","x-pg-type":"int4"},"vendor_id":{"type":"integer","x-pg-type":"int4"},"specs":{"x-pg-type":"jsonb"},"unit_price_usd":{"type":"number","x-pg-type":"numeric"},"currency":{"type":"string","x-pg-type":"text"},"quantity":{"type":"number","x-pg-type":"numeric"},"price_basis":{"type":"string","x-pg-type":"text"},"scope_basis":{"type":"string","x-pg-type":"text"},"includes":{"x-pg-type":"jsonb"},"freight_included":{"type":"boolean","x-pg-type":"bool"},"freight_usd":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"taxes_duties_usd":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"quote_line_items":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"cepci_at_quote":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"quote_date":{"type":"string","format":"date","x-pg-type":"date"},"valid_until":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"x-pg-type":"date"},"quote_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"lead_time_weeks":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"freight_terms":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"country_of_origin":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"warranty_months":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"installation_complexity":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"spare_parts_availability":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"local_rep":{"anyOf":[{"type":"boolean"},{"type":"null"}],"x-pg-type":"bool"},"entered_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"project_ref":{"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"},"quote_status":{"type":"string","x-pg-type":"text"},"superseded_by":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"aace_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"uom":{"type":"string","x-pg-type":"text"},"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"}},"x-table-schema":"public","required":["equipment_category_id","vendor_id","unit_price_usd","scope_basis","quote_date"],"x-primary-key":["id"],"x-foreign-keys":[{"column":"equipment_category_id","references_table":"equipment_category","references_column":"id","constraint":"vendor_quote_equipment_category_id_fkey"},{"column":"superseded_by","references_table":"vendor_quote","references_column":"id","constraint":"vendor_quote_superseded_by_fkey"},{"column":"vendor_id","references_table":"vendor","references_column":"id","constraint":"vendor_quote_vendor_id_fkey"}]}