zones_sha1_support_value

Value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-sha1-support-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_sha1_support_value",
  "title": "zones_sha1_support_value",
  "default": "off",
  "description": "Value of the zone setting.",
  "enum": [
    "off",
    "on"
  ],
  "type": "string"
}