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": {
+ "cancel": {
+ "properties": {
+ "effect": {
+ "type": "string"
+ },
+ "email": {
+ "type": "string"
+ },
+ "how": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "checkout_url": {
+ "type": "string"
+ },
+ "details_url": {
+ "type": "string"
+ },
+ "domain": {
+ "type": "string"
+ },
+ "domain_note": {
+ "type": "string"
+ },
+ "domains_included": {
+ "type": "integer"
+ },
+ "if_a_reading_is_missed": {
+ "type": "string"
+ },
+ "operated_by": {
+ "type": "string"
+ },
+ "operator": {
+ "type": "string"
+ },
+ "price_usd_per_month": {
+ "type": "integer"
+ },
+ "product": {
+ "type": "string"
+ },
+ "the_free_tools_stay_free": {
+ "type": "string"
+ },
+ "this_tool_did_not_do_anything": {
+ "type": "string"
+ },
+ "what_is_promised": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "what_triggers_an_email": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "cancel",
+ "checkout_url",
+ "details_url",
+ "domain",
+ "domain_note",
+ "domains_included",
+ "if_a_reading_is_missed",
+ "operated_by",
+ "operator",
+ "price_usd_per_month",
+ "product",
+ "the_free_tools_stay_free",
+ "this_tool_did_not_do_anything",
+ "what_is_promised",
+ "what_triggers_an_email"
+ ],
+ "type": "object"
+}