path property
The op operation's target, as identified by a JSON
Pointer value that references a location within the targeted resource.
For example, if the target resource has an updateable property of
{"name":"value"}, the path for this property is
/name. If the name property value is a JSON object
(e.g., {"name": {"child/name": "child-value"}}), the path for
the child/name property will be /name/child~1name.
Any slash ("/") character appearing in path names must be escaped with "~1",
as shown in the example above. Each op operation can have only
one path associated with it.
Implementation
final String? path;