IPinfo · JSON Structure

Ipinfo Prefix6 Structure

Prefix6 schema from IPinfo API

Type: object Properties: 7 Required: 4
IP IntelligenceIP GeolocationASNPrivacy DetectionVPN DetectionThreat IntelligenceNetwork DataMobile CarrierWHOISPublic APIsDevelopment

Prefix6 is a JSON Structure definition published by IPinfo, describing 7 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

netblock id name country size status domain

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-structure/ipinfo-prefix6-structure.json",
  "name": "Prefix6",
  "description": "Prefix6 schema from IPinfo API",
  "type": "object",
  "properties": {
    "netblock": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    }
  },
  "required": [
    "netblock",
    "id",
    "name",
    "country"
  ]
}