Class JsonObjectSchema
java.lang.Object
dev.langchain4j.model.chat.request.json.JsonObjectSchema
- All Implemented Interfaces:
JsonSchemaElement
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonObjectSchema.Builder
builder()
Used together withJsonReferenceSchema
when recursion is required.boolean
int
hashCode()
required()
toString()
-
Constructor Details
-
JsonObjectSchema
-
-
Method Details
-
description
- Specified by:
description
in interfaceJsonSchemaElement
-
properties
-
required
-
additionalProperties
-
definitions
Used together withJsonReferenceSchema
when recursion is required. -
builder
-
equals
-
hashCode
public int hashCode() -
toString
-