---
title: JsonPointer
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/jsonpointer
---

# JsonPointer

An object that contains the JSON pointer that indicates the location of the error.

## Declaration

```data
object JsonPointer
```

## Properties

pointer: A JSON pointer that indicates the location in the request entity where the error originates.

## Discussion

Discussion In some cases, the JSON pointer may indicate an element that isn’t in the request entity, but should be. For more information about JSON pointers, see the RFC 6901 proposed standards document.

## See Also

### Objects

- [ErrorLinks](appstoreconnectapi/errorlinks.md)
- [ErrorResponse](appstoreconnectapi/errorresponse.md)
- [Parameter](appstoreconnectapi/parameter.md)
