Uses of Interface
de.xima.fc.prompt.service.support.IJsonValidationResult
Packages that use IJsonValidationResult
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IJsonValidationResult in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IJsonValidationResultModifier and TypeMethodDescriptionIPromptJsonSchemaService.validateJson(Reader reader) Validates whether a given string represents a valid JSON value.IPromptJsonSchemaService.validateJsonSchema(Reader reader) Validates whether the given JSON text is a valid JSON schema, according to the JSON Schema specification Draft 2020/12.