Type for arbitrary metadata attached to entities.
Allows storing custom key-value pairs with any entity. Keys must be strings, values can be any JSON-serializable type.
metadata = {
"created_by": "user123",
"priority": 1,
"tags": ["important", "urgent"]
}