OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Emitted after external benchmark data is ingested.
Source Definition
export const BenchmarkIngestedEvent = defineEvent({
meta: {
key: 'provider-ranking.benchmark.ingested',
version: '1.0.0',
description: 'Emitted after external benchmark data is ingested.',
domain: PROVIDER_RANKING_DOMAIN,
owners: PROVIDER_RANKING_OWNERS,
tags: [...PROVIDER_RANKING_TAGS, 'ingest'],
stability: PROVIDER_RANKING_STABILITY,
docId: [docId('docs.tech.provider-ranking.benchmark.ingested')],
},
capability: {
key: 'provider-ranking.system',
version: '1.0.0',
},
pii: [],
payload: BenchmarkIngestedPayload,
});