changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "description": "The shape of structuredContent this tool returns. Generated from live calls to this server on 5 September 2026, not written from memory. Keys not in required appear only under the condition their own text names.",
+ "properties": {
+ "a_written_report_of_what_is_wrong": {
+ "properties": {
+ "delivery": {
+ "type": "string"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "price": {
+ "type": "string"
+ },
+ "tool": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "what": {
+ "type": "string"
+ },
+ "why_this_is_offered_here": {
+ "type": "string"
+ },
+ "you_may_not_need_it": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "dmarc": {
+ "properties": {
+ "aggregate_report_addresses": {
+ "type": "array"
+ },
+ "alignment": {
+ "properties": {
+ "dkim": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "spf": {
+ "type": [
+ "null",
+ "string"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "forensic_report_addresses": {
+ "type": "array"
+ },
+ "percent": {
+ "type": [
+ "integer",
+ "null",
+ "string"
+ ]
+ },
+ "policy": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "queried_name": {
+ "type": "string"
+ },
+ "read_at": {
+ "type": "string"
+ },
+ "record": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "records_found": {
+ "type": "integer"
+ },
+ "resolvers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "resolvers_agree": {
+ "type": "boolean"
+ },
+ "subdomain_policy": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "tag_order": {
+ "type": [
+ "array",
+ "null",
+ "string"
+ ]
+ },
+ "tags": {
+ "type": [
+ "null",
+ "object",
+ "string"
+ ]
+ },
+ "verdict": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "human_readable": {
+ "type": "string"
+ },
+ "if_you_want_to_be_told_when_this_changes": {
+ "properties": {
+ "note": {
+ "type": "string"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "price": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "what": {
+ "type": "string"
+ },
+ "why_this_is_offered_here": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "read_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "dmarc",
+ "domain",
+ "human_readable",
+ "operated_by",
+ "read_at"
+ ],
+ "type": "object"
+}