{
"llmo_version": "0.1.0",
"entity": {
"id": "example.com",
"type": "company",
"canonical_name": "Example Corp",
"aliases": ["Example", "ExampleCo"],
"description": "Enterprise infrastructure for verified decision systems.",
"last_verified": "2026-04-02T00:00:00Z"
},
"claims": [
{
"id": "claim-001",
"statement": "Example Corp is SOC 2 Type II compliant.",
"status": "true",
"category": "compliance",
"sources": ["source-001"],
"freshness_window": "P365D",
"last_verified": "2026-03-15T00:00:00Z",
"verification_level": "third_party_verified",
"supersedes": null
},
{
"id": "claim-002",
"statement": "Example Corp supports integration with Salesforce, HubSpot, and Slack.",
"status": "true",
"category": "capabilities",
"sources": ["source-002"],
"freshness_window": "P90D",
"last_verified": "2026-04-01T00:00:00Z",
"verification_level": "self_attested",
"supersedes": null
},
{
"id": "claim-003",
"statement": "Example Corp is headquartered in Austin, Texas.",
"status": "true",
"category": "identity",
"sources": ["source-003"],
"freshness_window": "P365D",
"last_verified": "2026-01-10T00:00:00Z",
"verification_level": "self_attested",
"supersedes": "claim-003-v1"
}
],
"sources": [
{
"id": "source-001",
"origin": "https://example.com/security",
"trust_tier": "authoritative",
"type": "first_party",
"last_accessed": "2026-03-15T00:00:00Z"
},
{
"id": "source-002",
"origin": "https://docs.example.com/integrations",
"trust_tier": "authoritative",
"type": "first_party",
"last_accessed": "2026-04-01T00:00:00Z"
},
{
"id": "source-003",
"origin": "https://www.sec.gov/cgi-bin/browse-edgar?company=example+corp",
"trust_tier": "authoritative",
"type": "regulatory",
"last_accessed": "2026-01-10T00:00:00Z"
}
],
"supersession_log": [
{
"old_claim": "claim-003-v1",
"new_claim": "claim-003",
"reason": "Headquarters relocated from San Francisco to Austin in 2025.",
"timestamp": "2025-09-01T00:00:00Z"
}
],
"metadata": {
"generated_at": "2026-04-02T00:00:00Z",
"generator": "manual",
"schema_version": "0.1.0"
}
}