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 cd3c777 commit 111cb35Copy full SHA for 111cb35
orchestration/src/main/java/com/sap/ai/sdk/orchestration/ResponseJsonSchema.java
@@ -56,6 +56,9 @@ public static ResponseJsonSchema fromMap(
56
/**
57
* Create a new instance of {@link ResponseJsonSchema} from a given class.
58
*
59
+ * <p>⚠️ Fields of the schema class should be annotated with {@code @JsonProperty(required =
60
+ * true)}.
61
+ *
62
* @param classType The class to generate the schema from
63
* @return The new instance of {@link ResponseJsonSchema}
64
*/
0 commit comments