Fixed
- The
computedAtfield returned by GET /v1/prosperity/{geographicCodes} is now a strict ISO 8601 / RFC 3339 UTC string with millisecond precision and a trailingZ(e.g.2026-05-31T07:30:03.988Z). - Previously the value was emitted in a non-ISO form (space separator, microseconds,
+00offset), which failed the response schema's.datetime()validation and broke deserialisation in the generated SDKs. No client-side date coercion is now required.