Property CustomMetadata
CustomMetadata
Gets or sets arbitrary key-value metadata for this skill.
Optional. Common keys include author, tags, category.
[JsonPropertyName("metadata")]
public Dictionary<string, object> CustomMetadata { get; set; }