Contents

JsonPointer

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

Declaration

object JsonPointer

Properties

NameTypeDescription
pointer Requiredstring

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.

See Also

Objects