Comma-separated list of regions.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logcontrol_regions", "title": "logcontrol_regions", "description": "Comma-separated list of regions.", "example": "eu", "maxLength": 256, "pattern": "^[a-z,]*$", "type": "string" }