changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
removedInput schema / additionalProperties
Removed value: -false
changedOutput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
changedOutput schema / properties / crawler_access / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "allowed_count": {
- "type": "number"
- },
- "blocked_citation_critical": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "blocked_count": {
- "type": "number"
- },
- "crawlers": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "allowed": {
- "type": "boolean"
- },
- "compliance_note": {
- "type": [
- "string",
- "null"
- ]
- },
- "deprecated": {
- "type": "boolean"
- },
- "matched_rule": {
- "type": [
- "string",
- "null"
- ]
- },
- "provenance": {
- "type": "string"
- },
- "purpose": {
- "type": "string"
- },
- "quirk": {
- "type": [
- "string",
- "null"
- ]
- },
- "respects_robots_txt": {
- "type": "string"
- },
- "token": {
- "type": "string"
- },
- "vendor": {
- "type": "string"
- },
- "via_wildcard": {
- "type": "boolean"
- }
- },
- "required": [
- "token",
- "vendor",
- "purpose",
- "allowed",
- "via_wildcard",
- "matched_rule",
- "respects_robots_txt",
- "compliance_note",
- "provenance",
- "deprecated",
- "quirk"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "findings": {
- "$ref": "#/properties/geo/properties/findings"
- },
- "path": {
- "type": "string"
- },
- "robots_found": {
- "type": "boolean"
- },
- "undocumented_vendors": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "note": {
- "type": "string"
- },
- "vendor": {
- "type": "string"
- }
- },
- "required": [
- "vendor",
- "note"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "unenforceable_blocks": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "path",
- "robots_found",
- "crawlers",
- "allowed_count",
- "blocked_count",
- "blocked_citation_critical",
- "unenforceable_blocks",
- "undocumented_vendors",
- "findings"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "allowed_count": {
+ "type": "number"
+ },
+ "blocked_citation_critical": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "blocked_count": {
+ "type": "number"
+ },
+ "crawlers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "allowed": {
+ "type": "boolean"
+ },
+ "compliance_note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "deprecated": {
+ "type": "boolean"
+ },
+ "matched_rule": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "provenance": {
+ "type": "string"
+ },
+ "purpose": {
+ "type": "string"
+ },
+ "quirk": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "respects_robots_txt": {
+ "type": "string"
+ },
+ "token": {
+ "type": "string"
+ },
+ "vendor": {
+ "type": "string"
+ },
+ "via_wildcard": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "token",
+ "vendor",
+ "purpose",
+ "allowed",
+ "via_wildcard",
+ "matched_rule",
+ "respects_robots_txt",
+ "compliance_note",
+ "provenance",
+ "deprecated",
+ "quirk"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "findings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "severity": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "severity",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "path": {
+ "type": "string"
+ },
+ "robots_found": {
+ "type": "boolean"
+ },
+ "undocumented_vendors": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "note": {
+ "type": "string"
+ },
+ "vendor": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "vendor",
+ "note"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "unenforceable_blocks": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "path",
+ "robots_found",
+ "crawlers",
+ "allowed_count",
+ "blocked_count",
+ "blocked_citation_critical",
+ "unenforceable_blocks",
+ "undocumented_vendors",
+ "findings"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / llms_txt / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "adoption_status": {
- "type": "string"
- },
- "bytes": {
- "type": "number"
- },
- "findings": {
- "$ref": "#/properties/geo/properties/findings"
- },
- "found": {
- "type": "boolean"
- },
- "full_variant_found": {
- "type": "boolean"
- },
- "has_optional_section": {
- "type": "boolean"
- },
- "has_summary_blockquote": {
- "type": "boolean"
- },
- "link_count": {
- "type": "number"
- },
- "sections": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "spec_compliant": {
- "type": "boolean"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "title": {
- "type": [
- "string",
- "null"
- ]
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "found",
- "status",
- "full_variant_found",
- "bytes",
- "title",
- "has_summary_blockquote",
- "sections",
- "link_count",
- "has_optional_section",
- "spec_compliant",
- "adoption_status",
- "findings"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "adoption_status": {
+ "type": "string"
+ },
+ "bytes": {
+ "type": "number"
+ },
+ "findings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "severity": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "severity",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "full_variant_found": {
+ "type": "boolean"
+ },
+ "has_optional_section": {
+ "type": "boolean"
+ },
+ "has_summary_blockquote": {
+ "type": "boolean"
+ },
+ "link_count": {
+ "type": "number"
+ },
+ "sections": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "spec_compliant": {
+ "type": "boolean"
+ },
+ "status": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "found",
+ "status",
+ "full_variant_found",
+ "bytes",
+ "title",
+ "has_summary_blockquote",
+ "sections",
+ "link_count",
+ "has_optional_section",
+ "spec_compliant",
+ "adoption_status",
+ "findings"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / rendering / properties / findings / $ref
Removed value: -"#/properties/geo/properties/findings"
addedOutput schema / properties / rendering / properties / findings / items
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "severity": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "severity",
+ "message"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / rendering / properties / findings / type
Added value: +"array"
changedOutput schema / properties / robots / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "blocks_everything": {
- "type": "boolean"
- },
- "findings": {
- "$ref": "#/properties/geo/properties/findings"
- },
- "found": {
- "type": "boolean"
- },
- "group_count": {
- "type": "number"
- },
- "groups": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "agents": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "crawl_delay": {
- "type": [
- "number",
- "null"
- ]
- },
- "rules": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "path": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "path"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "agents",
- "rules",
- "crawl_delay"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "parse_warnings": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "sitemaps": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "status": {
- "type": [
- "number",
- "null"
- ]
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url",
- "found",
- "status",
- "group_count",
- "sitemaps",
- "blocks_everything",
- "groups",
- "parse_warnings",
- "findings"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "blocks_everything": {
+ "type": "boolean"
+ },
+ "findings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "severity": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "severity",
+ "message"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "group_count": {
+ "type": "number"
+ },
+ "groups": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "agents": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "crawl_delay": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rules": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "path": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "path"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "agents",
+ "rules",
+ "crawl_delay"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "parse_warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sitemaps": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "found",
+ "status",
+ "group_count",
+ "sitemaps",
+ "blocks_everything",
+ "groups",
+ "parse_warnings",
+ "findings"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]