{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-schema/ip-geolocation-security-info-schema.json", "title": "SecurityInfo", "description": "SecurityInfo schema from Abstract API ip-geolocation", "type": "object", "properties": { "is_vpn": { "type": "boolean", "description": "Whether the IP is a known VPN", "example": false } } }