A JSONPatch document as defined by RFC 6902
@type t() :: %Ory.Model.JsonPatch{ from: String.t() | nil, op: String.t(), path: String.t(), value: any() | nil }