Fields
All metadata values are stored as strings regardless of the type provided (e.g.
42 → "42", true → "True").When updating
metadata, the new object fully replaces the previous one (PUT semantics). To update a single key without losing the rest, fetch the participant first, modify the object locally, and send the complete updated metadata.