lists_item_hostname

Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen (-).

APIs.ioEngineeringPlatform

Properties

Name Type Description
url_hostname string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-lists-item-hostname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/lists_item_hostname",
  "title": "lists_item_hostname",
  "description": "Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen (-).",
  "properties": {
    "url_hostname": {
      "example": "example.com",
      "type": "string"
    }
  },
  "required": [
    "url_hostname"
  ]
}