5 container types in the object category
container.object.csv
John,30,true
container.object.json_array
[1, 2, 3]
container.object.json
{"user": "john", "age": …
container.object.xml
<root><name>John</name><…
container.object.yaml
name: John age: 30 activ…