highOPENAPI_INVALID
Document lacks a valid OpenAPI version, info object, or paths object
Inspect the evidence and return meaningful protocol-correct content.
GET https://browserops.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
266 ms
Digest: sha256:4ce022aae49a7235ec9419fa4bd95fcc25f04916f7d3c875587f8bf605ae0c9a
Preview: {"ok":true,"data":{"openapi":"3.1.0","info":{"title":"PlatPhorm BrowserOps","version":"0.7.0","description":"BrowserOps is the PlatPhormNews network-wide proof layer for real browser journeys, screenshots, artifacts, route compliance, discovery compliance, UI compliance, trace propagation, and Vercel metadata."},"servers":[{"url":"https://browserops.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"GET /api/health","description":"Public-safe BrowserOps read endpoint.","tags":["Platform"],"security":[],"responses":{"200":{"description":"BrowserOps REST response envelope.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","required":["ok","data"],"properties":{"ok":{"const":true},"data":{"type":"object"}}},{"type":"object","required":["ok","error"],"properties":{"ok":{"const":false},"error":{"type":"object","required":["code","message","details"],"properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"type":"object"}}}}}]}}}}}}},"/api/v1/health":{"get":{"summary":"GET /api/v1/health","description":"Public-safe BrowserOps read endpoint.","tags":["Platform"],"security":[],"responses":{"200":{"description":"BrowserOps REST response envelope.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","required":["ok","data"],"properties":{"ok":{"const":true},"data":{"type":"object"}}},{"type":"object","required":["ok","error"],"properties":{"ok":{"const":false},"error":{"type":"object","required":["code","message","details"],"properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"type":"object"}}}}}]}}}}}}},"/api/docs":{"get":{"summary":"GET /api/docs","description":"Public-safe BrowserOps read endpoint.","tags":["Platform"],"security":[],"responses":{"200":{"description":"BrowserOps REST response envelope.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","required":["ok","data"],"properties":{"ok":{"const":true},"data":{"type":"object"}}},{"type":"object","required":["ok","error"],"propert