lists_kind

The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects).

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-lists-kind-schema.json Raw ↑
{
  "$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"
}