IPinfo · JSON Structure

Ipinfo Company Response Structure

CompanyResponse schema from IPinfo API

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

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

Properties

name domain type

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-company-response-structure.json",
  "name": "CompanyResponse",
  "description": "CompanyResponse schema from IPinfo API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "domain",
    "type"
  ]
}