How can we create assets that represent and document API endpoints (through which data is returned by some application)? We want to catalog each endpoint, i.e. the structure and the fields in the endpoint's response / payload. Assuming that the API responses of interest are JSON. Could be XML too. We would like these assets to be treated as "data assets" in Collibra, because we are interested in the structure of the data. They should also be related to "system" (application) technology assets, representing the applications that expose the API endpoints. Furthermore, we would like to see such technical data assets as upstream objects in some lineage paths. E.g. we ingest data from an API endpoint using Azure Data Factory pipeline and store the data received from that API endpoint in Parquet files in the raw zone of a data lake hosted in Azure ADLSv2. Obviously, the most generic structure of such assets should be hierarchical, not tabular. Not sure which "out of the box" data asset types in Collibra do support non-tabular structures. Nor is it clear to me whether custom asset types could be created that do support non-tabular data "shapes".