Package de.espirit.firstspirit.ai.dto
Interface JsonSchema
public interface JsonSchema
JSON schema definition for a JSON value type.
- Since:
- 5.2.251104
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull JsonSchema.Builder
builder()
Creates a new builder for creating aJsonSchema
definition.JSON Schema descriptor for the type of object this parameter contains.
-
Method Details
-
builder
Creates a new builder for creating aJsonSchema
definition.- Returns:
- The new builder instance.
- Since:
- 5.2.251104
-
getProperties
JSON Schema descriptor for the type of object this parameter contains.- Returns:
- The JSON schema descriptor.
- Since:
- 5.2.251104
-