The type of list.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_schemas-type", "title": "zero-trust-gateway_schemas-type", "description": "The type of list.", "enum": [ "SERIAL", "URL", "DOMAIN", "EMAIL", "IP" ], "example": "SERIAL", "type": "string" }