{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/schema_provenance.schema.json","title":"schema_provenance","type":"object","properties":{"id":{"type":"integer","x-pg-type":"int8"},"source":{"type":"string","x-pg-type":"text"},"identifier":{"type":"string","x-pg-type":"text"},"applied_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["source","identifier"],"x-primary-key":["id"]}