Class Operation
Class that represents a JSON Patch operation. It utilizes the JSON pointer syntax, in line with RFC 6902.
Namespace: OpenCloud\Image\Resource\JsonPatch
Package: OpenCloud\Images\Resource\JsonPatch
See: http://tools.ietf.org/html/rfc6901
Located at OpenCloud/Image/Resource/JsonPatch/Operation.php
Package: OpenCloud\Images\Resource\JsonPatch
See: http://tools.ietf.org/html/rfc6901
Located at OpenCloud/Image/Resource/JsonPatch/Operation.php
public static
|
#
factory(
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
mixed
|
|
public
|
protected
|
$schema |
|
#
The JSON schema this operation is acting on |
protected
string
|
$type |
|
#
The type of operation |
protected
string
|
$path |
|
#
The JSON pointer value |
protected
mixed
|
$value |
|
#
The value for this JSON property |