{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/lopa_ipl.schema.json","title":"lopa_ipl","type":"object","properties":{"ipl_id":{"type":"integer","x-pg-type":"int8"},"scenario_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"ipl_description":{"type":"string","x-pg-type":"text"},"ipl_type":{"type":"string","x-pg-type":"text"},"credit_factor":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"sil_rating":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"independence_basis":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"test_interval_months":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["scenario_id","ipl_description","ipl_type"],"x-primary-key":["ipl_id"],"x-foreign-keys":[{"column":"scenario_id","references_table":"lopa_scenario","references_column":"scenario_id","constraint":"lopa_ipl_scenario_id_fkey"}]}