Skip to content

Commit f6b27df

Browse files
authored
docs: updates json schema reference link
1 parent 27f626d commit f6b27df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Models/Interfaces/IOpenApiSchema.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public interface IOpenApiSchema : IOpenApiDescribedElement, IOpenApiSerializable
301301
public IDictionary<string, object> Annotations { get; }
302302

303303
/// <summary>
304-
/// Follow JSON Schema definition:https://tools.ietf.org/html/draft-handrews-json-schema-validation-02
304+
/// Follow JSON Schema definition:https://json-schema.org/draft/2020-12/json-schema-validation#section-6.5.4
305305
/// </summary>
306306
public IDictionary<string, ISet<string>> DependentRequired { get; }
307307
}

0 commit comments

Comments
 (0)