{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BillingInsights", "type": "object", "properties": { "validityLevel": { "type": "string" }, "firstSeenDays": { "type": "integer" }, "lastSeenDays": { "type": "integer" }, "matchToName": { "type": "string" }, "shippingAddressRelationship": { "type": "string" } } }