Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Jan 21, 2021
1 parent 2ed102c commit 6c2da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NJsonSchema/JsonSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public JsonObjectType Type

#region Child JSON schemas

/// <summary>Gets or sets the dictionary key schema (x-key, only enum schemas are allowed).</summary>
/// <summary>Gets or sets the dictionary key schema (x-dictionaryKey, only enum schemas are allowed).</summary>
[JsonProperty("x-dictionaryKey", DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public JsonSchema DictionaryKey
{
Expand Down

0 comments on commit 6c2da5f

Please sign in to comment.