getDatasetSchema
@GET(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/schema")
Retrieves the schema of a dataset.
Return
A Call object with a String response.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
correlationId
(Optional) The correlation ID for tracking requests.