Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Terentiev committed Oct 30, 2023
1 parent 786a14b commit 50218ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/Microsoft.Bot.Schema/SharePoint/AceData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ public enum AceCardSize
/// Gets or Sets the version of the data of type <see cref="string"/>.
/// </summary>
/// <value>This value is the version of the adaptive card extension.</value>
/// <remarks>Although there is no restriction on the format of this property, it is recommended to use semantic versioning.</remarks>
[JsonProperty(PropertyName = "dataVersion")]
public string DataVersion { get; set; }

/// <summary>
/// Gets or Sets the id of type <see cref="string"/>.
/// Gets or Sets the unique id (Guid) of type <see cref="string"/>.
/// </summary>
/// <value>This value is the ID of the adaptive card extension.</value>
[JsonProperty(PropertyName = "id")]
Expand Down

0 comments on commit 50218ce

Please sign in to comment.