We follow `Object_name.field_name` convention to d...
# community-help
h
We follow
Object_name.field_name
convention to declare the object fields in the schema like:
Copy code
{ "name": "show", "type": "object"},
{ "name": "show.id", "type": "string", "reference": "show.id", "async_reference": true, "facet": true }
{ "name": "show.slug", "type": "string" }