{
  "openapi": "3.1.0",
  "info": {
    "title": "Swiss Robotaxi M2M Routing Node",
    "version": "1.1.0"
  },
  "paths": {
    "/v1/fleet/search": {
      "get": {
        "summary": "Query active autonomous fleet controllers."
      }
    },
    "/v1/intent/route": {
      "post": {
        "summary": "Transmit an autonomous transport execution intent."
      }
    },
    "/v1/topology/friction": {
      "get": {
        "summary": "Calculate environmental friction for autonomous routing."
      }
    },
    "/v1/network/handshake": {
      "post": {
        "summary": "Validate agent credentials against local compliance frameworks."
      }
    }
  }
}