{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GuardrailsConfig", "type": "object", "properties": { "enabled": { "type": "boolean" }, "response_when_unsafe": { "type": "string" } } }