intel_asn_type

Infrastructure type of this ASN.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-asn-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_asn_type",
  "title": "intel_asn_type",
  "description": "Infrastructure type of this ASN.",
  "enum": [
    "hosting_provider",
    "isp",
    "organization"
  ],
  "example": "hosting_provider",
  "type": "string"
}