You can also create an Evaluator using the API, see Creating an Evaluator via the API.
+ button and select Evaluator.
The following modal opens:

Select the Evaluator type
A JSON Schema lets you define which fields you want to find in the evaluated payload Here is an example defining two mandatory fields: title and length
Testing an Evaluator
Within the Studio, a Playground is available to test an evaluator against any output. This helps validates quickly that an evaluator is behaving correctly To do so, first configure the request:
Here you can configure the JSON payload that will be sent to an evaluator.

A JSON test response.
Guardrail Configuration
Within a Deployment, you can use your JSON Evaluator as a Guardrail, effectively permitting a JSON Validation on input and output for a deployment generation. Enabling the Guardrail toggle will block payloads that don’t validate the given JSON Schema. Once created the Evaluator will be available to use in Deployments, to learn more see Evaluators & Guardrails in Deployments.JSON Evaluator LLM Evaluator