{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Ip", "type": "object", "properties": { "billingAddressDistance": { "type": "integer", "description": "The distance (in miles) between the IP address and the physical address." }, "lastSeenDays": { "type": "integer", "description": "Number of days that have passed since the IP address was last seen." }, "connectionType": { "type": "string", "description": "Ip Connection type description. Possible values are: * cable-dsl * corporate * cellular * dialup" }, "shippingAddressDistance": { "type": "integer", "description": "The distance (in miles) between the IP address and the physical address." } } }