Storage service documentation - using the term "dataset-name" for explanation of "kind"
Please see this link
Explains a few basic concepts like "id", "kind".
kind: (mandatory) Kind of data being ingested. Must follow the naming convention: {Data-Partition-Id}:{dataset-name}:{record-type}:{version}
.
The problem is using the term "dataset" in second component of "kind".
As you know, right now the term "dataset" is used in a different way (Data Definition such as for File.Generic, File.Collection and also new Services).
Can you plan to make suitable corrections?
Sample "kind" from json files in wiki of Data Loading team.
"kind": "osdu:wks:work-product-component--WellLog:1.0.0",
Thank you