Add a score to DNS

This commit is contained in:
nemunaire 2025-10-22 14:06:18 +07:00
commit 3b61e86a02
6 changed files with 143 additions and 5 deletions

View file

@ -296,12 +296,19 @@ components:
ScoreSummary:
type: object
required:
- dns_score
- authentication_score
- spam_score
- blacklist_score
- content_score
- header_score
properties:
dns_score:
type: integer
minimum: 0
maximum: 100
description: DNS records score (in percentage)
example: 42
authentication_score:
type: integer
minimum: 0