Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Error message
dataset.fields[address].properties: duplicate property paths: city
When this error occurs
Each entry in aproperties array must have a unique path. This error is raised when two or more entries share the same path within the same parent object node.
Example: request that triggers this error
city appears twice in the address properties array.
How to fix
Merge the duplicate entries into one:Related errors
- DuplicateFieldNames — same issue for top-level field names

