zones_nel_value

Value of the zone setting.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-nel-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_nel_value",
  "title": "zones_nel_value",
  "default": {
    "enabled": false
  },
  "description": "Value of the zone setting.",
  "properties": {
    "enabled": {
      "default": false,
      "example": false,
      "type": "boolean"
    }
  },
  "type": "object"
}