You are correct in that you don't need to define a...
# community-help
f
You are correct in that you don't need to define an
id
property on your schema. Could you run this
jq
command?
Copy code
jq -s 'map(.id) | unique | length' file.jsonl
Is the number produced the same as the line number?