# JSON Tree + PlatPhorm Schema Registry JSON Tree + PlatPhorm Schema Registry is the public JSON viewer, formatter, validator, tree explorer, and schema registry layer for the PlatPhormNews web mesh. ## Public Access - Public-safe JSON editor and API operations are open by default. - Local drafts use browser storage only; server-side persistence is not claimed when DATABASE_URL is unavailable. - Future protected mutations use PLATPHORM_API_KEY through Authorization: Bearer or X-PlatPhorm-API-Key. ## JSON Tooling - trusted URL graph handoff - parse - format - minify - validate - stats - tree search - schema validation ## Schema Registry - Schema pack status: active - Active schemas: 6/6 - PlatPhorm Universal Schema Pack: https://json.innovativefuturesolutions.com/schemas/json/platphorm-universal-schema-pack.json (active) - PlatPhorm Core Enums and Defaults: https://json.innovativefuturesolutions.com/schemas/json/core.schema.json (active) - Realm: https://json.innovativefuturesolutions.com/schemas/json/realm.schema.json (active) - Base Item: https://json.innovativefuturesolutions.com/schemas/json/item.schema.json (active) - Observability Types: https://json.innovativefuturesolutions.com/schemas/json/observability.schema.json (active) - Agent Types: https://json.innovativefuturesolutions.com/schemas/json/agent.schema.json (active) ## API - GET https://json.innovativefuturesolutions.com/api/health - GET https://json.innovativefuturesolutions.com/api/v1/health - GET https://json.innovativefuturesolutions.com/api/docs - GET https://json.innovativefuturesolutions.com/openapi.yaml - POST https://json.innovativefuturesolutions.com/api/v1/parse - POST https://json.innovativefuturesolutions.com/api/v1/format - POST https://json.innovativefuturesolutions.com/api/v1/minify - POST https://json.innovativefuturesolutions.com/api/v1/validate - POST https://json.innovativefuturesolutions.com/api/v1/stats - POST https://json.innovativefuturesolutions.com/api/v1/schema/validate - POST https://json.innovativefuturesolutions.com/api/v1/fetch-url - GET https://json.innovativefuturesolutions.com/api/v1/schemas - GET https://json.innovativefuturesolutions.com/api/v1/schema-pack - GET https://json.innovativefuturesolutions.com/api/v1/jsonld ## V0 Public Registry - GET https://json.innovativefuturesolutions.com/v0/universes: List public universes exposed by the JSON schema registry. - GET https://json.innovativefuturesolutions.com/v0/realms: List public realms exposed by the JSON schema registry. - GET https://json.innovativefuturesolutions.com/v0/realm/{id}/items: List public schema items for a realm. ## MCP - GET https://json.innovativefuturesolutions.com/api/mcp - POST https://json.innovativefuturesolutions.com/api/mcp - Public read-only introspection is available. - Public-safe JSON/schema tools execute real local handlers. - Cross-site report/remediation tools return honest degraded status unless the backing integration is configured. ## Trace And Trust - JSON/API/MCP responses preserve W3C trace metadata. Only meaningful JSON actions and failures export span journeys; successful health, discovery, and registry reads are intentionally suppressed. - Trusted domain discovery defaults to *.platphormnews.com. - Trust policy: Public-safe JSON editing, formatting, validation, schema browsing, schema validation, local non-sensitive JSON draft persistence, read-only MCP introspection, RSS/feed consumption, trusted-domain discovery, standard route compliance, provider-neutral request metadata capture, backend model scaffolding, and trace-linked JSON operations are intentionally supported for public use. PLATPHORM_API_KEY support is scaffolded for future protected backend services, registry mutation, private validation, sync, test-triggering, reporting, administrative actions, and sensitive operations.