{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/hazop_action.schema.json","title":"hazop_action","type":"object","properties":{"action_id":{"type":"integer","x-pg-type":"int8"},"deviation_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"action_text":{"type":"string","x-pg-type":"text"},"owner_role":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"target_date":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"x-pg-type":"date"},"status":{"type":"string","x-pg-type":"text"},"openproject_wp_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"resolution_note":{"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":"public","required":["deviation_id","action_text"],"x-primary-key":["action_id"],"x-foreign-keys":[{"column":"deviation_id","references_table":"hazop_deviation","references_column":"deviation_id","constraint":"hazop_action_deviation_id_fkey"}]}