Format ScorerRule-Based

JSONSchemaScorer

Validates that JSON output conforms to a specified JSON Schema. Checks JSON validity and ensures the structure matches expected fields, types, and constraints defined in a provided schema.

Overview

Validates that JSON output conforms to a specified JSON Schema. Checks JSON validity and ensures the structure matches expected fields, types, and constraints defined in a provided schema.

formatagentrule-basedtrace-evaluationjsonschemastructured-output

Use Cases

  • Autonomous AI agent evaluation
  • Structured output validation

How It Works

This scorer uses deterministic rule-based evaluation to validate outputs against specific criteria. It applies predefined rules and patterns to assess the response, providing consistent and reproducible results without requiring LLM inference.

Input Schema

ParameterTypeRequiredDescription
predictionstrYesJSON text to validate
context.schemadictYesJSON Schema for validation

Output Schema

FieldTypeDescription
scorefloat10.0 if schema-compliant, 0.0 otherwise
passedboolTrue if compliant
reasoningstrValidation errors if any
metadatadictSchema validation details

Score Interpretation

Default threshold: 10/10

10Perfect MatchOutput exactly matches expected format/value
0No MatchOutput does not match expected format/value

Frequently Asked Questions

When should I use this scorer?

Use JSONSchemaScorer when you need to evaluate format and agent aspects of your AI outputs. It's particularly useful for autonomous ai agent evaluation.

Why doesn't this scorer need expected output?

This scorer evaluates quality aspects that don't require comparison against a reference answer. It uses the system prompt and context as the implicit ground truth.

Can I customize the threshold?

Yes, the default threshold of 10 can be customized when configuring the scorer.

Quick Info

CategoryFormat
Evaluation TypeRule-Based
Requires Expected OutputNo
Default Threshold10/10

Ready to try JSONSchemaScorer?

Start evaluating your AI agents with Noveum.ai's comprehensive scorer library.

Explore More Scorers

Discover 68+ LLM-as-Judge scorers for comprehensive AI evaluation