mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2026-04-01 08:33:10 +00:00
Array fields containing nested message types (e.g., Point[]) were serialized
as {type: object} without inner properties. Now correctly extracts and includes
all nested fields, required list, and title via NamespacedType introspection.
Made-with: Cursor