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 of the error in the request entity.

Discussion

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

See Also

Objects and Data Types