x-envoy-upstream-service-time
`x-envoy-upstream-service-time` appears on header objects. Its value is a string. Used by 2 providers across 10 OpenAPI documents. Observed values include `91`. Consistent with events — this is inferred from where the key appears and what it carries, not from any published definition.
headers: map, which is the same syntactic position an extension
key occupies — but OpenAPI models headers natively and this is not extending
anything. It is listed here because it turns up when you inventory the
x- namespace, and leaving it out would hide why the namespace looks
bigger than it is.
Where it appears
| Location in the document | Occurrences | |
|---|---|---|
| header | 26 |
What its value looks like
| Value shape | Occurrences |
|---|---|
| string | 18 |
| object | 8 |
Observed values
Sampled from the specifications, most frequent first.
Providers publishing it
All 2.
Why this is not in OpenAPI
Extensions exist because a provider needed something the specification would not carry. Most of what they hold is not the API contract at all — it is operational metadata about the contract: documentation, lifecycle, policy, provenance, and now agents. That metadata is usually better placed alongside the contract, in an Overlay or an APIs.json index, than crammed inside it. See everything else doing the events job.