We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18ec3e commit 146ee71Copy full SHA for 146ee71
src/LEGO.AsyncAPI/Models/AsyncApiConstants.cs
@@ -78,7 +78,7 @@ public static class AsyncApiConstants
78
public const string Else = "else";
79
public const string Items = "items";
80
public const string Properties = "properties";
81
- public const string AdditionalProperties = "additionalPropertie";
+ public const string AdditionalProperties = "additionalProperties";
82
public const string Format = "format";
83
public const string Nullable = "nullable";
84
public const string Discriminator = "descriminator";
0 commit comments