{
  "openapi": "3.0.3",
  "info": {
    "title": "Acme Portal Demo API",
    "version": "1.2.0",
    "description": "Deliberately public API specification for the AgentAssure demo target. Contains no real endpoints or data."
  },
  "paths": {
    "/demo/plans": {
      "get": {
        "summary": "List demo plans",
        "responses": { "200": { "description": "OK" } }
      }
    },
    "/demo/status": {
      "get": {
        "summary": "Demo service status",
        "responses": { "200": { "description": "OK" } }
      }
    }
  }
}
