{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/layouts.schema.json","title":"layouts","type":"object","properties":{"layout_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"model_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"data":{"x-pg-type":"jsonb"},"etag":{"type":"string","x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["model_id","data","etag"],"x-primary-key":["layout_id"],"x-foreign-keys":[{"column":"model_id","references_table":"models","references_column":"model_id","constraint":"layouts_model_id_fkey"}]}