API Knowledge · Example Payload

Observation Example

API KnowledgeKnowledge GraphsAPI DiscoveryAPI SearchCatalogsIndexesRegistriesRAGSemantic WebJSON-LDLLMsAI AgentsTopic

Observation Example is an example object payload from API Knowledge, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

recordIdobservedsourcefieldsdeltaevidence

Example Payload

observation-example.json Raw ↑
{
  "recordId": "stripe:payments",
  "observed": "2026-05-22T00:00:00Z",
  "source": "https://docs.stripe.com/api",
  "fields": {
    "baseURL": "https://api.stripe.com",
    "version": "2024-12-18.acacia",
    "hasOpenAPI": true,
    "hasPublicStatusPage": true,
    "hasPublicChangelog": true
  },
  "delta": {
    "version": {
      "previous": "2024-11-20.acacia",
      "current": "2024-12-18.acacia"
    }
  },
  "evidence": [
    {
      "quote": "API version 2024-12-18.acacia",
      "claim": "Current API version as of observation.",
      "url": "https://docs.stripe.com/api/versioning",
      "retrieved": "2026-05-22T00:00:00Z"
    }
  ]
}