[Home](./index.md) > [3d-tiles-validator](./3d-tiles-validator.md) > [ValidationIssue](./3d-tiles-validator.validationissue.md) > [path](./3d-tiles-validator.validationissue.path.md) ## ValidationIssue.path property > This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. > Returns the path leading to the element that caused the issue. This resembles a "JSON path", but may contain elements that go outside of the actual containing JSON (for example, it may contain the name of a tile content file) **Signature:** ```typescript get path(): string; ```