Kafka - Schema Registry
Find the issue in this Avro schema snippet:
{"type": "record", "name": "Product", "fields": [{"name": "id", "type": "int"}, {"name": "tags", "type": "array"}]}