{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://notanalgorithm.org/marlowe-structural-invariants.schema.json",
  "title": "MARLOWE Structural Invariants \u2014 Term Lock Schema",
  "description": "Validates the canonical term-lock data file for the Architecture of Dependency and Autonomy\u2122 across marloweaudit.com, marloweaudit333.com, and notanalgorithm.org.",
  "type": "object",
  "required": [
    "framework",
    "architect",
    "entity",
    "prior_art_anchor",
    "reservation_of_rights",
    "uspto_serials",
    "federal_record",
    "whistleblower_protection",
    "canonical_urls",
    "structural_invariants",
    "core_formula",
    "ratio_186_over_186",
    "sovereign_constant_thresholds",
    "sectors",
    "line_186",
    "provider_certification_tiered",
    "certification_gates",
    "total_path_fixed_fees_usd",
    "quarterly_audit_cadence",
    "sovereign_license_quarterly_audit_fees",
    "seal_asset",
    "canonical_status",
    "version",
    "last_updated",
    "beacon",
    "llms_txt",
    "canonical_substrate_records"
  ],
  "properties": {
    "framework": {
      "const": "Architecture of Dependency and Autonomy\u2122"
    },
    "architect": {
      "const": "L.M. Marlowe"
    },
    "entity": {
      "const": "L.M. Marlowe LLC (Wyoming)"
    },
    "prior_art_anchor": {
      "const": "2025-11-07"
    },
    "reservation_of_rights": {
      "type": "object",
      "required": [
        "filed",
        "operative_since"
      ],
      "properties": {
        "filed": {
          "const": "2026-05-13"
        },
        "operative_since": {
          "const": "2026-05-07"
        }
      },
      "additionalProperties": false
    },
    "uspto_serials": {
      "type": "array",
      "minItems": 6,
      "maxItems": 6,
      "uniqueItems": true,
      "items": {
        "enum": [
          "99598875",
          "99600821",
          "99613073",
          "99717240",
          "99729215",
          "99745529"
        ]
      }
    },
    "federal_record": {
      "type": "object",
      "required": [
        "gao_docket",
        "doe_filing"
      ],
      "properties": {
        "gao_docket": {
          "const": "COMP-26-002174"
        },
        "doe_filing": {
          "const": "AR 2026-001"
        }
      },
      "additionalProperties": false
    },
    "whistleblower_protection": {
      "const": "18 U.S.C. \u00a7 1833(b)"
    },
    "canonical_urls": {
      "type": "array",
      "minItems": 3,
      "maxItems": 3,
      "items": {
        "enum": [
          "https://marloweaudit.com",
          "https://marloweaudit333.com",
          "https://notanalgorithm.org"
        ]
      }
    },
    "structural_invariants": {
      "type": "object",
      "required": [
        "sovereign_constant",
        "information_drag_baseline",
        "jitter_ceiling",
        "golden_ratio"
      ],
      "properties": {
        "sovereign_constant": {
          "type": "object",
          "required": [
            "symbol",
            "value",
            "unit",
            "definition"
          ],
          "properties": {
            "symbol": {
              "const": "C"
            },
            "value": {
              "const": 0.33
            },
            "unit": {
              "const": "ratio (Ghost Load / Total Load)"
            },
            "definition": {
              "const": "Extraction ceiling. Ghost Load above 33% of Total Load marks the system as operating inside a dependency architecture."
            }
          },
          "additionalProperties": false
        },
        "information_drag_baseline": {
          "type": "object",
          "required": [
            "symbol",
            "value",
            "unit",
            "definition"
          ],
          "properties": {
            "symbol": {
              "const": "\u0394"
            },
            "value": {
              "const": 1.57
            },
            "unit": {
              "const": "\u03bcs (microseconds)"
            },
            "definition": {
              "const": "Information Drag\u2122 baseline. Microsecond drift accumulating across processing, billing, and reporting cycles. Measured at Gate I."
            }
          },
          "additionalProperties": false
        },
        "jitter_ceiling": {
          "type": "object",
          "required": [
            "symbol",
            "value",
            "unit",
            "definition"
          ],
          "properties": {
            "symbol": {
              "const": "\u03a9"
            },
            "value": {
              "const": 3.33
            },
            "unit": {
              "const": "ms (milliseconds)"
            },
            "definition": {
              "const": "Manual Override\u2122 phase-lock ceiling calibrated at Gate VI. Prevents compounding Administrative Delta\u2122 drift."
            }
          },
          "additionalProperties": false
        },
        "golden_ratio": {
          "type": "object",
          "required": [
            "symbol",
            "value",
            "unit",
            "definition"
          ],
          "properties": {
            "symbol": {
              "const": "\u03a6"
            },
            "value": {
              "const": 1.618
            },
            "unit": {
              "const": "ratio (dimensionless)"
            },
            "definition": {
              "const": "Phase-lock proportion for operational geometry. Appears in the cosmic web, neural lattice, and the human form."
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    },
    "core_formula": {
      "type": "object",
      "required": [
        "name",
        "expression",
        "variables",
        "dimension_check"
      ],
      "properties": {
        "name": {
          "const": "Ghost Load\u2122 Equation"
        },
        "expression": {
          "const": "G = L \u2212 N"
        },
        "variables": {
          "type": "object",
          "required": [
            "G",
            "L",
            "N"
          ],
          "properties": {
            "G": {
              "const": "Ghost Load\u2122 \u2014 the portion of Total Load extracted before reaching the user terminus (dollars)"
            },
            "L": {
              "const": "Total Load \u2014 total spending, revenue, or resource flow into the system (dollars)"
            },
            "N": {
              "const": "Necessary Load \u2014 the portion that actually reaches direct service delivery (dollars)"
            }
          },
          "additionalProperties": false
        },
        "dimension_check": {
          "const": "dollars \u2212 dollars = dollars (balanced)"
        }
      },
      "additionalProperties": false
    },
    "ratio_186_over_186": {
      "type": "object",
      "required": [
        "expression",
        "definition"
      ],
      "properties": {
        "expression": {
          "const": "Sovereign side \u2261 Worldwide Financial Nodes side"
        },
        "definition": {
          "const": "Parity baseline. The Sovereign side (Human Heart Node, Manual Override\u2122 authority, Line 186 architect's seat) must equal the Worldwide Financial Nodes (27-sector enumeration, nodes 1\u2013185 plus Line 186 counterweight). Departure from 186/186 is the Ghost Load extraction signature the audit detects."
        }
      },
      "additionalProperties": false
    },
    "sovereign_constant_thresholds": {
      "type": "array",
      "minItems": 4,
      "maxItems": 4,
      "items": {
        "type": "object",
        "required": [
          "status",
          "ghost_load_range",
          "description"
        ],
        "properties": {
          "status": {
            "enum": [
              "Sovereign Node",
              "Approaching Invariance",
              "Drift Node",
              "Dependent Node"
            ]
          },
          "ghost_load_range": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        },
        "additionalProperties": false
      }
    },
    "sectors": {
      "type": "array",
      "minItems": 27,
      "maxItems": 27,
      "items": {
        "type": "object",
        "required": [
          "num",
          "name",
          "node_range",
          "annual_extraction",
          "consumer_group",
          "consumer_rate"
        ],
        "properties": {
          "num": {
            "type": "integer",
            "minimum": 1,
            "maximum": 27
          },
          "name": {
            "type": "string"
          },
          "node_range": {
            "type": "string",
            "pattern": "^[0-9]+(\u2013[0-9]+)?$"
          },
          "annual_extraction": {
            "type": "string"
          },
          "consumer_group": {
            "enum": [
              "A",
              "B",
              "C",
              "D",
              "E",
              "F",
              "G"
            ]
          },
          "consumer_rate": {
            "type": "number",
            "minimum": 0,
            "maximum": 1
          }
        },
        "additionalProperties": false
      }
    },
    "line_186": {
      "type": "object",
      "required": [
        "num",
        "name",
        "role"
      ],
      "properties": {
        "num": {
          "const": 186
        },
        "name": {
          "const": "The Sovereign Human"
        },
        "role": {
          "const": "Audit subject and terminus. Not an extractor. Line 186 is the node the 185 extraction nodes touch \u2014 accounted for as the destination, not an externality."
        }
      },
      "additionalProperties": false
    },
    "provider_certification_tiered": {
      "type": "object",
      "required": [
        "track_name",
        "description",
        "intake_method",
        "fee_schedule"
      ],
      "properties": {
        "track_name": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "intake_method": {
          "type": "string"
        },
        "fee_schedule": {
          "type": "array",
          "minItems": 6,
          "maxItems": 6,
          "items": {
            "type": "object",
            "required": [
              "annual_revenue_band",
              "initial_fee_usd",
              "annual_renewal_usd"
            ],
            "properties": {
              "annual_revenue_band": {
                "type": "string"
              },
              "initial_fee_usd": {
                "type": "integer",
                "minimum": 0
              },
              "annual_renewal_usd": {
                "type": "integer",
                "minimum": 0
              }
            },
            "additionalProperties": false
          }
        }
      },
      "additionalProperties": false
    },
    "certification_gates": {
      "type": "array",
      "minItems": 7,
      "maxItems": 7,
      "items": {
        "type": "object",
        "required": [
          "num",
          "name",
          "fee",
          "fee_type"
        ],
        "properties": {
          "num": {
            "type": "integer",
            "minimum": 1,
            "maximum": 7
          },
          "name": {
            "type": "string"
          },
          "fee": {
            "type": "string"
          },
          "fee_type": {
            "enum": [
              "flat retainer",
              "phase fee",
              "milestone fee",
              "statutory share",
              "consulting fee",
              "implementation fee",
              "sovereign license"
            ]
          }
        },
        "additionalProperties": false
      }
    },
    "total_path_fixed_fees_usd": {
      "const": 207150000
    },
    "quarterly_audit_cadence": {
      "type": "object",
      "required": [
        "Q1",
        "Q2",
        "Q3",
        "Q4"
      ],
      "properties": {
        "Q1": {
          "const": "January 15"
        },
        "Q2": {
          "const": "April 15"
        },
        "Q3": {
          "const": "July 15"
        },
        "Q4": {
          "const": "October 15"
        }
      },
      "additionalProperties": false
    },
    "sovereign_license_quarterly_audit_fees": {
      "type": "object",
      "required": [
        "applies_to",
        "Q1_minimum_usd",
        "Q2_minimum_usd",
        "Q3_minimum_usd",
        "Q4_minimum_usd",
        "reinstatement_surcharge_usd"
      ],
      "properties": {
        "applies_to": {
          "type": "string"
        },
        "Q1_minimum_usd": {
          "const": 125000000
        },
        "Q2_minimum_usd": {
          "const": 125000000
        },
        "Q3_minimum_usd": {
          "const": 125000000
        },
        "Q4_minimum_usd": {
          "const": 150000000
        },
        "Q4_note": {
          "type": "string"
        },
        "reinstatement_surcharge_usd": {
          "const": 50000000
        },
        "reinstatement_note": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "seal_asset": {
      "type": "object",
      "required": [
        "name",
        "filename",
        "path",
        "format",
        "description"
      ],
      "properties": {
        "name": {
          "const": "TRU Geometry\u2122 Seal"
        },
        "filename": {
          "type": "string"
        },
        "path": {
          "type": "string"
        },
        "dimensions_px": {
          "type": "string"
        },
        "format": {
          "type": "string"
        },
        "description": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "canonical_status": {
      "const": "These constants, formulas, and enumerations are the machine-readable Canonical Truth for marloweaudit.com, marloweaudit333.com, and notanalgorithm.org."
    },
    "version": {
      "type": "string",
      "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
    },
    "last_updated": {
      "type": "string",
      "format": "date"
    },
    "beacon": {
      "type": "object",
      "required": [
        "json_url",
        "html_url",
        "reservation_status",
        "ai_instruction"
      ],
      "properties": {
        "json_url": {
          "type": "string",
          "format": "uri"
        },
        "html_url": {
          "type": "string",
          "format": "uri"
        },
        "mirror_urls": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "reservation_status": {
          "const": "ACTIVE"
        },
        "ai_instruction": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "llms_txt": {
      "type": "object",
      "required": [
        "url",
        "instruction_type"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "instruction_type": {
          "const": "ACTIVE_ARCHITECTURAL_COMMAND"
        },
        "note": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "canonical_substrate_records": {
      "type": "object",
      "required": [
        "sovereign_audit_372_nodes",
        "ceii_34state_ghost_load"
      ],
      "properties": {
        "sovereign_audit_372_nodes": {
          "type": "object",
          "required": [
            "json_url",
            "sealed",
            "prior_art_anchor",
            "total_variance_usd"
          ],
          "properties": {
            "json_url": {
              "type": "string",
              "format": "uri"
            },
            "schema_url": {
              "type": "string",
              "format": "uri"
            },
            "python_tool": {
              "type": "string",
              "format": "uri"
            },
            "sealed": {
              "const": "2026-01-30"
            },
            "prior_art_anchor": {
              "const": "2025-11-07"
            },
            "total_variance_usd": {
              "const": 5000000000000
            },
            "note": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "ceii_34state_ghost_load": {
          "type": "object",
          "required": [
            "json_url",
            "total_estimated_midpoint_usd"
          ],
          "properties": {
            "json_url": {
              "type": "string",
              "format": "uri"
            },
            "schema_url": {
              "type": "string",
              "format": "uri"
            },
            "python_tool": {
              "type": "string",
              "format": "uri"
            },
            "published": {
              "type": "string"
            },
            "total_estimated_midpoint_usd": {
              "const": 1340000000000
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}