{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecurityInfo", "title": "SecurityInfo", "type": "object", "properties": { "is_vpn": { "type": "boolean", "description": "Whether the IP is a known VPN", "example": false } } }