{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "component-qa component configuration",
"type": "object",
"additionalProperties": false,
"properties": {
"echo_prefix": {
"type": "string",
"description": "Prefix prepended to every handle response",
"default": "component-qa",
"x-default-applied": true
}
}
}