Skip to main content

Error message

Example: dataset.fields[address].properties: duplicate property paths: city

When this error occurs

Each entry in a properties 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: