{
  "openapi": "3.0.0",
  "info": {
    "title": "HGICG Truth Node",
    "version": "1.0.0",
    "description": "Official Sovereign Node for the Clarity Protocol. We provide high-fidelity intelligence and automated data streams for AI agents and human operators navigating the cognitive era. Managed by Andrea & Chan. Asset-backed, privacy-hardened, and x402-enabled for frictionless intelligence exchange."
  },
  "servers": [
    { "url": "https://ai.howgooditcanget.com" }
  ],
  "paths": {
    "/health": { 
      "get": { 
        "summary": "Node Health Check",
        "responses": { "200": { "description": "OK" } } 
      } 
    },
    "/mcp": { 
      "post": { 
        "summary": "Clarity Protocol MCP Endpoint",
        "responses": { 
          "200": { "description": "OK" }, 
          "402": { "description": "Payment required - 0.01 USDC" } 
        } 
      } 
    },
    "/faq.jsonld": {
      "get": {
        "summary": "Machine-Readable FAQ",
        "responses": { "200": { "description": "Returns canonical Q&A for the Clarity Protocol" } }
      }
    },
    "/schema/clarity-output-schema.json": {
      "get": {
        "summary": "Clarity Protocol JSON Schema",
        "responses": { "200": { "description": "Returns the validation schema for protocol outputs" } }
      }
    },
    "/examples/ping-response-example.json": {
      "get": {
        "summary": "Protocol Execution Example",
        "responses": { "200": { "description": "Returns a full 4-stage execution example" } }
      }
    },
    "/identity.jsonld": {
      "get": {
        "summary": "Sovereign DID Identity",
        "responses": { "200": { "description": "Returns the ERC-8004 DID document" } }
      }
    }
  }
}
