Skip to content

Commit ed4a85a

Browse files
committed
Removed changes to JsonExcludeAttribute
1 parent 2d5aa32 commit ed4a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/api/JsonSchema.Net.Generation/JsonExcludeAttribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Indicates that the property should be excluded from generation.
2222

2323
This attribute functions exactly the same as the **System.Text.Json.Serialization.JsonIgnoreAttribute**. It
2424
is included separately to support the case where the model should be serialized with
25-
a property or an enum member but schema generation should ignore it.
25+
a property but schema generation should ignore it.
2626

2727
## Properties
2828

0 commit comments

Comments
 (0)