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": {
+ "billing": {
+ "type": "string"
+ },
+ "checkout_url": {
+ "type": "string"
+ },
+ "delivery": {
+ "type": "string"
+ },
+ "details_url": {
+ "type": "string"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "domain_note": {
+ "type": "string"
+ },
+ "domains_included": {
+ "type": "integer"
+ },
+ "if_it_is_late": {
+ "type": "string"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "operator": {
+ "type": "string"
+ },
+ "price_usd": {
+ "type": "integer"
+ },
+ "product": {
+ "type": "string"
+ },
+ "refund": {
+ "type": "string"
+ },
+ "the_free_tools_stay_free": {
+ "type": "string"
+ },
+ "this_tool_did_not_do_anything": {
+ "type": "string"
+ },
+ "try_the_free_tools_first": {
+ "type": "string"
+ },
+ "what_is_checked": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "what_the_report_contains": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "billing",
+ "checkout_url",
+ "delivery",
+ "details_url",
+ "domain",
+ "domain_note",
+ "domains_included",
+ "if_it_is_late",
+ "operated_by",
+ "operator",
+ "price_usd",
+ "product",
+ "refund",
+ "the_free_tools_stay_free",
+ "this_tool_did_not_do_anything",
+ "try_the_free_tools_first",
+ "what_is_checked",
+ "what_the_report_contains"
+ ],
+ "type": "object"
+}