{"openapi":"3.1.0","info":{"title":"OPC Global Standards API","version":"1.0.0","description":"Read-only access to the canonical task-value blueprint, terminology, TaskSpecs, roles, policies, and brand provenance."},"servers":[{"url":"/api/v1"}],"paths":{"/manifest":{"get":{"summary":"Get the standards manifest"}},"/instruction":{"get":{"summary":"Read the complete canonical instruction.md"}},"/versions":{"get":{"summary":"List published content versions"}},"/standards":{"get":{"summary":"List standard sections"}},"/standards/{sectionId}":{"get":{"summary":"Read a standard section"}},"/terms":{"get":{"summary":"List controlled terms"}},"/terms/{termId}":{"get":{"summary":"Resolve a controlled term"}},"/tasks":{"get":{"summary":"List standard task codes"}},"/tasks/{taskCode}":{"get":{"summary":"Read a standard task record"}},"/roles":{"get":{"summary":"List stakeholder roles"}},"/roles/{role}":{"get":{"summary":"Read a stakeholder role"}},"/policies/{policyId}":{"get":{"summary":"Read a governance policy source"}},"/brand/current":{"get":{"summary":"Read the pinned OPC Global brand snapshot"}}}}