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 889fcde commit fcbabd4Copy full SHA for fcbabd4
src/Microsoft.OpenApi/Extensions/JsonSchemaBuilderExtensions.cs
@@ -278,6 +278,7 @@ public void Evaluate(EvaluationContext context)
278
/// The extensions keyword
279
/// </summary>
280
[SchemaKeyword(Name)]
281
+ [SchemaSpecVersion(SpecVersion.Draft202012)]
282
public class ExtensionsKeyword : IJsonSchemaKeyword
283
{
284
/// <summary>
0 commit comments