object types in the container domain
csv
John,30,true
html
<p>Hello world</p>
json
{"user": "john", "age": 30}
json_array
[1, 2, 3]
xml
<root><name>John</name><age>…
yaml
name: John age: 30 active: t…