Skip to content

Commit bd8124e

Browse files
committed
chore: updates annotation to metadata
Signed-off-by: Vincent Biret <[email protected]>
1 parent 702b8bc commit bd8124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The OpenAPI 3.1 specification changes significantly how it leverages JSON Schema
176176
public bool Deprecated { get; set; } // OpenApi Vocab
177177
public OpenApiXml Xml { get; set; } // OpenApi Vocab
178178
179-
public IDictionary<string, object> Annotations { get; set; } // Custom keywords?
179+
public IDictionary<string, object> Metadata { get; set; } // Custom property bag to be used by the application, used to be named annotations
180180
```
181181

182182
#### OpenApiSchema methods

0 commit comments

Comments
 (0)