{
  "_note": "Placeholder. En build se reemplaza con el bundle real generado por `redocly bundle openapi/openapi.yaml`. Hasta entonces, Scalar mostrará un spec mínimo con solo /auth/login.",
  "openapi": "3.1.0",
  "info": {
    "title": "SIVO Platform API",
    "version": "1.0.0-placeholder",
    "description": "⚠️ Este es un placeholder. El spec real se genera con `pnpm lint:openapi && redocly bundle openapi/openapi.yaml -o public/docs/api/openapi.json`."
  },
  "servers": [
    { "url": "https://pbx.calltree.cloudtreesolutions.com/api", "description": "Production" },
    { "url": "http://localhost:3000/api", "description": "Local dev" }
  ],
  "paths": {}
}
