PatchOpView
edge_idstring | nullnullable
node_idstring | nullnullable
opstringrequired
sourcesstring[]required
targetsstring[]required
PatchOpView
{
"edge_id": "string",
"node_id": "string",
"op": "string",
"sources": [
"string"
],
"targets": [
"string"
]
}