{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Ip", "type": "object", "properties": { "billingAddressDistance": { "type": "integer" }, "lastSeenDays": { "type": "integer" }, "connectionType": { "type": "string" }, "shippingAddressDistance": { "type": "integer" } } }