{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PrimaryEmail", "type": "object", "properties": { "firstSeenDays": { "type": "integer" }, "lastSeenDays": { "type": "integer" }, "valid": { "type": "boolean" }, "domainCreationDate": { "type": "string" }, "matchToName": { "type": "string" }, "mailboxVelocity": { "type": "integer" }, "isDisposable": { "type": "boolean" } } }