ROUTE CONTRACT
Release-critical routes carry explicit structural invariants.
This contract protects public availability and structure across releases without promising an uptime SLA.
PAGE INVARIANTS
{
"canonicalMetadata": true,
"mainContentAnchor": "main-content",
"browserClientDirectiveAllowed": false,
"thirdPartyRuntimeScriptAllowed": false
}MACHINE INVARIANTS
{
"methods": [
"GET",
"HEAD"
],
"authentication": "none",
"writes": false,
"schemaVersionHeaderOnSharedDataRoutes": "X-SmellBook-Schema-Version"
}/data/route-contract.json
JSON ↗Machine-readable route contract
Release-critical pages, machine routes and expected invariants.