Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 580 Bytes

File metadata and controls

21 lines (16 loc) · 580 Bytes
title Vendor extensions
sdk python
order 8
kind example

A client and a runtime exchange x-vendor.* namespaced fields on envelope payloads. Demonstrates the spec §5.3 forward-compatibility contract: unknown x- fields pass through validators untouched.

Source: ../../examples/vendor_extensions/.

uv run python -m examples.vendor_extensions.runtime &
uv run python -m examples.vendor_extensions.client

See also