{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/pfd_assembly.schema.json","title":"pfd_assembly","type":"object","properties":{"assembly_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"source_bfd_model_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"name":{"type":"string","x-pg-type":"text"},"revision":{"type":"string","x-pg-type":"text"},"status":{"type":"string","x-pg-type":"text"},"provenance":{"x-pg-type":"jsonb"},"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":"public","required":["project_ref","source_bfd_model_id","name"],"x-primary-key":["assembly_id"],"x-foreign-keys":[{"column":"project_ref","references_table":"project","references_column":"ref","constraint":"pfd_assembly_project_ref_fkey"},{"column":"source_bfd_model_id","references_table":"models","references_column":"model_id","constraint":"pfd_assembly_source_bfd_model_id_fkey"}]}