tls-certificates-and-hostnames_value

The tls setting value.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_value",
  "title": "tls-certificates-and-hostnames_value",
  "description": "The tls setting value.",
  "example": [
    "ECDHE-RSA-AES128-GCM-SHA256",
    "AES128-GCM-SHA256"
  ],
  "oneOf": [
    {
      "type": "number"
    },
    {
      "type": "string"
    },
    {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  ]
}