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 7a49a3e commit b9657e0Copy full SHA for b9657e0
1 file changed
src/ByteBard.AsyncAPI/Models/AsyncApiConstants.cs
@@ -87,7 +87,7 @@ public static class AsyncApiConstants
87
public const string AdditionalProperties = "additionalProperties";
88
public const string Format = "format";
89
public const string Nullable = "nullable";
90
- public const string Discriminator = "descriminator";
+ public const string Discriminator = "discriminator";
91
public const string ReadOnly = "readOnly";
92
public const string WriteOnly = "writeOnly";
93
public const string Deprecated = "deprecated";
0 commit comments