component-qa 0.5.0

WASM component hosting QA flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$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
    }
  }
}