JsonPointer
An object that contains the JSON pointer that indicates the location of the error.
Declaration
object JsonPointerProperties
| Name | Type | Description |
|---|---|---|
pointer Required | string | A JSON pointer that indicates the location in the request entity where the error originates. |
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.