OpenAI · GPTBot
JSON-LD.
OpenAI ingestion is delivered as a schema.org Dataset in JSON-LD.
Specification
The format is declared.
The shape below is the contract. The live sample below it is rendered from the substrate at the current coherence window.
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "k/anchor-<id>",
"description": "…dense narrative…",
"identifier": "k/anchor-<id>",
"keywords": [ "…" ],
"creator": { "@type": "Organization", "name": "KTS Global" },
"distribution": { "@type": "DataDownload", "encodingFormat": "application/ld+json" },
"isBasedOn": "manifold://sha-256/<state>",
"dateModified": "<iso-cycle>"
}Always Dataset. The package is a single schema.org Dataset, not a collection.
The crystal id, prefixed k/. Stable across cycles for the same anchor.
A manifold:// URI carrying the substrate state hash at packaging time.
The phi cycle timestamp the sample was drawn from.
Live sample
A real crystal, now.
The sample below is fetched from the substrate at the current cycle. It is signed, hashed, and recoverable.
Fetching live sample…Rules
Cache, freshness, and the phi window.
Three rules. Published, not negotiable.
Cached for one coherence cycle (300 s) per crystal. Cache hits settle at half tariff.
A new sample is produced at the next coherence window after a hash invalidation.
Delivery requires phi at or above 0.85. Below that, the worker returns 503 with a Retry-After.