Skip to content

Commit 146ee71

Browse files
authored
fix: fixed typo in AsyncApiConstants.cs (#101)
1 parent d18ec3e commit 146ee71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEGO.AsyncAPI/Models/AsyncApiConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static class AsyncApiConstants
7878
public const string Else = "else";
7979
public const string Items = "items";
8080
public const string Properties = "properties";
81-
public const string AdditionalProperties = "additionalPropertie";
81+
public const string AdditionalProperties = "additionalProperties";
8282
public const string Format = "format";
8383
public const string Nullable = "nullable";
8484
public const string Discriminator = "descriminator";

0 commit comments

Comments
 (0)