You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set x-keep-typed-in-additional-properties on UsageSummary schemas (#3693)
* Support x-keep-typed-in-additional-properties in Python model generator
When a schema sets `x-keep-typed-in-additional-properties: true`, emit a
`_keep_typed_in_additional_properties = True` class attribute. In Python all
fields are already stored in `_data_store` and accessible via `model["key"]`
regardless of type; this marker makes the intent explicit for tooling.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: annotate _keep_typed_in_additional_properties as a cross-SDK semantic marker
In Python, typed fields are already reachable via bracket notation through
_data_store, so no runtime behaviour change is required. The marker makes the
flag visible for introspection and aligns semantics with other language SDKs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Regenerate client from commit 3677df7 of spec repo
---------
Co-authored-by: Charlie Zhang <charlie.zhang@datadoghq.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
0 commit comments