{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/engineering_mcp/pid_template_registry.schema.json","title":"pid_template_registry","type":"object","properties":{"template_family":{"type":"string","x-pg-type":"text"},"template_version":{"type":"string","x-pg-type":"text"},"process_unit_type":{"type":"string","x-pg-type":"text"},"sheeting_class":{"type":"string","x-pg-type":"text"},"status":{"type":"string","x-pg-type":"text"},"compiler_schema_version":{"type":"integer","x-pg-type":"int4"},"metadata":{"x-pg-type":"jsonb"},"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":["template_family","template_version","process_unit_type","sheeting_class","status"],"x-primary-key":["template_family","template_version"],"x-foreign-keys":[{"column":"process_unit_type","references_table":"process_unit_type_registry","references_column":"process_unit_type","constraint":"pid_template_registry_process_unit_type_fkey"}]}