{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MockExperimentalMethodResponse",
  "type": "object",
  "properties": {
    "echoed": {
      "description": "Echoes the input `value`.",
      "type": [
        "string",
        "null"
      ]
    }
  }
}