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 3ca66a6 commit 4151381Copy full SHA for 4151381
src/LEGO.AsyncAPI/Attributes/DisplayAttribute.cs
@@ -3,7 +3,7 @@
3
namespace LEGO.AsyncAPI.Attributes
4
{
5
/// <summary>
6
- /// Represents the Open Api Data type metadata attribute.
+ /// Display attribute.
7
/// </summary>
8
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
9
internal class DisplayAttribute : Attribute
@@ -27,4 +27,4 @@ public DisplayAttribute(string name)
27
28
public string Name { get; }
29
}
30
-}
+}
0 commit comments