Postgre jsonb_object_keys

select jsonb_object_keys(property->'etri') as key from facilities group by key;
 

Recommendations