{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MockExperimentalMethodParams",
  "type": "object",
  "properties": {
    "value": {
      "description": "Test-only payload field.",
      "type": [
        "string",
        "null"
      ]
    }
  }
}