{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/operator_round.schema.json","title":"operator_round","type":"object","properties":{"round_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"round_datetime":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"operator":{"type":"string","x-pg-type":"text"},"anomaly_count":{"type":"integer","x-pg-type":"int4"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"duration_min":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["project_ref","round_datetime","operator"],"x-primary-key":["round_id"],"x-foreign-keys":[{"column":"project_ref","references_table":"project","references_column":"ref","constraint":"operator_round_project_ref_fkey"}]}