Comprehensive risk score associated with an email address, with a higher score indicating a riskier individual. A number between 0 and 1 rounded to three decimal places.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EmailRiskScore",
"type": "object",
"properties": {
"score": {
"type": "number",
"description": "Comprehensive risk score associated with an email address, with a higher score indicating a riskier individual. A number between 0 and 1 rounded to three decimal places."
}
}
}