{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ipinfo/main/json-structure/ipinfo-prefix-structure.json", "name": "Prefix", "description": "Prefix 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" ] }