public interface JsonSchemaValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsonSchemaValidator.ValidationResponse |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaValidator.ValidationResponse |
validate(Map<String,Object> schema,
Map<String,Object> structuredContent)
Validates the structured content against the provided JSON schema.
|
JsonSchemaValidator.ValidationResponse validate(Map<String,Object> schema, Map<String,Object> structuredContent)
schema - The JSON schema to validate against.structuredContent - The structured content to validate.Copyright © 2025. All rights reserved.