Skip to content

Commit 111cb35

Browse files
more javadoc
1 parent cd3c777 commit 111cb35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/ResponseJsonSchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public static ResponseJsonSchema fromMap(
5656
/**
5757
* Create a new instance of {@link ResponseJsonSchema} from a given class.
5858
*
59+
* <p>⚠️ Fields of the schema class should be annotated with {@code @JsonProperty(required =
60+
* true)}.
61+
*
5962
* @param classType The class to generate the schema from
6063
* @return The new instance of {@link ResponseJsonSchema}
6164
*/

0 commit comments

Comments
 (0)