logcontrol_cmb_config

APIs.ioEngineeringPlatform

Properties

Name Type Description
regions object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-logcontrol-cmb-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/logcontrol_cmb_config",
  "title": "logcontrol_cmb_config",
  "nullable": true,
  "properties": {
    "regions": {
      "$ref": "#/components/schemas/logcontrol_regions"
    }
  },
  "type": "object"
}