Open
Description
Describe the bug
When using an list of data, for example products it only adds an @context to the first entry.
The same problem occurs when using nested data, for example an location in an event.
This results in Google not detecting the items after the first one.
Steps to reproduce
- Make an list of 2 or more events or products
- Use SchemaSerializer.SerializeObject(obj)
- See that the second item is missing @context
Expected behaviour
Every item as an @context
Schema objects
Tested it with product, and music event.