If a Data Service Entity is exported to a JSON file, we can confirm that the exported JSON contains the field description attribute.
But then if this JSON is reimported in with a new Entity name, the descriptions of the fields in the newly imported Entity are empty.
Not a critical issue, but practically losing documentation when migrating entities is less than desirable.
Comparisons of the Original and Imported Entity shows the discrepancy.
FYI and thanks