{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/hazop_deviation.schema.json","title":"hazop_deviation","type":"object","properties":{"deviation_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"node_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"guideword":{"type":"string","x-pg-type":"text"},"parameter_name":{"type":"string","x-pg-type":"text"},"deviation_description":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"probability_class":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"risk_rank":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"requirement_text":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"affected_equipment":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["node_id","guideword","parameter_name"],"x-primary-key":["deviation_id"],"x-foreign-keys":[{"column":"node_id","references_table":"hazop_node","references_column":"node_id","constraint":"hazop_deviation_node_id_fkey"}]}