{"openapi":"3.1.0","info":{"title":"72 Degrees Public Website API","version":"1.0.0","description":"Public discovery endpoints for the 72 Degrees website."},"servers":[{"url":"https://72degrees.co.uk"}],"paths":{"/api/health":{"get":{"summary":"Public site health","operationId":"getPublicSiteHealth","responses":{"200":{"description":"Health response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"site":{"type":"string"}}}}}}}}},"/sitemap.xml":{"get":{"summary":"Canonical public sitemap","operationId":"getSitemap","responses":{"200":{"description":"Sitemap XML","content":{"application/xml":{"schema":{"type":"string"}}}}}}},"/sitemap-pages.xml":{"get":{"summary":"Explicit pages and posts sitemap","operationId":"getPagesSitemap","responses":{"200":{"description":"Sitemap XML","content":{"application/xml":{"schema":{"type":"string"}}}}}}},"/.well-known/api-catalog":{"get":{"summary":"API catalog linkset","operationId":"getApiCatalog","responses":{"200":{"description":"API catalog","content":{"application/linkset+json":{"schema":{"type":"object"}}}}}}}}}