{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/lists_kind", "title": "lists_kind", "description": "The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects).", "enum": [ "ip", "redirect", "hostname", "asn" ], "example": "ip" }