* `server` - Server * `client` - Client * `all` - All
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EvaluationRuntimeEnum", "title": "EvaluationRuntimeEnum", "enum": [ "server", "client", "all" ], "type": "string", "description": "* `server` - Server\n* `client` - Client\n* `all` - All" }