{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/pid_sheet_interface.schema.json","title":"pid_sheet_interface","type":"object","properties":{"sheet_interface_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"sheet_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"interface_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"connector_tag":{"type":"string","x-pg-type":"text"},"sheet_edge":{"type":"string","x-pg-type":"text"},"ordinal":{"type":"integer","x-pg-type":"int4"},"manifest":{"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":["sheet_id","interface_id","connector_tag","sheet_edge","ordinal"],"x-primary-key":["sheet_interface_id"],"x-foreign-keys":[{"column":"interface_id","references_table":"pfd_unit_interface","references_column":"interface_id","constraint":"pid_sheet_interface_interface_id_fkey"},{"column":"sheet_id","references_table":"pid_sheet","references_column":"sheet_id","constraint":"pid_sheet_interface_sheet_id_fkey"}]}