{ "$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" ] }