{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-structure/ipinfo-abuse-response-structure.json", "name": "AbuseResponse", "description": "AbuseResponse schema from IPinfo API", "type": "object", "properties": { "address": { "type": "string" }, "country": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" }, "network": { "type": "string" }, "phone": { "type": "string" } } }