Skip to content

Commit 5fb842f

Browse files
committed
fix: enhance summary for GetReturnTypeSchema method to clarify its purpose and usage
1 parent 39a71a6 commit 5fb842f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ReflectorNet/src/Reflector/Reflector.Json.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ public JsonNode GetArgumentsSchema(MethodInfo methodInfo, bool justRef = false)
8686
=> jsonSchema.GetArgumentsSchema(this, methodInfo, justRef);
8787

8888
/// <summary>
89-
/// Generates a comprehensive JSON Schema for the return type of a method, enabling dynamic method invocation.
89+
/// Generates a comprehensive JSON Schema for the return type of a method.
90+
/// This schema can be used to describe the structure of the method's return value,
91+
/// supporting dynamic method invocation and validation scenarios.
9092
/// </summary>
9193
/// <param name="methodInfo">The MethodInfo for which to generate the return type schema.</param>
9294
/// <param name="justRef">Whether to use compact references for complex types. Default is false.</param>

0 commit comments

Comments
 (0)