File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/Microsoft.OpenApi/Models Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,15 @@ namespace Microsoft.OpenApi.Models
13
13
public class OpenApiReference : IOpenApiSerializable
14
14
{
15
15
/// <summary>
16
- /// A short summary of the Reference
16
+ /// A short summary which by default SHOULD override that of the referenced component.
17
+ /// If the referenced object-type does not allow a summary field, then this field has no effect.
17
18
/// </summary>
18
19
public string Summary { get ; set ; }
19
20
20
21
/// <summary>
21
- /// A short description of the reference
22
+ /// A description which by default SHOULD override that of the referenced component.
23
+ /// CommonMark syntax MAY be used for rich text representation.
24
+ /// If the referenced object-type does not allow a description field, then this field has no effect.
22
25
/// </summary>
23
26
public string Description { get ; set ; }
24
27
You can’t perform that action at this time.
0 commit comments