{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/tender_clarification_register_audit.schema.json","title":"tender_clarification_register_audit","type":"object","properties":{"audit_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"op":{"type":"string","x-pg-type":"text"},"changed_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"changed_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"before_jsonb":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"after_jsonb":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"row_pk_jsonb":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"}},"x-table-schema":"public","required":["op"],"x-primary-key":["audit_id"]}