{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GuardrailsConfig", "type": "object", "description": "Guardrails configuration", "properties": { "enabled": { "type": "boolean", "description": "Controls whether guardrails are enabled" }, "response_when_unsafe": { "type": "string", "description": "The response when the guardrails model marks the completion as unsafe" } } }