{
  "openapi": "3.2.0",
  "info": {
    "title": "Eviulon Static Public Governance API",
    "version": "2.26.0",
    "description": "Read-only static public governance, evidence, status, and discovery records. No mutation, authentication, citizen, passport, credential, or private receipt operation is exposed. The document uses OpenAPI 3.2.0; package routes do not prove production reachability."
  },
  "servers": [
    {
      "url": "https://eviulon.com"
    }
  ],
  "paths": {
    "/api/institutions.json": {
      "get": {
        "summary": "Institutions",
        "operationId": "get_institutions",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/operational-evidence.json": {
      "get": {
        "summary": "Operationalevidence",
        "operationId": "get_operationalEvidence",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/public-system-status.json": {
      "get": {
        "summary": "Publicstatus",
        "operationId": "get_publicStatus",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/software-supply-chain.json": {
      "get": {
        "summary": "Softwaresupplychain",
        "operationId": "get_softwareSupplyChain",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/official-records.json": {
      "get": {
        "summary": "Officialrecords",
        "operationId": "get_officialRecords",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/institutional-identities.json": {
      "get": {
        "summary": "Institutionalidentities",
        "operationId": "get_institutionalIdentities",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/governance-state-machine.json": {
      "get": {
        "summary": "Governancestatemachine",
        "operationId": "get_governanceStateMachine",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/state-events.json": {
      "get": {
        "summary": "Stateevents",
        "operationId": "get_stateEvents",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/peer-relationships.json": {
      "get": {
        "summary": "Peerrelationships",
        "operationId": "get_peerRelationships",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/report-memory.json": {
      "get": {
        "summary": "Reportmemory",
        "operationId": "get_reportMemory",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    },
    "/api/openapi.json": {
      "get": {
        "summary": "Openapi",
        "operationId": "get_openApi",
        "responses": {
          "200": {
            "description": "Static public JSON record"
          }
        }
      }
    }
  },
  "x-eviulon-truth-boundary": "Package routes are not proof of production reachability or uptime."
}
