{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/round_checkpoint.schema.json","title":"round_checkpoint","type":"object","properties":{"checkpoint_id":{"type":"integer","x-pg-type":"int8"},"round_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"location":{"type":"string","x-pg-type":"text"},"observation":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"reading_value":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"float8"},"reading_unit":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"engineering_unit"},"photo_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"anomaly_flag":{"type":"boolean","x-pg-type":"bool"},"equipment_uid":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"x-pg-type":"uuid"}},"x-table-schema":"public","required":["round_id","location"],"x-primary-key":["checkpoint_id"],"x-foreign-keys":[{"column":"round_id","references_table":"operator_round","references_column":"round_id","constraint":"round_checkpoint_round_id_fkey"}]}