{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/project.schema.json","title":"project","type":"object","properties":{"ref":{"type":"string","x-pg-type":"text"},"name":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["ref"],"x-primary-key":["ref"]}