mediumOPENAPI_MISSING_OPERATION_ID
22 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://json.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
116 ms
Digest: sha256:afe915ecf4a83ffdf0e91238b4e37b93cf23bef42c3b25493652e2c8c217f681
Preview: {"openapi":"3.1.0","info":{"title":"JSON Tree + PlatPhorm Schema Registry API","description":"Public-safe JSON parse, format, minify, validation, schema registry, JSON-LD, v0 registry, and MCP discovery API for json.platphormnews.com.","version":"1.4.0","contact":{"name":"PlatPhormNews","url":"https://platphormnews.com"},"license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"}},"servers":[{"url":"https://json.platphormnews.com","description":"Production"},{"url":"http://localhost:3000","description":"Local development"}],"tags":[{"name":"JSON Tools","description":"Public-safe JSON utility operations."},{"name":"Schema Registry","description":"Public PlatPhorm schema pack and schema validation."},{"name":"Discovery","description":"Health, OpenAPI, llms, RSS, sitemap, trust, and well-known files."},{"name":"MCP","description":"JSON-RPC 2.0 MCP endpoint and metadata."},{"name":"V0 Registry","description":"Public universe, realm, and item views backed by schema registry state."}],"paths":{"/api/health":{"get":{"tags":["Discovery"],"summary":"Health summary","responses":{"200":{"description":"Health response","content":{"application/json":{"schema":{"type":"object","required":["ok","data","meta"],"properties":{"ok":{"const":true},"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ResponseMeta"}}}}}}}}},"/api/v1/health":{"get":{"tags":["Discovery"],"summary":"Health summary","responses":{"200":{"description":"Health response","content":{"application/json":{"schema":{"type":"object","required":["ok","data","meta"],"properties":{"ok":{"const":true},"data":{"type":"object"},"meta":{"$ref":"#/components/schemas/ResponseMeta"}}}}}}}}},"/api/docs":{"get":{"tags":["Discovery"],"summary":"OpenAPI JSON","responses":{"200":{"description":"OpenAPI 3.1 JSON document"}}}},"/openapi.json":{"get":{"tags":["Discovery"],"summary":"OpenAPI JSON","responses":{"200":{"description":"OpenAPI 3.1 JSON document"}}}},"/openapi.yaml":{"get":{"tags":["Discovery"],"summary":"OpenAPI YAML","responses":{"200":{"description":"