mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2026-03-24 07:11:16 +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