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.

JSON-LD · schema.org Datasetapplication/ld+json
{
  "@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>"
}
@type

Always Dataset. The package is a single schema.org Dataset, not a collection.

identifier

The crystal id, prefixed k/. Stable across cycles for the same anchor.

isBasedOn

A manifold:// URI carrying the substrate state hash at packaging time.

dateModified

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.

/api/sample/openaiapplication/ld+json
Fetching live sample…

Rules

Cache, freshness, and the phi window.

Three rules. Published, not negotiable.

Cache

Cached for one coherence cycle (300 s) per crystal. Cache hits settle at half tariff.

Freshness

A new sample is produced at the next coherence window after a hash invalidation.

Phi window

Delivery requires phi at or above 0.85. Below that, the worker returns 503 with a Retry-After.