{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/shift_log_entry.schema.json","title":"shift_log_entry","type":"object","properties":{"entry_id":{"type":"integer","x-pg-type":"int8"},"log_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"entry_timestamp":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"category":{"type":"string","x-pg-type":"text"},"description":{"type":"string","x-pg-type":"text"},"equipment_uid":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"x-pg-type":"uuid"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["log_id","entry_timestamp","category","description"],"x-primary-key":["entry_id"],"x-foreign-keys":[{"column":"log_id","references_table":"shift_log","references_column":"log_id","constraint":"shift_log_entry_log_id_fkey"}]}