0-RTT Value

0-RTT session resumption enabled for this zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-0rtt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_0rtt",
  "title": "0-RTT Value",
  "allOf": [
    {
      "$ref": "#/components/schemas/zones_base"
    },
    {
      "properties": {
        "id": {
          "description": "ID of the zone setting.",
          "enum": [
            "0rtt"
          ],
          "example": "0rtt"
        },
        "value": {
          "$ref": "#/components/schemas/zones_0rtt_value"
        }
      }
    }
  ],
  "description": "0-RTT session resumption enabled for this zone."
}