Skip to content

Commit

Permalink
description comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 25, 2021
1 parent 52d101c commit 9451774
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DotNetStac/StacItem.CommonMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ public string Title
set => this.SetProperty("title", value);
}

/// <summary>
/// Detailed multi-line description to fully explain the Collection. CommonMark 0.29 syntax MAY be used for rich text representation.
/// </summary>
/// <value></value>
public string Description
{
get => this.GetProperty<string>("description");
Expand Down

0 comments on commit 9451774

Please sign in to comment.