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_paid_option_that_exists": {
+ "properties": {
+ "it_does_not_cover_dkim": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "price": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "what": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "also_free_here": {
+ "properties": {
+ "human_readable_spf_and_dmarc": {
+ "type": "string"
+ },
+ "spf_and_dmarc_for_the_same_domain": {
+ "type": "string"
+ },
+ "this_reading_over_plain_http": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "dns_queries_made": {
+ "type": "integer"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "how_this_was_read": {
+ "type": "string"
+ },
+ "keys": {
+ "items": {
+ "properties": {
+ "key_bits": {
+ "type": "integer"
+ },
+ "key_note": {
+ "type": "string"
+ },
+ "key_state": {
+ "type": "string"
+ },
+ "provider_that_uses_this_selector": {
+ "type": "string"
+ },
+ "queried_name": {
+ "type": "string"
+ },
+ "record": {
+ "type": "string"
+ },
+ "resolver_disagreement": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "resolvers_agree": {
+ "type": "boolean"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "tags": {
+ "properties": {
+ "h": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "k": {
+ "type": "string"
+ },
+ "n": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "s": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "t": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "v": {
+ "type": [
+ "null",
+ "string"
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "keys_found": {
+ "type": "integer"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "probe_truncated": {
+ "type": "boolean"
+ },
+ "read_at": {
+ "type": "string"
+ },
+ "resolvers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "selectors_probed": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "selectors_probed_count": {
+ "type": "integer"
+ },
+ "verdict": {
+ "type": "string"
+ },
+ "what_this_cannot_tell_you": {
+ "type": "string"
+ },
+ "wildcard_domainkey": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "a_paid_option_that_exists",
+ "also_free_here",
+ "dns_queries_made",
+ "domain",
+ "how_this_was_read",
+ "keys",
+ "keys_found",
+ "mode",
+ "operated_by",
+ "probe_truncated",
+ "read_at",
+ "resolvers",
+ "selectors_probed",
+ "selectors_probed_count",
+ "verdict",
+ "what_this_cannot_tell_you",
+ "wildcard_domainkey"
+ ],
+ "type": "object"
+}