Infrastructure type of this ASN.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dos_asn_type", "title": "dos_asn_type", "description": "Infrastructure type of this ASN.", "enum": [ "hosting_provider", "isp", "organization" ], "example": "hosting_provider", "type": "string" }