tls-certificates-and-hostnames_schemas-hostname

The hostname on the origin for which the client certificate uploaded will be used.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-hostname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostname",
  "title": "tls-certificates-and-hostnames_schemas-hostname",
  "description": "The hostname on the origin for which the client certificate uploaded will be used.",
  "example": "app.example.com",
  "maxLength": 255,
  "type": "string"
}