logcontrol_regions

Comma-separated list of regions.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logcontrol-regions-schema.json Raw ↑
{
  "$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"
}