tls-certificates-and-hostnames_validity_days

Validity Days selected for the order.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-validity-days-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_validity_days",
  "title": "tls-certificates-and-hostnames_validity_days",
  "description": "Validity Days selected for the order.",
  "enum": [
    14,
    30,
    90,
    365
  ],
  "type": "integer"
}