Skip to content

Commit 41759a1

Browse files
committed
fix: missing doc comment for annotations
Signed-off-by: Vincent Biret <[email protected]>
1 parent aebefb7 commit 41759a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ public interface IOpenApiSchema : IOpenApiDescribedElement, IOpenApiSerializable
299299
/// </summary>
300300
public IDictionary<string, JsonNode> UnrecognizedKeywords { get; }
301301

302-
/// <inheritdoc />
302+
/// <summary>
303+
/// Any annotation to attach to the schema to be used by the application.
304+
/// Annotations are NOT (de)serialized with the schema and can be used for custom properties.
305+
/// </summary>
303306
public IDictionary<string, object> Annotations { get; }
304307
}

0 commit comments

Comments
 (0)