Case
JSONPatchApplier.Error.invalidObjectPointer(_:component:availableKeys:)
An error indicating that the pointer of a patch operation is invalid for a JSON object.
case invalidObjectPointer(JSONPointer, component: String, availableKeys: [String])
Parameters
componentThe component that’s causing the pointer to be invalid in the JSON object.
availableKeysThe keys available in the JSON object.