{ "$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" ] }