* `web` - web * `product` - product
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExperimentTypeEnum", "title": "ExperimentTypeEnum", "enum": [ "web", "product" ], "type": "string", "description": "* `web` - web\n* `product` - product" }